Shades of Earls Green #BAA22B
Tints of Earls Green #BAA22B
RGB
CMYK
RGB Variations
Color information
#BAA22B (or 0xBAA22B) is known color: Earls Green. HEX triplet: BA, A2 and 2B. RGB value is (186,162,43). Sum of RGB (Red+Green+Blue) = 186+162+43=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA22B is #455DD4. Grayscale: #9C9C9C. Windows color (decimal): -4546005 or 2859706. OLE color: 2859706.
HSL color Cylindrical-coordinate representation of color #BAA22B: hue angle of 49.93º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAA22B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 43 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.27 |
| HSL | 49.93º | 0.62% | 0.45% | - |
| HSV(B) | 49.93º | 0.77% | 0.73% | - |
| XYZ | 33.61 | 36.45 | 7.55 | - |
| YUV | 155.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 43 | 0 | 0.13 | 0.77 | 0.27 | 49.93 | 0.62 | 0.45 |
| Hex | BA | A2 | 2B | 0 | D | 4D | 1B | 32 | 3E | 2D |
| Octal | 272 | 242 | 53 | 0 | 15 | 115 | 33 | 62 | 76 | 55 |
| Binary | 10111010 | 10100010 | 101011 | 0 | 1101 | 1001101 | 11011 | 110010 | 111110 | 101101 |
Color Harmonies of #BAA22B
Complementary color
Monochromatic Colors of #BAA22B
Black with #BAA22B
Text Example
Text Example
White with #BAA22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA22B; }
p { color: rgb(186,162,43); }
H1.HeaderClassName
{
color: #BAA22B;
}
.AnyTagClassName
{
color: #BAA22B;
}
</style>
background-color css
<style>
a { background-color: #BAA22B; }
a { background-color: rgb(186,162,43); }
div.DivClassName
{
background-color: #BAA22B;
}
.BgClassName
{
background-color: #BAA22B;
}
</style>
border-color css
<style>
span { border-color: #BAA22B; }
span { border-color: rgb(186,162,43); }
td.TdClassName
{
border-color: #BAA22B;
}
.TagClassName
{
border-color: #BAA22B;
}
</style>