Shades of Earls Green #BAA32C
Tints of Earls Green #BAA32C
RGB
CMYK
RGB Variations
Color information
#BAA32C (or 0xBAA32C) is known color: Earls Green. HEX triplet: BA, A3 and 2C. RGB value is (186,163,44). Sum of RGB (Red+Green+Blue) = 186+163+44=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA32C is #455CD3. Grayscale: #9C9C9C. Windows color (decimal): -4545748 or 2925498. OLE color: 2925498.
HSL color Cylindrical-coordinate representation of color #BAA32C: hue angle of 50.28º 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 #BAA32C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 44 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.27 |
| HSL | 50.28º | 0.62% | 0.45% | - |
| HSV(B) | 50.28º | 0.76% | 0.73% | - |
| XYZ | 33.8 | 36.82 | 7.71 | - |
| YUV | 156.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 44 | 0 | 0.12 | 0.76 | 0.27 | 50.28 | 0.62 | 0.45 |
| Hex | BA | A3 | 2C | 0 | C | 4C | 1B | 32 | 3E | 2D |
| Octal | 272 | 243 | 54 | 0 | 14 | 114 | 33 | 62 | 76 | 55 |
| Binary | 10111010 | 10100011 | 101100 | 0 | 1100 | 1001100 | 11011 | 110010 | 111110 | 101101 |
Color Harmonies of #BAA32C
Complementary color
Monochromatic Colors of #BAA32C
Black with #BAA32C
Text Example
Text Example
White with #BAA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA32C; }
p { color: rgb(186,163,44); }
H1.HeaderClassName
{
color: #BAA32C;
}
.AnyTagClassName
{
color: #BAA32C;
}
</style>
background-color css
<style>
a { background-color: #BAA32C; }
a { background-color: rgb(186,163,44); }
div.DivClassName
{
background-color: #BAA32C;
}
.BgClassName
{
background-color: #BAA32C;
}
</style>
border-color css
<style>
span { border-color: #BAA32C; }
span { border-color: rgb(186,163,44); }
td.TdClassName
{
border-color: #BAA32C;
}
.TagClassName
{
border-color: #BAA32C;
}
</style>