Shades of Earls Green #BAA22C
Tints of Earls Green #BAA22C
RGB
CMYK
RGB Variations
Color information
#BAA22C (or 0xBAA22C) is known color: Earls Green. HEX triplet: BA, A2 and 2C. RGB value is (186,162,44). Sum of RGB (Red+Green+Blue) = 186+162+44=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA22C is #455DD3. Grayscale: #9C9C9C. Windows color (decimal): -4546004 or 2925242. OLE color: 2925242.
HSL color Cylindrical-coordinate representation of color #BAA22C: hue angle of 49.86º 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 #BAA22C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 44 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.27 |
| HSL | 49.86º | 0.62% | 0.45% | - |
| HSV(B) | 49.86º | 0.76% | 0.73% | - |
| XYZ | 33.62 | 36.46 | 7.65 | - |
| YUV | 155.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 44 | 0 | 0.13 | 0.76 | 0.27 | 49.86 | 0.62 | 0.45 |
| Hex | BA | A2 | 2C | 0 | D | 4C | 1B | 32 | 3E | 2D |
| Octal | 272 | 242 | 54 | 0 | 15 | 114 | 33 | 62 | 76 | 55 |
| Binary | 10111010 | 10100010 | 101100 | 0 | 1101 | 1001100 | 11011 | 110010 | 111110 | 101101 |
Color Harmonies of #BAA22C
Complementary color
Monochromatic Colors of #BAA22C
Black with #BAA22C
Text Example
Text Example
White with #BAA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA22C; }
p { color: rgb(186,162,44); }
H1.HeaderClassName
{
color: #BAA22C;
}
.AnyTagClassName
{
color: #BAA22C;
}
</style>
background-color css
<style>
a { background-color: #BAA22C; }
a { background-color: rgb(186,162,44); }
div.DivClassName
{
background-color: #BAA22C;
}
.BgClassName
{
background-color: #BAA22C;
}
</style>
border-color css
<style>
span { border-color: #BAA22C; }
span { border-color: rgb(186,162,44); }
td.TdClassName
{
border-color: #BAA22C;
}
.TagClassName
{
border-color: #BAA22C;
}
</style>