Shades of Earls Green #BAAA2D
Tints of Earls Green #BAAA2D
RGB
CMYK
RGB Variations
Color information
#BAAA2D (or 0xBAAA2D) is known color: Earls Green. HEX triplet: BA, AA and 2D. RGB value is (186,170,45). Sum of RGB (Red+Green+Blue) = 186+170+45=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA2D is #4555D2. Grayscale: #A1A1A1. Windows color (decimal): -4543955 or 2992826. OLE color: 2992826.
HSL color Cylindrical-coordinate representation of color #BAAA2D: hue angle of 53.19º 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 #BAAA2D is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 45 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.27 |
| HSL | 53.19º | 0.61% | 0.45% | - |
| HSV(B) | 53.19º | 0.76% | 0.73% | - |
| XYZ | 35.1 | 39.38 | 8.23 | - |
| YUV | 160.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 45 | 0 | 0.09 | 0.76 | 0.27 | 53.19 | 0.61 | 0.45 |
| Hex | BA | AA | 2D | 0 | 9 | 4C | 1B | 35 | 3D | 2D |
| Octal | 272 | 252 | 55 | 0 | 11 | 114 | 33 | 65 | 75 | 55 |
| Binary | 10111010 | 10101010 | 101101 | 0 | 1001 | 1001100 | 11011 | 110101 | 111101 | 101101 |
Color Harmonies of #BAAA2D
Complementary color
Monochromatic Colors of #BAAA2D
Black with #BAAA2D
Text Example
Text Example
White with #BAAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA2D; }
p { color: rgb(186,170,45); }
H1.HeaderClassName
{
color: #BAAA2D;
}
.AnyTagClassName
{
color: #BAAA2D;
}
</style>
background-color css
<style>
a { background-color: #BAAA2D; }
a { background-color: rgb(186,170,45); }
div.DivClassName
{
background-color: #BAAA2D;
}
.BgClassName
{
background-color: #BAAA2D;
}
</style>
border-color css
<style>
span { border-color: #BAAA2D; }
span { border-color: rgb(186,170,45); }
td.TdClassName
{
border-color: #BAAA2D;
}
.TagClassName
{
border-color: #BAAA2D;
}
</style>