Shades of Earls Green #BAAA2C
Tints of Earls Green #BAAA2C
RGB
CMYK
RGB Variations
Color information
#BAAA2C (or 0xBAAA2C) is known color: Earls Green. HEX triplet: BA, AA and 2C. RGB value is (186,170,44). Sum of RGB (Red+Green+Blue) = 186+170+44=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA2C is #4555D3. Grayscale: #A0A0A0. Windows color (decimal): -4543956 or 2927290. OLE color: 2927290.
HSL color Cylindrical-coordinate representation of color #BAAA2C: hue angle of 53.24º degrees, saturation: 0.62, 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 #BAAA2C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 44 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.27 |
| HSL | 53.24º | 0.62% | 0.45% | - |
| HSV(B) | 53.24º | 0.76% | 0.73% | - |
| XYZ | 35.08 | 39.37 | 8.13 | - |
| YUV | 160.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 44 | 0 | 0.09 | 0.76 | 0.27 | 53.24 | 0.62 | 0.45 |
| Hex | BA | AA | 2C | 0 | 9 | 4C | 1B | 35 | 3E | 2D |
| Octal | 272 | 252 | 54 | 0 | 11 | 114 | 33 | 65 | 76 | 55 |
| Binary | 10111010 | 10101010 | 101100 | 0 | 1001 | 1001100 | 11011 | 110101 | 111110 | 101101 |
Color Harmonies of #BAAA2C
Complementary color
Monochromatic Colors of #BAAA2C
Black with #BAAA2C
Text Example
Text Example
White with #BAAA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA2C; }
p { color: rgb(186,170,44); }
H1.HeaderClassName
{
color: #BAAA2C;
}
.AnyTagClassName
{
color: #BAAA2C;
}
</style>
background-color css
<style>
a { background-color: #BAAA2C; }
a { background-color: rgb(186,170,44); }
div.DivClassName
{
background-color: #BAAA2C;
}
.BgClassName
{
background-color: #BAAA2C;
}
</style>
border-color css
<style>
span { border-color: #BAAA2C; }
span { border-color: rgb(186,170,44); }
td.TdClassName
{
border-color: #BAAA2C;
}
.TagClassName
{
border-color: #BAAA2C;
}
</style>