Shades of Earls Green #BAA829
Tints of Earls Green #BAA829
RGB
CMYK
RGB Variations
Color information
#BAA829 (or 0xBAA829) is known color: Earls Green. HEX triplet: BA, A8 and 29. RGB value is (186,168,41). Sum of RGB (Red+Green+Blue) = 186+168+41=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA829 is #4557D6. Grayscale: #9F9F9F. Windows color (decimal): -4544471 or 2730170. OLE color: 2730170.
HSL color Cylindrical-coordinate representation of color #BAA829: hue angle of 52.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAA829 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 41 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.27 |
| HSL | 52.55º | 0.64% | 0.45% | - |
| HSV(B) | 52.55º | 0.78% | 0.73% | - |
| XYZ | 34.65 | 38.6 | 7.72 | - |
| YUV | 158.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 41 | 0 | 0.10 | 0.78 | 0.27 | 52.55 | 0.64 | 0.45 |
| Hex | BA | A8 | 29 | 0 | A | 4E | 1B | 35 | 40 | 2D |
| Octal | 272 | 250 | 51 | 0 | 12 | 116 | 33 | 65 | 100 | 55 |
| Binary | 10111010 | 10101000 | 101001 | 0 | 1010 | 1001110 | 11011 | 110101 | 1000000 | 101101 |
Color Harmonies of #BAA829
Complementary color
Monochromatic Colors of #BAA829
Black with #BAA829
Text Example
Text Example
White with #BAA829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA829; }
p { color: rgb(186,168,41); }
H1.HeaderClassName
{
color: #BAA829;
}
.AnyTagClassName
{
color: #BAA829;
}
</style>
background-color css
<style>
a { background-color: #BAA829; }
a { background-color: rgb(186,168,41); }
div.DivClassName
{
background-color: #BAA829;
}
.BgClassName
{
background-color: #BAA829;
}
</style>
border-color css
<style>
span { border-color: #BAA829; }
span { border-color: rgb(186,168,41); }
td.TdClassName
{
border-color: #BAA829;
}
.TagClassName
{
border-color: #BAA829;
}
</style>