Shades of Earls Green #BAAB2A
Tints of Earls Green #BAAB2A
RGB
CMYK
RGB Variations
Color information
#BAAB2A (or 0xBAAB2A) is known color: Earls Green. HEX triplet: BA, AB and 2A. RGB value is (186,171,42). Sum of RGB (Red+Green+Blue) = 186+171+42=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB2A is #4554D5. Grayscale: #A1A1A1. Windows color (decimal): -4543702 or 2796474. OLE color: 2796474.
HSL color Cylindrical-coordinate representation of color #BAAB2A: hue angle of 53.75º 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 #BAAB2A is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 42 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.27 |
| HSL | 53.75º | 0.63% | 0.45% | - |
| HSV(B) | 53.75º | 0.77% | 0.73% | - |
| XYZ | 35.23 | 39.73 | 8 | - |
| YUV | 160.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 42 | 0 | 0.08 | 0.77 | 0.27 | 53.75 | 0.63 | 0.45 |
| Hex | BA | AB | 2A | 0 | 8 | 4D | 1B | 36 | 3F | 2D |
| Octal | 272 | 253 | 52 | 0 | 10 | 115 | 33 | 66 | 77 | 55 |
| Binary | 10111010 | 10101011 | 101010 | 0 | 1000 | 1001101 | 11011 | 110110 | 111111 | 101101 |
Color Harmonies of #BAAB2A
Complementary color
Monochromatic Colors of #BAAB2A
Black with #BAAB2A
Text Example
Text Example
White with #BAAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB2A; }
p { color: rgb(186,171,42); }
H1.HeaderClassName
{
color: #BAAB2A;
}
.AnyTagClassName
{
color: #BAAB2A;
}
</style>
background-color css
<style>
a { background-color: #BAAB2A; }
a { background-color: rgb(186,171,42); }
div.DivClassName
{
background-color: #BAAB2A;
}
.BgClassName
{
background-color: #BAAB2A;
}
</style>
border-color css
<style>
span { border-color: #BAAB2A; }
span { border-color: rgb(186,171,42); }
td.TdClassName
{
border-color: #BAAB2A;
}
.TagClassName
{
border-color: #BAAB2A;
}
</style>