Shades of Earls Green #BAA624
Tints of Earls Green #BAA624
RGB
CMYK
RGB Variations
Color information
#BAA624 (or 0xBAA624) is known color: Earls Green. HEX triplet: BA, A6 and 24. RGB value is (186,166,36). Sum of RGB (Red+Green+Blue) = 186+166+36=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA624 is #4559DB. Grayscale: #9D9D9D. Windows color (decimal): -4544988 or 2401978. OLE color: 2401978.
HSL color Cylindrical-coordinate representation of color #BAA624: hue angle of 52º 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 #BAA624 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 36 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.27 |
| HSL | 52º | 0.68% | 0.44% | - |
| HSV(B) | 52º | 0.81% | 0.73% | - |
| XYZ | 34.2 | 37.84 | 7.17 | - |
| YUV | 157.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 36 | 0 | 0.11 | 0.81 | 0.27 | 52 | 0.68 | 0.44 |
| Hex | BA | A6 | 24 | 0 | B | 51 | 1B | 34 | 44 | 2C |
| Octal | 272 | 246 | 44 | 0 | 13 | 121 | 33 | 64 | 104 | 54 |
| Binary | 10111010 | 10100110 | 100100 | 0 | 1011 | 1010001 | 11011 | 110100 | 1000100 | 101100 |
Color Harmonies of #BAA624
Complementary color
Monochromatic Colors of #BAA624
Black with #BAA624
Text Example
Text Example
White with #BAA624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA624; }
p { color: rgb(186,166,36); }
H1.HeaderClassName
{
color: #BAA624;
}
.AnyTagClassName
{
color: #BAA624;
}
</style>
background-color css
<style>
a { background-color: #BAA624; }
a { background-color: rgb(186,166,36); }
div.DivClassName
{
background-color: #BAA624;
}
.BgClassName
{
background-color: #BAA624;
}
</style>
border-color css
<style>
span { border-color: #BAA624; }
span { border-color: rgb(186,166,36); }
td.TdClassName
{
border-color: #BAA624;
}
.TagClassName
{
border-color: #BAA624;
}
</style>