Shades of Earls Green #BAA72A
Tints of Earls Green #BAA72A
RGB
CMYK
RGB Variations
Color information
#BAA72A (or 0xBAA72A) is known color: Earls Green. HEX triplet: BA, A7 and 2A. RGB value is (186,167,42). Sum of RGB (Red+Green+Blue) = 186+167+42=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA72A is #4558D5. Grayscale: #9E9E9E. Windows color (decimal): -4544726 or 2795450. OLE color: 2795450.
HSL color Cylindrical-coordinate representation of color #BAA72A: hue angle of 52.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAA72A is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 42 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.27 |
| HSL | 52.08º | 0.63% | 0.45% | - |
| HSV(B) | 52.08º | 0.77% | 0.73% | - |
| XYZ | 34.49 | 38.24 | 7.75 | - |
| YUV | 158.43 | 62.29 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 42 | 0 | 0.10 | 0.77 | 0.27 | 52.08 | 0.63 | 0.45 |
| Hex | BA | A7 | 2A | 0 | A | 4D | 1B | 34 | 3F | 2D |
| Octal | 272 | 247 | 52 | 0 | 12 | 115 | 33 | 64 | 77 | 55 |
| Binary | 10111010 | 10100111 | 101010 | 0 | 1010 | 1001101 | 11011 | 110100 | 111111 | 101101 |
Color Harmonies of #BAA72A
Complementary color
Monochromatic Colors of #BAA72A
Black with #BAA72A
Text Example
Text Example
White with #BAA72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA72A; }
p { color: rgb(186,167,42); }
H1.HeaderClassName
{
color: #BAA72A;
}
.AnyTagClassName
{
color: #BAA72A;
}
</style>
background-color css
<style>
a { background-color: #BAA72A; }
a { background-color: rgb(186,167,42); }
div.DivClassName
{
background-color: #BAA72A;
}
.BgClassName
{
background-color: #BAA72A;
}
</style>
border-color css
<style>
span { border-color: #BAA72A; }
span { border-color: rgb(186,167,42); }
td.TdClassName
{
border-color: #BAA72A;
}
.TagClassName
{
border-color: #BAA72A;
}
</style>