Shades of Earls Green #BAA824
Tints of Earls Green #BAA824
RGB
CMYK
RGB Variations
Color information
#BAA824 (or 0xBAA824) is known color: Earls Green. HEX triplet: BA, A8 and 24. RGB value is (186,168,36). Sum of RGB (Red+Green+Blue) = 186+168+36=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA824 is #4557DB. Grayscale: #9E9E9E. Windows color (decimal): -4544476 or 2402490. OLE color: 2402490.
HSL color Cylindrical-coordinate representation of color #BAA824: hue angle of 52.8º 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 #BAA824 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 36 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.27 |
| HSL | 52.8º | 0.68% | 0.44% | - |
| HSV(B) | 52.8º | 0.81% | 0.73% | - |
| XYZ | 34.57 | 38.57 | 7.29 | - |
| YUV | 158.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 36 | 0 | 0.10 | 0.81 | 0.27 | 52.8 | 0.68 | 0.44 |
| Hex | BA | A8 | 24 | 0 | A | 51 | 1B | 35 | 44 | 2C |
| Octal | 272 | 250 | 44 | 0 | 12 | 121 | 33 | 65 | 104 | 54 |
| Binary | 10111010 | 10101000 | 100100 | 0 | 1010 | 1010001 | 11011 | 110101 | 1000100 | 101100 |
Color Harmonies of #BAA824
Complementary color
Monochromatic Colors of #BAA824
Black with #BAA824
Text Example
Text Example
White with #BAA824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA824; }
p { color: rgb(186,168,36); }
H1.HeaderClassName
{
color: #BAA824;
}
.AnyTagClassName
{
color: #BAA824;
}
</style>
background-color css
<style>
a { background-color: #BAA824; }
a { background-color: rgb(186,168,36); }
div.DivClassName
{
background-color: #BAA824;
}
.BgClassName
{
background-color: #BAA824;
}
</style>
border-color css
<style>
span { border-color: #BAA824; }
span { border-color: rgb(186,168,36); }
td.TdClassName
{
border-color: #BAA824;
}
.TagClassName
{
border-color: #BAA824;
}
</style>