Shades of Earls Green #BAAC2E
Tints of Earls Green #BAAC2E
RGB
CMYK
RGB Variations
Color information
#BAAC2E (or 0xBAAC2E) is known color: Earls Green. HEX triplet: BA, AC and 2E. RGB value is (186,172,46). Sum of RGB (Red+Green+Blue) = 186+172+46=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC2E is #4553D1. Grayscale: #A2A2A2. Windows color (decimal): -4543442 or 3058874. OLE color: 3058874.
HSL color Cylindrical-coordinate representation of color #BAAC2E: hue angle of 54º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAAC2E is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 46 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.27 |
| HSL | 54º | 0.6% | 0.45% | - |
| HSV(B) | 54º | 0.75% | 0.73% | - |
| XYZ | 35.5 | 40.14 | 8.46 | - |
| YUV | 161.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 46 | 0 | 0.08 | 0.75 | 0.27 | 54 | 0.6 | 0.45 |
| Hex | BA | AC | 2E | 0 | 8 | 4B | 1B | 36 | 3C | 2D |
| Octal | 272 | 254 | 56 | 0 | 10 | 113 | 33 | 66 | 74 | 55 |
| Binary | 10111010 | 10101100 | 101110 | 0 | 1000 | 1001011 | 11011 | 110110 | 111100 | 101101 |
Color Harmonies of #BAAC2E
Complementary color
Monochromatic Colors of #BAAC2E
Black with #BAAC2E
Text Example
Text Example
White with #BAAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC2E; }
p { color: rgb(186,172,46); }
H1.HeaderClassName
{
color: #BAAC2E;
}
.AnyTagClassName
{
color: #BAAC2E;
}
</style>
background-color css
<style>
a { background-color: #BAAC2E; }
a { background-color: rgb(186,172,46); }
div.DivClassName
{
background-color: #BAAC2E;
}
.BgClassName
{
background-color: #BAAC2E;
}
</style>
border-color css
<style>
span { border-color: #BAAC2E; }
span { border-color: rgb(186,172,46); }
td.TdClassName
{
border-color: #BAAC2E;
}
.TagClassName
{
border-color: #BAAC2E;
}
</style>