Shades of Earls Green #BAA42E
Tints of Earls Green #BAA42E
RGB
CMYK
RGB Variations
Color information
#BAA42E (or 0xBAA42E) is known color: Earls Green. HEX triplet: BA, A4 and 2E. RGB value is (186,164,46). Sum of RGB (Red+Green+Blue) = 186+164+46=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA42E is #455BD1. Grayscale: #9D9D9D. Windows color (decimal): -4545490 or 3056826. OLE color: 3056826.
HSL color Cylindrical-coordinate representation of color #BAA42E: hue angle of 50.57º 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 #BAA42E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 46 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.27 |
| HSL | 50.57º | 0.6% | 0.45% | - |
| HSV(B) | 50.57º | 0.75% | 0.73% | - |
| XYZ | 34.02 | 37.19 | 7.97 | - |
| YUV | 157.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 46 | 0 | 0.12 | 0.75 | 0.27 | 50.57 | 0.6 | 0.45 |
| Hex | BA | A4 | 2E | 0 | C | 4B | 1B | 33 | 3C | 2D |
| Octal | 272 | 244 | 56 | 0 | 14 | 113 | 33 | 63 | 74 | 55 |
| Binary | 10111010 | 10100100 | 101110 | 0 | 1100 | 1001011 | 11011 | 110011 | 111100 | 101101 |
Color Harmonies of #BAA42E
Complementary color
Monochromatic Colors of #BAA42E
Black with #BAA42E
Text Example
Text Example
White with #BAA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA42E; }
p { color: rgb(186,164,46); }
H1.HeaderClassName
{
color: #BAA42E;
}
.AnyTagClassName
{
color: #BAA42E;
}
</style>
background-color css
<style>
a { background-color: #BAA42E; }
a { background-color: rgb(186,164,46); }
div.DivClassName
{
background-color: #BAA42E;
}
.BgClassName
{
background-color: #BAA42E;
}
</style>
border-color css
<style>
span { border-color: #BAA42E; }
span { border-color: rgb(186,164,46); }
td.TdClassName
{
border-color: #BAA42E;
}
.TagClassName
{
border-color: #BAA42E;
}
</style>