Shades of Earls Green #BFAB1D
Tints of Earls Green #BFAB1D
RGB
CMYK
RGB Variations
Color information
#BFAB1D (or 0xBFAB1D) is known color: Earls Green. HEX triplet: BF, AB and 1D. RGB value is (191,171,29). Sum of RGB (Red+Green+Blue) = 191+171+29=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB1D is #4054E2. Grayscale: #A1A1A1. Windows color (decimal): -4216035 or 1944511. OLE color: 1944511.
HSL color Cylindrical-coordinate representation of color #BFAB1D: hue angle of 52.59º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFAB1D is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 29 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.25 |
| HSL | 52.59º | 0.74% | 0.43% | - |
| HSV(B) | 52.59º | 0.85% | 0.75% | - |
| XYZ | 36.27 | 40.29 | 7.03 | - |
| YUV | 160.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 29 | 0 | 0.10 | 0.85 | 0.25 | 52.59 | 0.74 | 0.43 |
| Hex | BF | AB | 1D | 0 | A | 55 | 19 | 35 | 4A | 2B |
| Octal | 277 | 253 | 35 | 0 | 12 | 125 | 31 | 65 | 112 | 53 |
| Binary | 10111111 | 10101011 | 11101 | 0 | 1010 | 1010101 | 11001 | 110101 | 1001010 | 101011 |
Color Harmonies of #BFAB1D
Complementary color
Monochromatic Colors of #BFAB1D
Black with #BFAB1D
Text Example
Text Example
White with #BFAB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB1D; }
p { color: rgb(191,171,29); }
H1.HeaderClassName
{
color: #BFAB1D;
}
.AnyTagClassName
{
color: #BFAB1D;
}
</style>
background-color css
<style>
a { background-color: #BFAB1D; }
a { background-color: rgb(191,171,29); }
div.DivClassName
{
background-color: #BFAB1D;
}
.BgClassName
{
background-color: #BFAB1D;
}
</style>
border-color css
<style>
span { border-color: #BFAB1D; }
span { border-color: rgb(191,171,29); }
td.TdClassName
{
border-color: #BFAB1D;
}
.TagClassName
{
border-color: #BFAB1D;
}
</style>