CSS Color Background

Dollar Bill

Pure CSS color background: #85BB65. Use this solid color for personal and commercial creative projects.

Preview

Dollar Bill solid color background preview (#85BB65)

Color value: #85BB65

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #85BB65; }

HTML Code

<section class="hero dollar-bill-bg"> <h2>Your content</h2> </section> <style> .dollar-bill-bg { background-color: #85BB65; } </style>