Shades of Earls Green #BFB620
Tints of Earls Green #BFB620
RGB
CMYK
RGB Variations
Color information
#BFB620 (or 0xBFB620) is known color: Earls Green. HEX triplet: BF, B6 and 20. RGB value is (191,182,32). Sum of RGB (Red+Green+Blue) = 191+182+32=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB620 is #4049DF. Grayscale: #A8A8A8. Windows color (decimal): -4213216 or 2143935. OLE color: 2143935.
HSL color Cylindrical-coordinate representation of color #BFB620: hue angle of 56.6º 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 #BFB620 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 32 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.25 |
| HSL | 56.6º | 0.71% | 0.44% | - |
| HSV(B) | 56.6º | 0.83% | 0.75% | - |
| XYZ | 38.47 | 44.64 | 7.95 | - |
| YUV | 167.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 32 | 0 | 0.05 | 0.83 | 0.25 | 56.6 | 0.71 | 0.44 |
| Hex | BF | B6 | 20 | 0 | 5 | 53 | 19 | 39 | 47 | 2C |
| Octal | 277 | 266 | 40 | 0 | 5 | 123 | 31 | 71 | 107 | 54 |
| Binary | 10111111 | 10110110 | 100000 | 0 | 101 | 1010011 | 11001 | 111001 | 1000111 | 101100 |
Color Harmonies of #BFB620
Complementary color
Monochromatic Colors of #BFB620
Black with #BFB620
Text Example
Text Example
White with #BFB620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB620; }
p { color: rgb(191,182,32); }
H1.HeaderClassName
{
color: #BFB620;
}
.AnyTagClassName
{
color: #BFB620;
}
</style>
background-color css
<style>
a { background-color: #BFB620; }
a { background-color: rgb(191,182,32); }
div.DivClassName
{
background-color: #BFB620;
}
.BgClassName
{
background-color: #BFB620;
}
</style>
border-color css
<style>
span { border-color: #BFB620; }
span { border-color: rgb(191,182,32); }
td.TdClassName
{
border-color: #BFB620;
}
.TagClassName
{
border-color: #BFB620;
}
</style>