Shades of Earls Green #BAAC20
Tints of Earls Green #BAAC20
RGB
CMYK
RGB Variations
Color information
#BAAC20 (or 0xBAAC20) is known color: Earls Green. HEX triplet: BA, AC and 20. RGB value is (186,172,32). Sum of RGB (Red+Green+Blue) = 186+172+32=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC20 is #4553DF. Grayscale: #A0A0A0. Windows color (decimal): -4543456 or 2141370. OLE color: 2141370.
HSL color Cylindrical-coordinate representation of color #BAAC20: hue angle of 54.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAAC20 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 32 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.27 |
| HSL | 54.55º | 0.71% | 0.43% | - |
| HSV(B) | 54.55º | 0.83% | 0.73% | - |
| XYZ | 35.26 | 40.05 | 7.24 | - |
| YUV | 160.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 32 | 0 | 0.08 | 0.83 | 0.27 | 54.55 | 0.71 | 0.43 |
| Hex | BA | AC | 20 | 0 | 8 | 53 | 1B | 37 | 47 | 2B |
| Octal | 272 | 254 | 40 | 0 | 10 | 123 | 33 | 67 | 107 | 53 |
| Binary | 10111010 | 10101100 | 100000 | 0 | 1000 | 1010011 | 11011 | 110111 | 1000111 | 101011 |
Color Harmonies of #BAAC20
Complementary color
Monochromatic Colors of #BAAC20
Black with #BAAC20
Text Example
Text Example
White with #BAAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC20; }
p { color: rgb(186,172,32); }
H1.HeaderClassName
{
color: #BAAC20;
}
.AnyTagClassName
{
color: #BAAC20;
}
</style>
background-color css
<style>
a { background-color: #BAAC20; }
a { background-color: rgb(186,172,32); }
div.DivClassName
{
background-color: #BAAC20;
}
.BgClassName
{
background-color: #BAAC20;
}
</style>
border-color css
<style>
span { border-color: #BAAC20; }
span { border-color: rgb(186,172,32); }
td.TdClassName
{
border-color: #BAAC20;
}
.TagClassName
{
border-color: #BAAC20;
}
</style>