Shades of Earls Green #BAB72E
Tints of Earls Green #BAB72E
RGB
CMYK
RGB Variations
Color information
#BAB72E (or 0xBAB72E) is known color: Earls Green. HEX triplet: BA, B7 and 2E. RGB value is (186,183,46). Sum of RGB (Red+Green+Blue) = 186+183+46=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB72E is #4548D1. Grayscale: #A8A8A8. Windows color (decimal): -4540626 or 3061690. OLE color: 3061690.
HSL color Cylindrical-coordinate representation of color #BAB72E: hue angle of 58.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAB72E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 46 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.27 |
| HSL | 58.71º | 0.6% | 0.45% | - |
| HSV(B) | 58.71º | 0.75% | 0.73% | - |
| XYZ | 37.68 | 44.5 | 9.19 | - |
| YUV | 168.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 46 | 0 | 0.02 | 0.75 | 0.27 | 58.71 | 0.6 | 0.45 |
| Hex | BA | B7 | 2E | 0 | 2 | 4B | 1B | 3B | 3C | 2D |
| Octal | 272 | 267 | 56 | 0 | 2 | 113 | 33 | 73 | 74 | 55 |
| Binary | 10111010 | 10110111 | 101110 | 0 | 10 | 1001011 | 11011 | 111011 | 111100 | 101101 |
Color Harmonies of #BAB72E
Complementary color
Monochromatic Colors of #BAB72E
Black with #BAB72E
Text Example
Text Example
White with #BAB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB72E; }
p { color: rgb(186,183,46); }
H1.HeaderClassName
{
color: #BAB72E;
}
.AnyTagClassName
{
color: #BAB72E;
}
</style>
background-color css
<style>
a { background-color: #BAB72E; }
a { background-color: rgb(186,183,46); }
div.DivClassName
{
background-color: #BAB72E;
}
.BgClassName
{
background-color: #BAB72E;
}
</style>
border-color css
<style>
span { border-color: #BAB72E; }
span { border-color: rgb(186,183,46); }
td.TdClassName
{
border-color: #BAB72E;
}
.TagClassName
{
border-color: #BAB72E;
}
</style>