Shades of Earls Green #BFB032
Tints of Earls Green #BFB032
RGB
CMYK
RGB Variations
Color information
#BFB032 (or 0xBFB032) is known color: Earls Green. HEX triplet: BF, B0 and 32. RGB value is (191,176,50). Sum of RGB (Red+Green+Blue) = 191+176+50=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB032 is #404FCD. Grayscale: #A6A6A6. Windows color (decimal): -4214734 or 3322047. OLE color: 3322047.
HSL color Cylindrical-coordinate representation of color #BFB032: hue angle of 53.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFB032 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 50 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.25 |
| HSL | 53.62º | 0.59% | 0.47% | - |
| HSV(B) | 53.62º | 0.74% | 0.75% | - |
| XYZ | 37.59 | 42.36 | 9.21 | - |
| YUV | 166.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 50 | 0 | 0.08 | 0.74 | 0.25 | 53.62 | 0.59 | 0.47 |
| Hex | BF | B0 | 32 | 0 | 8 | 4A | 19 | 36 | 3B | 2F |
| Octal | 277 | 260 | 62 | 0 | 10 | 112 | 31 | 66 | 73 | 57 |
| Binary | 10111111 | 10110000 | 110010 | 0 | 1000 | 1001010 | 11001 | 110110 | 111011 | 101111 |
Color Harmonies of #BFB032
Complementary color
Monochromatic Colors of #BFB032
Black with #BFB032
Text Example
Text Example
White with #BFB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB032; }
p { color: rgb(191,176,50); }
H1.HeaderClassName
{
color: #BFB032;
}
.AnyTagClassName
{
color: #BFB032;
}
</style>
background-color css
<style>
a { background-color: #BFB032; }
a { background-color: rgb(191,176,50); }
div.DivClassName
{
background-color: #BFB032;
}
.BgClassName
{
background-color: #BFB032;
}
</style>
border-color css
<style>
span { border-color: #BFB032; }
span { border-color: rgb(191,176,50); }
td.TdClassName
{
border-color: #BFB032;
}
.TagClassName
{
border-color: #BFB032;
}
</style>