Shades of Earls Green #BFAB29
Tints of Earls Green #BFAB29
RGB
CMYK
RGB Variations
Color information
#BFAB29 (or 0xBFAB29) is known color: Earls Green. HEX triplet: BF, AB and 29. RGB value is (191,171,41). Sum of RGB (Red+Green+Blue) = 191+171+41=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB29 is #4054D6. Grayscale: #A2A2A2. Windows color (decimal): -4216023 or 2730943. OLE color: 2730943.
HSL color Cylindrical-coordinate representation of color #BFAB29: hue angle of 52º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFAB29 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 41 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.25 |
| HSL | 52º | 0.65% | 0.45% | - |
| HSV(B) | 52º | 0.79% | 0.75% | - |
| XYZ | 36.45 | 40.36 | 7.97 | - |
| YUV | 162.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 41 | 0 | 0.10 | 0.79 | 0.25 | 52 | 0.65 | 0.45 |
| Hex | BF | AB | 29 | 0 | A | 4F | 19 | 34 | 41 | 2D |
| Octal | 277 | 253 | 51 | 0 | 12 | 117 | 31 | 64 | 101 | 55 |
| Binary | 10111111 | 10101011 | 101001 | 0 | 1010 | 1001111 | 11001 | 110100 | 1000001 | 101101 |
Color Harmonies of #BFAB29
Complementary color
Monochromatic Colors of #BFAB29
Black with #BFAB29
Text Example
Text Example
White with #BFAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB29; }
p { color: rgb(191,171,41); }
H1.HeaderClassName
{
color: #BFAB29;
}
.AnyTagClassName
{
color: #BFAB29;
}
</style>
background-color css
<style>
a { background-color: #BFAB29; }
a { background-color: rgb(191,171,41); }
div.DivClassName
{
background-color: #BFAB29;
}
.BgClassName
{
background-color: #BFAB29;
}
</style>
border-color css
<style>
span { border-color: #BFAB29; }
span { border-color: rgb(191,171,41); }
td.TdClassName
{
border-color: #BFAB29;
}
.TagClassName
{
border-color: #BFAB29;
}
</style>