Shades of Earls Green #BAA52E
Tints of Earls Green #BAA52E
RGB
CMYK
RGB Variations
Color information
#BAA52E (or 0xBAA52E) is known color: Earls Green. HEX triplet: BA, A5 and 2E. RGB value is (186,165,46). Sum of RGB (Red+Green+Blue) = 186+165+46=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA52E is #455AD1. Grayscale: #9E9E9E. Windows color (decimal): -4545234 or 3057082. OLE color: 3057082.
HSL color Cylindrical-coordinate representation of color #BAA52E: hue angle of 51º 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 #BAA52E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 46 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.27 |
| HSL | 51º | 0.6% | 0.45% | - |
| HSV(B) | 51º | 0.75% | 0.73% | - |
| XYZ | 34.2 | 37.55 | 8.03 | - |
| YUV | 157.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 46 | 0 | 0.11 | 0.75 | 0.27 | 51 | 0.6 | 0.45 |
| Hex | BA | A5 | 2E | 0 | B | 4B | 1B | 33 | 3C | 2D |
| Octal | 272 | 245 | 56 | 0 | 13 | 113 | 33 | 63 | 74 | 55 |
| Binary | 10111010 | 10100101 | 101110 | 0 | 1011 | 1001011 | 11011 | 110011 | 111100 | 101101 |
Color Harmonies of #BAA52E
Complementary color
Monochromatic Colors of #BAA52E
Black with #BAA52E
Text Example
Text Example
White with #BAA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA52E; }
p { color: rgb(186,165,46); }
H1.HeaderClassName
{
color: #BAA52E;
}
.AnyTagClassName
{
color: #BAA52E;
}
</style>
background-color css
<style>
a { background-color: #BAA52E; }
a { background-color: rgb(186,165,46); }
div.DivClassName
{
background-color: #BAA52E;
}
.BgClassName
{
background-color: #BAA52E;
}
</style>
border-color css
<style>
span { border-color: #BAA52E; }
span { border-color: rgb(186,165,46); }
td.TdClassName
{
border-color: #BAA52E;
}
.TagClassName
{
border-color: #BAA52E;
}
</style>