Shades of Earls Green #BAA52C
Tints of Earls Green #BAA52C
RGB
CMYK
RGB Variations
Color information
#BAA52C (or 0xBAA52C) is known color: Earls Green. HEX triplet: BA, A5 and 2C. RGB value is (186,165,44). Sum of RGB (Red+Green+Blue) = 186+165+44=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA52C is #455AD3. Grayscale: #9D9D9D. Windows color (decimal): -4545236 or 2926010. OLE color: 2926010.
HSL color Cylindrical-coordinate representation of color #BAA52C: hue angle of 51.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAA52C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 44 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.27 |
| HSL | 51.13º | 0.62% | 0.45% | - |
| HSV(B) | 51.13º | 0.76% | 0.73% | - |
| XYZ | 34.16 | 37.53 | 7.83 | - |
| YUV | 157.49 | 63.96 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 44 | 0 | 0.11 | 0.76 | 0.27 | 51.13 | 0.62 | 0.45 |
| Hex | BA | A5 | 2C | 0 | B | 4C | 1B | 33 | 3E | 2D |
| Octal | 272 | 245 | 54 | 0 | 13 | 114 | 33 | 63 | 76 | 55 |
| Binary | 10111010 | 10100101 | 101100 | 0 | 1011 | 1001100 | 11011 | 110011 | 111110 | 101101 |
Color Harmonies of #BAA52C
Complementary color
Monochromatic Colors of #BAA52C
Black with #BAA52C
Text Example
Text Example
White with #BAA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA52C; }
p { color: rgb(186,165,44); }
H1.HeaderClassName
{
color: #BAA52C;
}
.AnyTagClassName
{
color: #BAA52C;
}
</style>
background-color css
<style>
a { background-color: #BAA52C; }
a { background-color: rgb(186,165,44); }
div.DivClassName
{
background-color: #BAA52C;
}
.BgClassName
{
background-color: #BAA52C;
}
</style>
border-color css
<style>
span { border-color: #BAA52C; }
span { border-color: rgb(186,165,44); }
td.TdClassName
{
border-color: #BAA52C;
}
.TagClassName
{
border-color: #BAA52C;
}
</style>