Shades of Earls Green #BAAC29
Tints of Earls Green #BAAC29
RGB
CMYK
RGB Variations
Color information
#BAAC29 (or 0xBAAC29) is known color: Earls Green. HEX triplet: BA, AC and 29. RGB value is (186,172,41). Sum of RGB (Red+Green+Blue) = 186+172+41=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC29 is #4553D6. Grayscale: #A1A1A1. Windows color (decimal): -4543447 or 2731194. OLE color: 2731194.
HSL color Cylindrical-coordinate representation of color #BAAC29: hue angle of 54.21º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAAC29 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 41 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.27 |
| HSL | 54.21º | 0.64% | 0.45% | - |
| HSV(B) | 54.21º | 0.78% | 0.73% | - |
| XYZ | 35.4 | 40.1 | 7.97 | - |
| YUV | 161.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 41 | 0 | 0.08 | 0.78 | 0.27 | 54.21 | 0.64 | 0.45 |
| Hex | BA | AC | 29 | 0 | 8 | 4E | 1B | 36 | 40 | 2D |
| Octal | 272 | 254 | 51 | 0 | 10 | 116 | 33 | 66 | 100 | 55 |
| Binary | 10111010 | 10101100 | 101001 | 0 | 1000 | 1001110 | 11011 | 110110 | 1000000 | 101101 |
Color Harmonies of #BAAC29
Complementary color
Monochromatic Colors of #BAAC29
Black with #BAAC29
Text Example
Text Example
White with #BAAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC29; }
p { color: rgb(186,172,41); }
H1.HeaderClassName
{
color: #BAAC29;
}
.AnyTagClassName
{
color: #BAAC29;
}
</style>
background-color css
<style>
a { background-color: #BAAC29; }
a { background-color: rgb(186,172,41); }
div.DivClassName
{
background-color: #BAAC29;
}
.BgClassName
{
background-color: #BAAC29;
}
</style>
border-color css
<style>
span { border-color: #BAAC29; }
span { border-color: rgb(186,172,41); }
td.TdClassName
{
border-color: #BAAC29;
}
.TagClassName
{
border-color: #BAAC29;
}
</style>