Shades of Earls Green #BFB020
Tints of Earls Green #BFB020
RGB
CMYK
RGB Variations
Color information
#BFB020 (or 0xBFB020) is known color: Earls Green. HEX triplet: BF, B0 and 20. RGB value is (191,176,32). Sum of RGB (Red+Green+Blue) = 191+176+32=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB020 is #404FDF. Grayscale: #A4A4A4. Windows color (decimal): -4214752 or 2142399. OLE color: 2142399.
HSL color Cylindrical-coordinate representation of color #BFB020: hue angle of 54.34º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFB020 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 32 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.25 |
| HSL | 54.34º | 0.71% | 0.44% | - |
| HSV(B) | 54.34º | 0.83% | 0.75% | - |
| XYZ | 37.27 | 42.23 | 7.55 | - |
| YUV | 164.07 | 53.47 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 32 | 0 | 0.08 | 0.83 | 0.25 | 54.34 | 0.71 | 0.44 |
| Hex | BF | B0 | 20 | 0 | 8 | 53 | 19 | 36 | 47 | 2C |
| Octal | 277 | 260 | 40 | 0 | 10 | 123 | 31 | 66 | 107 | 54 |
| Binary | 10111111 | 10110000 | 100000 | 0 | 1000 | 1010011 | 11001 | 110110 | 1000111 | 101100 |
Color Harmonies of #BFB020
Complementary color
Monochromatic Colors of #BFB020
Black with #BFB020
Text Example
Text Example
White with #BFB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB020; }
p { color: rgb(191,176,32); }
H1.HeaderClassName
{
color: #BFB020;
}
.AnyTagClassName
{
color: #BFB020;
}
</style>
background-color css
<style>
a { background-color: #BFB020; }
a { background-color: rgb(191,176,32); }
div.DivClassName
{
background-color: #BFB020;
}
.BgClassName
{
background-color: #BFB020;
}
</style>
border-color css
<style>
span { border-color: #BFB020; }
span { border-color: rgb(191,176,32); }
td.TdClassName
{
border-color: #BFB020;
}
.TagClassName
{
border-color: #BFB020;
}
</style>