Shades of Earls Green #BAA724
Tints of Earls Green #BAA724
RGB
CMYK
RGB Variations
Color information
#BAA724 (or 0xBAA724) is known color: Earls Green. HEX triplet: BA, A7 and 24. RGB value is (186,167,36). Sum of RGB (Red+Green+Blue) = 186+167+36=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA724 is #4558DB. Grayscale: #9E9E9E. Windows color (decimal): -4544732 or 2402234. OLE color: 2402234.
HSL color Cylindrical-coordinate representation of color #BAA724: hue angle of 52.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAA724 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 36 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.27 |
| HSL | 52.4º | 0.68% | 0.44% | - |
| HSV(B) | 52.4º | 0.81% | 0.73% | - |
| XYZ | 34.39 | 38.2 | 7.23 | - |
| YUV | 157.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 36 | 0 | 0.10 | 0.81 | 0.27 | 52.4 | 0.68 | 0.44 |
| Hex | BA | A7 | 24 | 0 | A | 51 | 1B | 34 | 44 | 2C |
| Octal | 272 | 247 | 44 | 0 | 12 | 121 | 33 | 64 | 104 | 54 |
| Binary | 10111010 | 10100111 | 100100 | 0 | 1010 | 1010001 | 11011 | 110100 | 1000100 | 101100 |
Color Harmonies of #BAA724
Complementary color
Monochromatic Colors of #BAA724
Black with #BAA724
Text Example
Text Example
White with #BAA724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA724; }
p { color: rgb(186,167,36); }
H1.HeaderClassName
{
color: #BAA724;
}
.AnyTagClassName
{
color: #BAA724;
}
</style>
background-color css
<style>
a { background-color: #BAA724; }
a { background-color: rgb(186,167,36); }
div.DivClassName
{
background-color: #BAA724;
}
.BgClassName
{
background-color: #BAA724;
}
</style>
border-color css
<style>
span { border-color: #BAA724; }
span { border-color: rgb(186,167,36); }
td.TdClassName
{
border-color: #BAA724;
}
.TagClassName
{
border-color: #BAA724;
}
</style>