Shades of Earls Green #BFAB0E
Tints of Earls Green #BFAB0E
RGB
CMYK
RGB Variations
Color information
#BFAB0E (or 0xBFAB0E) is known color: Earls Green. HEX triplet: BF, AB and 0E. RGB value is (191,171,14). Sum of RGB (Red+Green+Blue) = 191+171+14=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB0E is #4054F1. Grayscale: #9F9F9F. Windows color (decimal): -4216050 or 961471. OLE color: 961471.
HSL color Cylindrical-coordinate representation of color #BFAB0E: hue angle of 53.22º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFAB0E is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 14 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.25 |
| HSL | 53.22º | 0.86% | 0.4% | - |
| HSV(B) | 53.22º | 0.93% | 0.75% | - |
| XYZ | 36.13 | 40.23 | 6.28 | - |
| YUV | 159.08 | 46.13 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 14 | 0 | 0.10 | 0.93 | 0.25 | 53.22 | 0.86 | 0.4 |
| Hex | BF | AB | E | 0 | A | 5D | 19 | 35 | 56 | 28 |
| Octal | 277 | 253 | 16 | 0 | 12 | 135 | 31 | 65 | 126 | 50 |
| Binary | 10111111 | 10101011 | 1110 | 0 | 1010 | 1011101 | 11001 | 110101 | 1010110 | 101000 |
Color Harmonies of #BFAB0E
Complementary color
Monochromatic Colors of #BFAB0E
Black with #BFAB0E
Text Example
Text Example
White with #BFAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB0E; }
p { color: rgb(191,171,14); }
H1.HeaderClassName
{
color: #BFAB0E;
}
.AnyTagClassName
{
color: #BFAB0E;
}
</style>
background-color css
<style>
a { background-color: #BFAB0E; }
a { background-color: rgb(191,171,14); }
div.DivClassName
{
background-color: #BFAB0E;
}
.BgClassName
{
background-color: #BFAB0E;
}
</style>
border-color css
<style>
span { border-color: #BFAB0E; }
span { border-color: rgb(191,171,14); }
td.TdClassName
{
border-color: #BFAB0E;
}
.TagClassName
{
border-color: #BFAB0E;
}
</style>