Shades of Earls Green #BAAA32
Tints of Earls Green #BAAA32
RGB
CMYK
RGB Variations
Color information
#BAAA32 (or 0xBAAA32) is known color: Earls Green. HEX triplet: BA, AA and 32. RGB value is (186,170,50). Sum of RGB (Red+Green+Blue) = 186+170+50=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA32 is #4555CD. Grayscale: #A1A1A1. Windows color (decimal): -4543950 or 3320506. OLE color: 3320506.
HSL color Cylindrical-coordinate representation of color #BAAA32: hue angle of 52.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAAA32 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 50 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.27 |
| HSL | 52.94º | 0.58% | 0.46% | - |
| HSV(B) | 52.94º | 0.73% | 0.73% | - |
| XYZ | 35.2 | 39.42 | 8.77 | - |
| YUV | 161.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 50 | 0 | 0.09 | 0.73 | 0.27 | 52.94 | 0.58 | 0.46 |
| Hex | BA | AA | 32 | 0 | 9 | 49 | 1B | 35 | 3A | 2E |
| Octal | 272 | 252 | 62 | 0 | 11 | 111 | 33 | 65 | 72 | 56 |
| Binary | 10111010 | 10101010 | 110010 | 0 | 1001 | 1001001 | 11011 | 110101 | 111010 | 101110 |
Color Harmonies of #BAAA32
Complementary color
Monochromatic Colors of #BAAA32
Black with #BAAA32
Text Example
Text Example
White with #BAAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA32; }
p { color: rgb(186,170,50); }
H1.HeaderClassName
{
color: #BAAA32;
}
.AnyTagClassName
{
color: #BAAA32;
}
</style>
background-color css
<style>
a { background-color: #BAAA32; }
a { background-color: rgb(186,170,50); }
div.DivClassName
{
background-color: #BAAA32;
}
.BgClassName
{
background-color: #BAAA32;
}
</style>
border-color css
<style>
span { border-color: #BAAA32; }
span { border-color: rgb(186,170,50); }
td.TdClassName
{
border-color: #BAAA32;
}
.TagClassName
{
border-color: #BAAA32;
}
</style>