Shades of Earls Green #BAAC2C
Tints of Earls Green #BAAC2C
RGB
CMYK
RGB Variations
Color information
#BAAC2C (or 0xBAAC2C) is known color: Earls Green. HEX triplet: BA, AC and 2C. RGB value is (186,172,44). Sum of RGB (Red+Green+Blue) = 186+172+44=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC2C is #4553D3. Grayscale: #A2A2A2. Windows color (decimal): -4543444 or 2927802. OLE color: 2927802.
HSL color Cylindrical-coordinate representation of color #BAAC2C: hue angle of 54.08º 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 #BAAC2C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 44 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.27 |
| HSL | 54.08º | 0.62% | 0.45% | - |
| HSV(B) | 54.08º | 0.76% | 0.73% | - |
| XYZ | 35.46 | 40.13 | 8.26 | - |
| YUV | 161.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 44 | 0 | 0.08 | 0.76 | 0.27 | 54.08 | 0.62 | 0.45 |
| Hex | BA | AC | 2C | 0 | 8 | 4C | 1B | 36 | 3E | 2D |
| Octal | 272 | 254 | 54 | 0 | 10 | 114 | 33 | 66 | 76 | 55 |
| Binary | 10111010 | 10101100 | 101100 | 0 | 1000 | 1001100 | 11011 | 110110 | 111110 | 101101 |
Color Harmonies of #BAAC2C
Complementary color
Monochromatic Colors of #BAAC2C
Black with #BAAC2C
Text Example
Text Example
White with #BAAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC2C; }
p { color: rgb(186,172,44); }
H1.HeaderClassName
{
color: #BAAC2C;
}
.AnyTagClassName
{
color: #BAAC2C;
}
</style>
background-color css
<style>
a { background-color: #BAAC2C; }
a { background-color: rgb(186,172,44); }
div.DivClassName
{
background-color: #BAAC2C;
}
.BgClassName
{
background-color: #BAAC2C;
}
</style>
border-color css
<style>
span { border-color: #BAAC2C; }
span { border-color: rgb(186,172,44); }
td.TdClassName
{
border-color: #BAAC2C;
}
.TagClassName
{
border-color: #BAAC2C;
}
</style>