Shades of Earls Green #BAA32E
Tints of Earls Green #BAA32E
RGB
CMYK
RGB Variations
Color information
#BAA32E (or 0xBAA32E) is known color: Earls Green. HEX triplet: BA, A3 and 2E. RGB value is (186,163,46). Sum of RGB (Red+Green+Blue) = 186+163+46=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA32E is #455CD1. Grayscale: #9D9D9D. Windows color (decimal): -4545746 or 3056570. OLE color: 3056570.
HSL color Cylindrical-coordinate representation of color #BAA32E: hue angle of 50.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAA32E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 46 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.27 |
| HSL | 50.14º | 0.6% | 0.45% | - |
| HSV(B) | 50.14º | 0.75% | 0.73% | - |
| XYZ | 33.84 | 36.83 | 7.91 | - |
| YUV | 156.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 46 | 0 | 0.12 | 0.75 | 0.27 | 50.14 | 0.6 | 0.45 |
| Hex | BA | A3 | 2E | 0 | C | 4B | 1B | 32 | 3C | 2D |
| Octal | 272 | 243 | 56 | 0 | 14 | 113 | 33 | 62 | 74 | 55 |
| Binary | 10111010 | 10100011 | 101110 | 0 | 1100 | 1001011 | 11011 | 110010 | 111100 | 101101 |
Color Harmonies of #BAA32E
Complementary color
Monochromatic Colors of #BAA32E
Black with #BAA32E
Text Example
Text Example
White with #BAA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA32E; }
p { color: rgb(186,163,46); }
H1.HeaderClassName
{
color: #BAA32E;
}
.AnyTagClassName
{
color: #BAA32E;
}
</style>
background-color css
<style>
a { background-color: #BAA32E; }
a { background-color: rgb(186,163,46); }
div.DivClassName
{
background-color: #BAA32E;
}
.BgClassName
{
background-color: #BAA32E;
}
</style>
border-color css
<style>
span { border-color: #BAA32E; }
span { border-color: rgb(186,163,46); }
td.TdClassName
{
border-color: #BAA32E;
}
.TagClassName
{
border-color: #BAA32E;
}
</style>