Shades of Earls Green #BAAC16
Tints of Earls Green #BAAC16
RGB
CMYK
RGB Variations
Color information
#BAAC16 (or 0xBAAC16) is known color: Earls Green. HEX triplet: BA, AC and 16. RGB value is (186,172,22). Sum of RGB (Red+Green+Blue) = 186+172+22=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC16 is #4553E9. Grayscale: #9F9F9F. Windows color (decimal): -4543466 or 1486010. OLE color: 1486010.
HSL color Cylindrical-coordinate representation of color #BAAC16: hue angle of 54.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAAC16 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 22 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.27 |
| HSL | 54.88º | 0.79% | 0.41% | - |
| HSV(B) | 54.88º | 0.88% | 0.73% | - |
| XYZ | 35.15 | 40 | 6.63 | - |
| YUV | 159.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 22 | 0 | 0.08 | 0.88 | 0.27 | 54.88 | 0.79 | 0.41 |
| Hex | BA | AC | 16 | 0 | 8 | 58 | 1B | 37 | 4F | 29 |
| Octal | 272 | 254 | 26 | 0 | 10 | 130 | 33 | 67 | 117 | 51 |
| Binary | 10111010 | 10101100 | 10110 | 0 | 1000 | 1011000 | 11011 | 110111 | 1001111 | 101001 |
Color Harmonies of #BAAC16
Complementary color
Monochromatic Colors of #BAAC16
Black with #BAAC16
Text Example
Text Example
White with #BAAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC16; }
p { color: rgb(186,172,22); }
H1.HeaderClassName
{
color: #BAAC16;
}
.AnyTagClassName
{
color: #BAAC16;
}
</style>
background-color css
<style>
a { background-color: #BAAC16; }
a { background-color: rgb(186,172,22); }
div.DivClassName
{
background-color: #BAAC16;
}
.BgClassName
{
background-color: #BAAC16;
}
</style>
border-color css
<style>
span { border-color: #BAAC16; }
span { border-color: rgb(186,172,22); }
td.TdClassName
{
border-color: #BAAC16;
}
.TagClassName
{
border-color: #BAAC16;
}
</style>