Shades of Earls Green #BAAB2B
Tints of Earls Green #BAAB2B
RGB
CMYK
RGB Variations
Color information
#BAAB2B (or 0xBAAB2B) is known color: Earls Green. HEX triplet: BA, AB and 2B. RGB value is (186,171,43). Sum of RGB (Red+Green+Blue) = 186+171+43=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB2B is #4554D4. Grayscale: #A1A1A1. Windows color (decimal): -4543701 or 2862010. OLE color: 2862010.
HSL color Cylindrical-coordinate representation of color #BAAB2B: hue angle of 53.71º degrees, saturation: 0.62, 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 #BAAB2B is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 43 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.27 |
| HSL | 53.71º | 0.62% | 0.45% | - |
| HSV(B) | 53.71º | 0.77% | 0.73% | - |
| XYZ | 35.25 | 39.74 | 8.1 | - |
| YUV | 160.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 43 | 0 | 0.08 | 0.77 | 0.27 | 53.71 | 0.62 | 0.45 |
| Hex | BA | AB | 2B | 0 | 8 | 4D | 1B | 36 | 3E | 2D |
| Octal | 272 | 253 | 53 | 0 | 10 | 115 | 33 | 66 | 76 | 55 |
| Binary | 10111010 | 10101011 | 101011 | 0 | 1000 | 1001101 | 11011 | 110110 | 111110 | 101101 |
Color Harmonies of #BAAB2B
Complementary color
Monochromatic Colors of #BAAB2B
Black with #BAAB2B
Text Example
Text Example
White with #BAAB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB2B; }
p { color: rgb(186,171,43); }
H1.HeaderClassName
{
color: #BAAB2B;
}
.AnyTagClassName
{
color: #BAAB2B;
}
</style>
background-color css
<style>
a { background-color: #BAAB2B; }
a { background-color: rgb(186,171,43); }
div.DivClassName
{
background-color: #BAAB2B;
}
.BgClassName
{
background-color: #BAAB2B;
}
</style>
border-color css
<style>
span { border-color: #BAAB2B; }
span { border-color: rgb(186,171,43); }
td.TdClassName
{
border-color: #BAAB2B;
}
.TagClassName
{
border-color: #BAAB2B;
}
</style>