Shades of Earls Green #BFAB0D
Tints of Earls Green #BFAB0D
RGB
CMYK
RGB Variations
Color information
#BFAB0D (or 0xBFAB0D) is known color: Earls Green. HEX triplet: BF, AB and 0D. RGB value is (191,171,13). Sum of RGB (Red+Green+Blue) = 191+171+13=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB0D is #4054F2. Grayscale: #9F9F9F. Windows color (decimal): -4216051 or 895935. OLE color: 895935.
HSL color Cylindrical-coordinate representation of color #BFAB0D: hue angle of 53.26º degrees, saturation: 0.87, 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 #BFAB0D is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 13 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.25 |
| HSL | 53.26º | 0.87% | 0.4% | - |
| HSV(B) | 53.26º | 0.93% | 0.75% | - |
| XYZ | 36.12 | 40.23 | 6.24 | - |
| YUV | 158.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 13 | 0 | 0.10 | 0.93 | 0.25 | 53.26 | 0.87 | 0.4 |
| Hex | BF | AB | D | 0 | A | 5D | 19 | 35 | 57 | 28 |
| Octal | 277 | 253 | 15 | 0 | 12 | 135 | 31 | 65 | 127 | 50 |
| Binary | 10111111 | 10101011 | 1101 | 0 | 1010 | 1011101 | 11001 | 110101 | 1010111 | 101000 |
Color Harmonies of #BFAB0D
Complementary color
Monochromatic Colors of #BFAB0D
Black with #BFAB0D
Text Example
Text Example
White with #BFAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB0D; }
p { color: rgb(191,171,13); }
H1.HeaderClassName
{
color: #BFAB0D;
}
.AnyTagClassName
{
color: #BFAB0D;
}
</style>
background-color css
<style>
a { background-color: #BFAB0D; }
a { background-color: rgb(191,171,13); }
div.DivClassName
{
background-color: #BFAB0D;
}
.BgClassName
{
background-color: #BFAB0D;
}
</style>
border-color css
<style>
span { border-color: #BFAB0D; }
span { border-color: rgb(191,171,13); }
td.TdClassName
{
border-color: #BFAB0D;
}
.TagClassName
{
border-color: #BFAB0D;
}
</style>