Shades of Earls Green #BAB720
Tints of Earls Green #BAB720
RGB
CMYK
RGB Variations
Color information
#BAB720 (or 0xBAB720) is known color: Earls Green. HEX triplet: BA, B7 and 20. RGB value is (186,183,32). Sum of RGB (Red+Green+Blue) = 186+183+32=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB720 is #4548DF. Grayscale: #A7A7A7. Windows color (decimal): -4540640 or 2144186. OLE color: 2144186.
HSL color Cylindrical-coordinate representation of color #BAB720: hue angle of 58.83º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAB720 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 32 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.27 |
| HSL | 58.83º | 0.71% | 0.43% | - |
| HSV(B) | 58.83º | 0.83% | 0.73% | - |
| XYZ | 37.44 | 44.41 | 7.97 | - |
| YUV | 166.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 32 | 0 | 0.02 | 0.83 | 0.27 | 58.83 | 0.71 | 0.43 |
| Hex | BA | B7 | 20 | 0 | 2 | 53 | 1B | 3B | 47 | 2B |
| Octal | 272 | 267 | 40 | 0 | 2 | 123 | 33 | 73 | 107 | 53 |
| Binary | 10111010 | 10110111 | 100000 | 0 | 10 | 1010011 | 11011 | 111011 | 1000111 | 101011 |
Color Harmonies of #BAB720
Complementary color
Monochromatic Colors of #BAB720
Black with #BAB720
Text Example
Text Example
White with #BAB720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB720; }
p { color: rgb(186,183,32); }
H1.HeaderClassName
{
color: #BAB720;
}
.AnyTagClassName
{
color: #BAB720;
}
</style>
background-color css
<style>
a { background-color: #BAB720; }
a { background-color: rgb(186,183,32); }
div.DivClassName
{
background-color: #BAB720;
}
.BgClassName
{
background-color: #BAB720;
}
</style>
border-color css
<style>
span { border-color: #BAB720; }
span { border-color: rgb(186,183,32); }
td.TdClassName
{
border-color: #BAB720;
}
.TagClassName
{
border-color: #BAB720;
}
</style>