Shades of Earls Green #BAA62D
Tints of Earls Green #BAA62D
RGB
CMYK
RGB Variations
Color information
#BAA62D (or 0xBAA62D) is known color: Earls Green. HEX triplet: BA, A6 and 2D. RGB value is (186,166,45). Sum of RGB (Red+Green+Blue) = 186+166+45=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA62D is #4559D2. Grayscale: #9E9E9E. Windows color (decimal): -4544979 or 2991802. OLE color: 2991802.
HSL color Cylindrical-coordinate representation of color #BAA62D: hue angle of 51.49º degrees, saturation: 0.61, 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 #BAA62D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 45 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.27 |
| HSL | 51.49º | 0.61% | 0.45% | - |
| HSV(B) | 51.49º | 0.76% | 0.73% | - |
| XYZ | 34.36 | 37.9 | 7.99 | - |
| YUV | 158.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 45 | 0 | 0.11 | 0.76 | 0.27 | 51.49 | 0.61 | 0.45 |
| Hex | BA | A6 | 2D | 0 | B | 4C | 1B | 33 | 3D | 2D |
| Octal | 272 | 246 | 55 | 0 | 13 | 114 | 33 | 63 | 75 | 55 |
| Binary | 10111010 | 10100110 | 101101 | 0 | 1011 | 1001100 | 11011 | 110011 | 111101 | 101101 |
Color Harmonies of #BAA62D
Complementary color
Monochromatic Colors of #BAA62D
Black with #BAA62D
Text Example
Text Example
White with #BAA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA62D; }
p { color: rgb(186,166,45); }
H1.HeaderClassName
{
color: #BAA62D;
}
.AnyTagClassName
{
color: #BAA62D;
}
</style>
background-color css
<style>
a { background-color: #BAA62D; }
a { background-color: rgb(186,166,45); }
div.DivClassName
{
background-color: #BAA62D;
}
.BgClassName
{
background-color: #BAA62D;
}
</style>
border-color css
<style>
span { border-color: #BAA62D; }
span { border-color: rgb(186,166,45); }
td.TdClassName
{
border-color: #BAA62D;
}
.TagClassName
{
border-color: #BAA62D;
}
</style>