Shades of Earls Green #BAA92C
Tints of Earls Green #BAA92C
RGB
CMYK
RGB Variations
Color information
#BAA92C (or 0xBAA92C) is known color: Earls Green. HEX triplet: BA, A9 and 2C. RGB value is (186,169,44). Sum of RGB (Red+Green+Blue) = 186+169+44=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA92C is #4556D3. Grayscale: #A0A0A0. Windows color (decimal): -4544212 or 2927034. OLE color: 2927034.
HSL color Cylindrical-coordinate representation of color #BAA92C: hue angle of 52.82º 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 #BAA92C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 44 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.27 |
| HSL | 52.82º | 0.62% | 0.45% | - |
| HSV(B) | 52.82º | 0.76% | 0.73% | - |
| XYZ | 34.89 | 39 | 8.07 | - |
| YUV | 159.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 44 | 0 | 0.09 | 0.76 | 0.27 | 52.82 | 0.62 | 0.45 |
| Hex | BA | A9 | 2C | 0 | 9 | 4C | 1B | 35 | 3E | 2D |
| Octal | 272 | 251 | 54 | 0 | 11 | 114 | 33 | 65 | 76 | 55 |
| Binary | 10111010 | 10101001 | 101100 | 0 | 1001 | 1001100 | 11011 | 110101 | 111110 | 101101 |
Color Harmonies of #BAA92C
Complementary color
Monochromatic Colors of #BAA92C
Black with #BAA92C
Text Example
Text Example
White with #BAA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA92C; }
p { color: rgb(186,169,44); }
H1.HeaderClassName
{
color: #BAA92C;
}
.AnyTagClassName
{
color: #BAA92C;
}
</style>
background-color css
<style>
a { background-color: #BAA92C; }
a { background-color: rgb(186,169,44); }
div.DivClassName
{
background-color: #BAA92C;
}
.BgClassName
{
background-color: #BAA92C;
}
</style>
border-color css
<style>
span { border-color: #BAA92C; }
span { border-color: rgb(186,169,44); }
td.TdClassName
{
border-color: #BAA92C;
}
.TagClassName
{
border-color: #BAA92C;
}
</style>