Shades of Earls Green #BAAB2D
Tints of Earls Green #BAAB2D
RGB
CMYK
RGB Variations
Color information
#BAAB2D (or 0xBAAB2D) is known color: Earls Green. HEX triplet: BA, AB and 2D. RGB value is (186,171,45). Sum of RGB (Red+Green+Blue) = 186+171+45=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB2D is #4554D2. Grayscale: #A1A1A1. Windows color (decimal): -4543699 or 2993082. OLE color: 2993082.
HSL color Cylindrical-coordinate representation of color #BAAB2D: hue angle of 53.62º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAAB2D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 45 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.27 |
| HSL | 53.62º | 0.61% | 0.45% | - |
| HSV(B) | 53.62º | 0.76% | 0.73% | - |
| XYZ | 35.29 | 39.75 | 8.3 | - |
| YUV | 161.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 45 | 0 | 0.08 | 0.76 | 0.27 | 53.62 | 0.61 | 0.45 |
| Hex | BA | AB | 2D | 0 | 8 | 4C | 1B | 36 | 3D | 2D |
| Octal | 272 | 253 | 55 | 0 | 10 | 114 | 33 | 66 | 75 | 55 |
| Binary | 10111010 | 10101011 | 101101 | 0 | 1000 | 1001100 | 11011 | 110110 | 111101 | 101101 |
Color Harmonies of #BAAB2D
Complementary color
Monochromatic Colors of #BAAB2D
Black with #BAAB2D
Text Example
Text Example
White with #BAAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB2D; }
p { color: rgb(186,171,45); }
H1.HeaderClassName
{
color: #BAAB2D;
}
.AnyTagClassName
{
color: #BAAB2D;
}
</style>
background-color css
<style>
a { background-color: #BAAB2D; }
a { background-color: rgb(186,171,45); }
div.DivClassName
{
background-color: #BAAB2D;
}
.BgClassName
{
background-color: #BAAB2D;
}
</style>
border-color css
<style>
span { border-color: #BAAB2D; }
span { border-color: rgb(186,171,45); }
td.TdClassName
{
border-color: #BAAB2D;
}
.TagClassName
{
border-color: #BAAB2D;
}
</style>