Shades of Earls Green #BFAB12
Tints of Earls Green #BFAB12
RGB
CMYK
RGB Variations
Color information
#BFAB12 (or 0xBFAB12) is known color: Earls Green. HEX triplet: BF, AB and 12. RGB value is (191,171,18). Sum of RGB (Red+Green+Blue) = 191+171+18=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB12 is #4054ED. Grayscale: #A0A0A0. Windows color (decimal): -4216046 or 1223615. OLE color: 1223615.
HSL color Cylindrical-coordinate representation of color #BFAB12: hue angle of 53.06º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFAB12 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 18 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.25 |
| HSL | 53.06º | 0.83% | 0.41% | - |
| HSV(B) | 53.06º | 0.91% | 0.75% | - |
| XYZ | 36.16 | 40.25 | 6.43 | - |
| YUV | 159.54 | 48.13 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 18 | 0 | 0.10 | 0.91 | 0.25 | 53.06 | 0.83 | 0.41 |
| Hex | BF | AB | 12 | 0 | A | 5B | 19 | 35 | 53 | 29 |
| Octal | 277 | 253 | 22 | 0 | 12 | 133 | 31 | 65 | 123 | 51 |
| Binary | 10111111 | 10101011 | 10010 | 0 | 1010 | 1011011 | 11001 | 110101 | 1010011 | 101001 |
Color Harmonies of #BFAB12
Complementary color
Monochromatic Colors of #BFAB12
Black with #BFAB12
Text Example
Text Example
White with #BFAB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB12; }
p { color: rgb(191,171,18); }
H1.HeaderClassName
{
color: #BFAB12;
}
.AnyTagClassName
{
color: #BFAB12;
}
</style>
background-color css
<style>
a { background-color: #BFAB12; }
a { background-color: rgb(191,171,18); }
div.DivClassName
{
background-color: #BFAB12;
}
.BgClassName
{
background-color: #BFAB12;
}
</style>
border-color css
<style>
span { border-color: #BFAB12; }
span { border-color: rgb(191,171,18); }
td.TdClassName
{
border-color: #BFAB12;
}
.TagClassName
{
border-color: #BFAB12;
}
</style>