Shades of Earls Green #BFAB24
Tints of Earls Green #BFAB24
RGB
CMYK
RGB Variations
Color information
#BFAB24 (or 0xBFAB24) is known color: Earls Green. HEX triplet: BF, AB and 24. RGB value is (191,171,36). Sum of RGB (Red+Green+Blue) = 191+171+36=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB24 is #4054DB. Grayscale: #A2A2A2. Windows color (decimal): -4216028 or 2403263. OLE color: 2403263.
HSL color Cylindrical-coordinate representation of color #BFAB24: hue angle of 52.26º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFAB24 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 36 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.25 |
| HSL | 52.26º | 0.68% | 0.45% | - |
| HSV(B) | 52.26º | 0.81% | 0.75% | - |
| XYZ | 36.37 | 40.33 | 7.54 | - |
| YUV | 161.59 | 57.13 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 36 | 0 | 0.10 | 0.81 | 0.25 | 52.26 | 0.68 | 0.45 |
| Hex | BF | AB | 24 | 0 | A | 51 | 19 | 34 | 44 | 2D |
| Octal | 277 | 253 | 44 | 0 | 12 | 121 | 31 | 64 | 104 | 55 |
| Binary | 10111111 | 10101011 | 100100 | 0 | 1010 | 1010001 | 11001 | 110100 | 1000100 | 101101 |
Color Harmonies of #BFAB24
Complementary color
Monochromatic Colors of #BFAB24
Black with #BFAB24
Text Example
Text Example
White with #BFAB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB24; }
p { color: rgb(191,171,36); }
H1.HeaderClassName
{
color: #BFAB24;
}
.AnyTagClassName
{
color: #BFAB24;
}
</style>
background-color css
<style>
a { background-color: #BFAB24; }
a { background-color: rgb(191,171,36); }
div.DivClassName
{
background-color: #BFAB24;
}
.BgClassName
{
background-color: #BFAB24;
}
</style>
border-color css
<style>
span { border-color: #BFAB24; }
span { border-color: rgb(191,171,36); }
td.TdClassName
{
border-color: #BFAB24;
}
.TagClassName
{
border-color: #BFAB24;
}
</style>