Shades of Earls Green #BAAA2A
Tints of Earls Green #BAAA2A
RGB
CMYK
RGB Variations
Color information
#BAAA2A (or 0xBAAA2A) is known color: Earls Green. HEX triplet: BA, AA and 2A. RGB value is (186,170,42). Sum of RGB (Red+Green+Blue) = 186+170+42=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA2A is #4555D5. Grayscale: #A0A0A0. Windows color (decimal): -4543958 or 2796218. OLE color: 2796218.
HSL color Cylindrical-coordinate representation of color #BAAA2A: hue angle of 53.33º 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 #BAAA2A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 42 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.27 |
| HSL | 53.33º | 0.63% | 0.45% | - |
| HSV(B) | 53.33º | 0.77% | 0.73% | - |
| XYZ | 35.04 | 39.36 | 7.94 | - |
| YUV | 160.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 42 | 0 | 0.09 | 0.77 | 0.27 | 53.33 | 0.63 | 0.45 |
| Hex | BA | AA | 2A | 0 | 9 | 4D | 1B | 35 | 3F | 2D |
| Octal | 272 | 252 | 52 | 0 | 11 | 115 | 33 | 65 | 77 | 55 |
| Binary | 10111010 | 10101010 | 101010 | 0 | 1001 | 1001101 | 11011 | 110101 | 111111 | 101101 |
Color Harmonies of #BAAA2A
Complementary color
Monochromatic Colors of #BAAA2A
Black with #BAAA2A
Text Example
Text Example
White with #BAAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA2A; }
p { color: rgb(186,170,42); }
H1.HeaderClassName
{
color: #BAAA2A;
}
.AnyTagClassName
{
color: #BAAA2A;
}
</style>
background-color css
<style>
a { background-color: #BAAA2A; }
a { background-color: rgb(186,170,42); }
div.DivClassName
{
background-color: #BAAA2A;
}
.BgClassName
{
background-color: #BAAA2A;
}
</style>
border-color css
<style>
span { border-color: #BAAA2A; }
span { border-color: rgb(186,170,42); }
td.TdClassName
{
border-color: #BAAA2A;
}
.TagClassName
{
border-color: #BAAA2A;
}
</style>