Shades of Earls Green #BAA52D
Tints of Earls Green #BAA52D
RGB
CMYK
RGB Variations
Color information
#BAA52D (or 0xBAA52D) is known color: Earls Green. HEX triplet: BA, A5 and 2D. RGB value is (186,165,45). Sum of RGB (Red+Green+Blue) = 186+165+45=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA52D is #455AD2. Grayscale: #9E9E9E. Windows color (decimal): -4545235 or 2991546. OLE color: 2991546.
HSL color Cylindrical-coordinate representation of color #BAA52D: hue angle of 51.06º 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 #BAA52D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 45 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.27 |
| HSL | 51.06º | 0.61% | 0.45% | - |
| HSV(B) | 51.06º | 0.76% | 0.73% | - |
| XYZ | 34.18 | 37.54 | 7.93 | - |
| YUV | 157.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 45 | 0 | 0.11 | 0.76 | 0.27 | 51.06 | 0.61 | 0.45 |
| Hex | BA | A5 | 2D | 0 | B | 4C | 1B | 33 | 3D | 2D |
| Octal | 272 | 245 | 55 | 0 | 13 | 114 | 33 | 63 | 75 | 55 |
| Binary | 10111010 | 10100101 | 101101 | 0 | 1011 | 1001100 | 11011 | 110011 | 111101 | 101101 |
Color Harmonies of #BAA52D
Complementary color
Monochromatic Colors of #BAA52D
Black with #BAA52D
Text Example
Text Example
White with #BAA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA52D; }
p { color: rgb(186,165,45); }
H1.HeaderClassName
{
color: #BAA52D;
}
.AnyTagClassName
{
color: #BAA52D;
}
</style>
background-color css
<style>
a { background-color: #BAA52D; }
a { background-color: rgb(186,165,45); }
div.DivClassName
{
background-color: #BAA52D;
}
.BgClassName
{
background-color: #BAA52D;
}
</style>
border-color css
<style>
span { border-color: #BAA52D; }
span { border-color: rgb(186,165,45); }
td.TdClassName
{
border-color: #BAA52D;
}
.TagClassName
{
border-color: #BAA52D;
}
</style>