Shades of Earls Green #BAAA13
Tints of Earls Green #BAAA13
RGB
CMYK
RGB Variations
Color information
#BAAA13 (or 0xBAAA13) is known color: Earls Green. HEX triplet: BA, AA and 13. RGB value is (186,170,19). Sum of RGB (Red+Green+Blue) = 186+170+19=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA13 is #4555EC. Grayscale: #9E9E9E. Windows color (decimal): -4543981 or 1288890. OLE color: 1288890.
HSL color Cylindrical-coordinate representation of color #BAAA13: hue angle of 54.25º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAAA13 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 19 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.27 |
| HSL | 54.25º | 0.81% | 0.4% | - |
| HSV(B) | 54.25º | 0.9% | 0.73% | - |
| XYZ | 34.74 | 39.24 | 6.36 | - |
| YUV | 157.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 19 | 0 | 0.09 | 0.90 | 0.27 | 54.25 | 0.81 | 0.4 |
| Hex | BA | AA | 13 | 0 | 9 | 5A | 1B | 36 | 51 | 28 |
| Octal | 272 | 252 | 23 | 0 | 11 | 132 | 33 | 66 | 121 | 50 |
| Binary | 10111010 | 10101010 | 10011 | 0 | 1001 | 1011010 | 11011 | 110110 | 1010001 | 101000 |
Color Harmonies of #BAAA13
Complementary color
Monochromatic Colors of #BAAA13
Black with #BAAA13
Text Example
Text Example
White with #BAAA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA13; }
p { color: rgb(186,170,19); }
H1.HeaderClassName
{
color: #BAAA13;
}
.AnyTagClassName
{
color: #BAAA13;
}
</style>
background-color css
<style>
a { background-color: #BAAA13; }
a { background-color: rgb(186,170,19); }
div.DivClassName
{
background-color: #BAAA13;
}
.BgClassName
{
background-color: #BAAA13;
}
</style>
border-color css
<style>
span { border-color: #BAAA13; }
span { border-color: rgb(186,170,19); }
td.TdClassName
{
border-color: #BAAA13;
}
.TagClassName
{
border-color: #BAAA13;
}
</style>