Shades of Earls Green #BFAB10
Tints of Earls Green #BFAB10
RGB
CMYK
RGB Variations
Color information
#BFAB10 (or 0xBFAB10) is known color: Earls Green. HEX triplet: BF, AB and 10. RGB value is (191,171,16). Sum of RGB (Red+Green+Blue) = 191+171+16=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB10 is #4054EF. Grayscale: #9F9F9F. Windows color (decimal): -4216048 or 1092543. OLE color: 1092543.
HSL color Cylindrical-coordinate representation of color #BFAB10: hue angle of 53.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFAB10 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 16 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.25 |
| HSL | 53.14º | 0.85% | 0.41% | - |
| HSV(B) | 53.14º | 0.92% | 0.75% | - |
| XYZ | 36.14 | 40.24 | 6.35 | - |
| YUV | 159.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 16 | 0 | 0.10 | 0.92 | 0.25 | 53.14 | 0.85 | 0.41 |
| Hex | BF | AB | 10 | 0 | A | 5C | 19 | 35 | 55 | 29 |
| Octal | 277 | 253 | 20 | 0 | 12 | 134 | 31 | 65 | 125 | 51 |
| Binary | 10111111 | 10101011 | 10000 | 0 | 1010 | 1011100 | 11001 | 110101 | 1010101 | 101001 |
Color Harmonies of #BFAB10
Complementary color
Monochromatic Colors of #BFAB10
Black with #BFAB10
Text Example
Text Example
White with #BFAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB10; }
p { color: rgb(191,171,16); }
H1.HeaderClassName
{
color: #BFAB10;
}
.AnyTagClassName
{
color: #BFAB10;
}
</style>
background-color css
<style>
a { background-color: #BFAB10; }
a { background-color: rgb(191,171,16); }
div.DivClassName
{
background-color: #BFAB10;
}
.BgClassName
{
background-color: #BFAB10;
}
</style>
border-color css
<style>
span { border-color: #BFAB10; }
span { border-color: rgb(191,171,16); }
td.TdClassName
{
border-color: #BFAB10;
}
.TagClassName
{
border-color: #BFAB10;
}
</style>