Shades of Earls Green #BAA82B
Tints of Earls Green #BAA82B
RGB
CMYK
RGB Variations
Color information
#BAA82B (or 0xBAA82B) is known color: Earls Green. HEX triplet: BA, A8 and 2B. RGB value is (186,168,43). Sum of RGB (Red+Green+Blue) = 186+168+43=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA82B is #4557D4. Grayscale: #9F9F9F. Windows color (decimal): -4544469 or 2861242. OLE color: 2861242.
HSL color Cylindrical-coordinate representation of color #BAA82B: hue angle of 52.45º 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 #BAA82B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 43 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.27 |
| HSL | 52.45º | 0.62% | 0.45% | - |
| HSV(B) | 52.45º | 0.77% | 0.73% | - |
| XYZ | 34.69 | 38.62 | 7.91 | - |
| YUV | 159.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 43 | 0 | 0.10 | 0.77 | 0.27 | 52.45 | 0.62 | 0.45 |
| Hex | BA | A8 | 2B | 0 | A | 4D | 1B | 34 | 3E | 2D |
| Octal | 272 | 250 | 53 | 0 | 12 | 115 | 33 | 64 | 76 | 55 |
| Binary | 10111010 | 10101000 | 101011 | 0 | 1010 | 1001101 | 11011 | 110100 | 111110 | 101101 |
Color Harmonies of #BAA82B
Complementary color
Monochromatic Colors of #BAA82B
Black with #BAA82B
Text Example
Text Example
White with #BAA82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA82B; }
p { color: rgb(186,168,43); }
H1.HeaderClassName
{
color: #BAA82B;
}
.AnyTagClassName
{
color: #BAA82B;
}
</style>
background-color css
<style>
a { background-color: #BAA82B; }
a { background-color: rgb(186,168,43); }
div.DivClassName
{
background-color: #BAA82B;
}
.BgClassName
{
background-color: #BAA82B;
}
</style>
border-color css
<style>
span { border-color: #BAA82B; }
span { border-color: rgb(186,168,43); }
td.TdClassName
{
border-color: #BAA82B;
}
.TagClassName
{
border-color: #BAA82B;
}
</style>