Shades of Earls Green #BAAA16
Tints of Earls Green #BAAA16
RGB
CMYK
RGB Variations
Color information
#BAAA16 (or 0xBAAA16) is known color: Earls Green. HEX triplet: BA, AA and 16. RGB value is (186,170,22). Sum of RGB (Red+Green+Blue) = 186+170+22=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA16 is #4555E9. Grayscale: #9E9E9E. Windows color (decimal): -4543978 or 1485498. OLE color: 1485498.
HSL color Cylindrical-coordinate representation of color #BAAA16: hue angle of 54.15º 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 #BAAA16 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 22 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.27 |
| HSL | 54.15º | 0.79% | 0.41% | - |
| HSV(B) | 54.15º | 0.88% | 0.73% | - |
| XYZ | 34.77 | 39.25 | 6.5 | - |
| YUV | 157.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 22 | 0 | 0.09 | 0.88 | 0.27 | 54.15 | 0.79 | 0.41 |
| Hex | BA | AA | 16 | 0 | 9 | 58 | 1B | 36 | 4F | 29 |
| Octal | 272 | 252 | 26 | 0 | 11 | 130 | 33 | 66 | 117 | 51 |
| Binary | 10111010 | 10101010 | 10110 | 0 | 1001 | 1011000 | 11011 | 110110 | 1001111 | 101001 |
Color Harmonies of #BAAA16
Complementary color
Monochromatic Colors of #BAAA16
Black with #BAAA16
Text Example
Text Example
White with #BAAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA16; }
p { color: rgb(186,170,22); }
H1.HeaderClassName
{
color: #BAAA16;
}
.AnyTagClassName
{
color: #BAAA16;
}
</style>
background-color css
<style>
a { background-color: #BAAA16; }
a { background-color: rgb(186,170,22); }
div.DivClassName
{
background-color: #BAAA16;
}
.BgClassName
{
background-color: #BAAA16;
}
</style>
border-color css
<style>
span { border-color: #BAAA16; }
span { border-color: rgb(186,170,22); }
td.TdClassName
{
border-color: #BAAA16;
}
.TagClassName
{
border-color: #BAAA16;
}
</style>