Shades of Earls Green #BAA42D
Tints of Earls Green #BAA42D
RGB
CMYK
RGB Variations
Color information
#BAA42D (or 0xBAA42D) is known color: Earls Green. HEX triplet: BA, A4 and 2D. RGB value is (186,164,45). Sum of RGB (Red+Green+Blue) = 186+164+45=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA42D is #455BD2. Grayscale: #9D9D9D. Windows color (decimal): -4545491 or 2991290. OLE color: 2991290.
HSL color Cylindrical-coordinate representation of color #BAA42D: hue angle of 50.64º 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 #BAA42D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 45 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.27 |
| HSL | 50.64º | 0.61% | 0.45% | - |
| HSV(B) | 50.64º | 0.76% | 0.73% | - |
| XYZ | 34 | 37.18 | 7.87 | - |
| YUV | 157.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 45 | 0 | 0.12 | 0.76 | 0.27 | 50.64 | 0.61 | 0.45 |
| Hex | BA | A4 | 2D | 0 | C | 4C | 1B | 33 | 3D | 2D |
| Octal | 272 | 244 | 55 | 0 | 14 | 114 | 33 | 63 | 75 | 55 |
| Binary | 10111010 | 10100100 | 101101 | 0 | 1100 | 1001100 | 11011 | 110011 | 111101 | 101101 |
Color Harmonies of #BAA42D
Complementary color
Monochromatic Colors of #BAA42D
Black with #BAA42D
Text Example
Text Example
White with #BAA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA42D; }
p { color: rgb(186,164,45); }
H1.HeaderClassName
{
color: #BAA42D;
}
.AnyTagClassName
{
color: #BAA42D;
}
</style>
background-color css
<style>
a { background-color: #BAA42D; }
a { background-color: rgb(186,164,45); }
div.DivClassName
{
background-color: #BAA42D;
}
.BgClassName
{
background-color: #BAA42D;
}
</style>
border-color css
<style>
span { border-color: #BAA42D; }
span { border-color: rgb(186,164,45); }
td.TdClassName
{
border-color: #BAA42D;
}
.TagClassName
{
border-color: #BAA42D;
}
</style>