Shades of Earls Green #BAAC2A
Tints of Earls Green #BAAC2A
RGB
CMYK
RGB Variations
Color information
#BAAC2A (or 0xBAAC2A) is known color: Earls Green. HEX triplet: BA, AC and 2A. RGB value is (186,172,42). Sum of RGB (Red+Green+Blue) = 186+172+42=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC2A is #4553D5. Grayscale: #A1A1A1. Windows color (decimal): -4543446 or 2796730. OLE color: 2796730.
HSL color Cylindrical-coordinate representation of color #BAAC2A: hue angle of 54.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAAC2A is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 42 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.27 |
| HSL | 54.17º | 0.63% | 0.45% | - |
| HSV(B) | 54.17º | 0.77% | 0.73% | - |
| XYZ | 35.42 | 40.11 | 8.07 | - |
| YUV | 161.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 42 | 0 | 0.08 | 0.77 | 0.27 | 54.17 | 0.63 | 0.45 |
| Hex | BA | AC | 2A | 0 | 8 | 4D | 1B | 36 | 3F | 2D |
| Octal | 272 | 254 | 52 | 0 | 10 | 115 | 33 | 66 | 77 | 55 |
| Binary | 10111010 | 10101100 | 101010 | 0 | 1000 | 1001101 | 11011 | 110110 | 111111 | 101101 |
Color Harmonies of #BAAC2A
Complementary color
Monochromatic Colors of #BAAC2A
Black with #BAAC2A
Text Example
Text Example
White with #BAAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC2A; }
p { color: rgb(186,172,42); }
H1.HeaderClassName
{
color: #BAAC2A;
}
.AnyTagClassName
{
color: #BAAC2A;
}
</style>
background-color css
<style>
a { background-color: #BAAC2A; }
a { background-color: rgb(186,172,42); }
div.DivClassName
{
background-color: #BAAC2A;
}
.BgClassName
{
background-color: #BAAC2A;
}
</style>
border-color css
<style>
span { border-color: #BAAC2A; }
span { border-color: rgb(186,172,42); }
td.TdClassName
{
border-color: #BAAC2A;
}
.TagClassName
{
border-color: #BAAC2A;
}
</style>