Shades of Earls Green #BAAA1E
Tints of Earls Green #BAAA1E
RGB
CMYK
RGB Variations
Color information
#BAAA1E (or 0xBAAA1E) is known color: Earls Green. HEX triplet: BA, AA and 1E. RGB value is (186,170,30). Sum of RGB (Red+Green+Blue) = 186+170+30=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA1E is #4555E1. Grayscale: #9F9F9F. Windows color (decimal): -4543970 or 2009786. OLE color: 2009786.
HSL color Cylindrical-coordinate representation of color #BAAA1E: hue angle of 53.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAAA1E is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 30 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.27 |
| HSL | 53.85º | 0.72% | 0.42% | - |
| HSV(B) | 53.85º | 0.84% | 0.73% | - |
| XYZ | 34.86 | 39.28 | 6.97 | - |
| YUV | 158.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 30 | 0 | 0.09 | 0.84 | 0.27 | 53.85 | 0.72 | 0.42 |
| Hex | BA | AA | 1E | 0 | 9 | 54 | 1B | 36 | 48 | 2A |
| Octal | 272 | 252 | 36 | 0 | 11 | 124 | 33 | 66 | 110 | 52 |
| Binary | 10111010 | 10101010 | 11110 | 0 | 1001 | 1010100 | 11011 | 110110 | 1001000 | 101010 |
Color Harmonies of #BAAA1E
Complementary color
Monochromatic Colors of #BAAA1E
Black with #BAAA1E
Text Example
Text Example
White with #BAAA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA1E; }
p { color: rgb(186,170,30); }
H1.HeaderClassName
{
color: #BAAA1E;
}
.AnyTagClassName
{
color: #BAAA1E;
}
</style>
background-color css
<style>
a { background-color: #BAAA1E; }
a { background-color: rgb(186,170,30); }
div.DivClassName
{
background-color: #BAAA1E;
}
.BgClassName
{
background-color: #BAAA1E;
}
</style>
border-color css
<style>
span { border-color: #BAAA1E; }
span { border-color: rgb(186,170,30); }
td.TdClassName
{
border-color: #BAAA1E;
}
.TagClassName
{
border-color: #BAAA1E;
}
</style>