Shades of Earls Green #BAAB2E
Tints of Earls Green #BAAB2E
RGB
CMYK
RGB Variations
Color information
#BAAB2E (or 0xBAAB2E) is known color: Earls Green. HEX triplet: BA, AB and 2E. RGB value is (186,171,46). Sum of RGB (Red+Green+Blue) = 186+171+46=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB2E is #4554D1. Grayscale: #A1A1A1. Windows color (decimal): -4543698 or 3058618. OLE color: 3058618.
HSL color Cylindrical-coordinate representation of color #BAAB2E: hue angle of 53.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAAB2E is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 46 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.27 |
| HSL | 53.57º | 0.6% | 0.45% | - |
| HSV(B) | 53.57º | 0.75% | 0.73% | - |
| XYZ | 35.31 | 39.76 | 8.4 | - |
| YUV | 161.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 46 | 0 | 0.08 | 0.75 | 0.27 | 53.57 | 0.6 | 0.45 |
| Hex | BA | AB | 2E | 0 | 8 | 4B | 1B | 36 | 3C | 2D |
| Octal | 272 | 253 | 56 | 0 | 10 | 113 | 33 | 66 | 74 | 55 |
| Binary | 10111010 | 10101011 | 101110 | 0 | 1000 | 1001011 | 11011 | 110110 | 111100 | 101101 |
Color Harmonies of #BAAB2E
Complementary color
Monochromatic Colors of #BAAB2E
Black with #BAAB2E
Text Example
Text Example
White with #BAAB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB2E; }
p { color: rgb(186,171,46); }
H1.HeaderClassName
{
color: #BAAB2E;
}
.AnyTagClassName
{
color: #BAAB2E;
}
</style>
background-color css
<style>
a { background-color: #BAAB2E; }
a { background-color: rgb(186,171,46); }
div.DivClassName
{
background-color: #BAAB2E;
}
.BgClassName
{
background-color: #BAAB2E;
}
</style>
border-color css
<style>
span { border-color: #BAAB2E; }
span { border-color: rgb(186,171,46); }
td.TdClassName
{
border-color: #BAAB2E;
}
.TagClassName
{
border-color: #BAAB2E;
}
</style>