Shades of Earls Green #BAA92D
Tints of Earls Green #BAA92D
RGB
CMYK
RGB Variations
Color information
#BAA92D (or 0xBAA92D) is known color: Earls Green. HEX triplet: BA, A9 and 2D. RGB value is (186,169,45). Sum of RGB (Red+Green+Blue) = 186+169+45=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA92D is #4556D2. Grayscale: #A0A0A0. Windows color (decimal): -4544211 or 2992570. OLE color: 2992570.
HSL color Cylindrical-coordinate representation of color #BAA92D: hue angle of 52.77º 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 #BAA92D is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 45 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.27 |
| HSL | 52.77º | 0.61% | 0.45% | - |
| HSV(B) | 52.77º | 0.76% | 0.73% | - |
| XYZ | 34.91 | 39 | 8.17 | - |
| YUV | 159.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 45 | 0 | 0.09 | 0.76 | 0.27 | 52.77 | 0.61 | 0.45 |
| Hex | BA | A9 | 2D | 0 | 9 | 4C | 1B | 35 | 3D | 2D |
| Octal | 272 | 251 | 55 | 0 | 11 | 114 | 33 | 65 | 75 | 55 |
| Binary | 10111010 | 10101001 | 101101 | 0 | 1001 | 1001100 | 11011 | 110101 | 111101 | 101101 |
Color Harmonies of #BAA92D
Complementary color
Monochromatic Colors of #BAA92D
Black with #BAA92D
Text Example
Text Example
White with #BAA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA92D; }
p { color: rgb(186,169,45); }
H1.HeaderClassName
{
color: #BAA92D;
}
.AnyTagClassName
{
color: #BAA92D;
}
</style>
background-color css
<style>
a { background-color: #BAA92D; }
a { background-color: rgb(186,169,45); }
div.DivClassName
{
background-color: #BAA92D;
}
.BgClassName
{
background-color: #BAA92D;
}
</style>
border-color css
<style>
span { border-color: #BAA92D; }
span { border-color: rgb(186,169,45); }
td.TdClassName
{
border-color: #BAA92D;
}
.TagClassName
{
border-color: #BAA92D;
}
</style>