Shades of Earls Green #BFAB16
Tints of Earls Green #BFAB16
RGB
CMYK
RGB Variations
Color information
#BFAB16 (or 0xBFAB16) is known color: Earls Green. HEX triplet: BF, AB and 16. RGB value is (191,171,22). Sum of RGB (Red+Green+Blue) = 191+171+22=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB16 is #4054E9. Grayscale: #A0A0A0. Windows color (decimal): -4216042 or 1485759. OLE color: 1485759.
HSL color Cylindrical-coordinate representation of color #BFAB16: hue angle of 52.9º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFAB16 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 22 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.25 |
| HSL | 52.9º | 0.79% | 0.42% | - |
| HSV(B) | 52.9º | 0.88% | 0.75% | - |
| XYZ | 36.19 | 40.26 | 6.62 | - |
| YUV | 159.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 22 | 0 | 0.10 | 0.88 | 0.25 | 52.9 | 0.79 | 0.42 |
| Hex | BF | AB | 16 | 0 | A | 58 | 19 | 35 | 4F | 2A |
| Octal | 277 | 253 | 26 | 0 | 12 | 130 | 31 | 65 | 117 | 52 |
| Binary | 10111111 | 10101011 | 10110 | 0 | 1010 | 1011000 | 11001 | 110101 | 1001111 | 101010 |
Color Harmonies of #BFAB16
Complementary color
Monochromatic Colors of #BFAB16
Black with #BFAB16
Text Example
Text Example
White with #BFAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB16; }
p { color: rgb(191,171,22); }
H1.HeaderClassName
{
color: #BFAB16;
}
.AnyTagClassName
{
color: #BFAB16;
}
</style>
background-color css
<style>
a { background-color: #BFAB16; }
a { background-color: rgb(191,171,22); }
div.DivClassName
{
background-color: #BFAB16;
}
.BgClassName
{
background-color: #BFAB16;
}
</style>
border-color css
<style>
span { border-color: #BFAB16; }
span { border-color: rgb(191,171,22); }
td.TdClassName
{
border-color: #BFAB16;
}
.TagClassName
{
border-color: #BFAB16;
}
</style>