Shades of Earls Green #BAA42B
Tints of Earls Green #BAA42B
RGB
CMYK
RGB Variations
Color information
#BAA42B (or 0xBAA42B) is known color: Earls Green. HEX triplet: BA, A4 and 2B. RGB value is (186,164,43). Sum of RGB (Red+Green+Blue) = 186+164+43=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA42B is #455BD4. Grayscale: #9D9D9D. Windows color (decimal): -4545493 or 2860218. OLE color: 2860218.
HSL color Cylindrical-coordinate representation of color #BAA42B: hue angle of 50.77º 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 #BAA42B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 43 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.27 |
| HSL | 50.77º | 0.62% | 0.45% | - |
| HSV(B) | 50.77º | 0.77% | 0.73% | - |
| XYZ | 33.96 | 37.16 | 7.67 | - |
| YUV | 156.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 43 | 0 | 0.12 | 0.77 | 0.27 | 50.77 | 0.62 | 0.45 |
| Hex | BA | A4 | 2B | 0 | C | 4D | 1B | 33 | 3E | 2D |
| Octal | 272 | 244 | 53 | 0 | 14 | 115 | 33 | 63 | 76 | 55 |
| Binary | 10111010 | 10100100 | 101011 | 0 | 1100 | 1001101 | 11011 | 110011 | 111110 | 101101 |
Color Harmonies of #BAA42B
Complementary color
Monochromatic Colors of #BAA42B
Black with #BAA42B
Text Example
Text Example
White with #BAA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA42B; }
p { color: rgb(186,164,43); }
H1.HeaderClassName
{
color: #BAA42B;
}
.AnyTagClassName
{
color: #BAA42B;
}
</style>
background-color css
<style>
a { background-color: #BAA42B; }
a { background-color: rgb(186,164,43); }
div.DivClassName
{
background-color: #BAA42B;
}
.BgClassName
{
background-color: #BAA42B;
}
</style>
border-color css
<style>
span { border-color: #BAA42B; }
span { border-color: rgb(186,164,43); }
td.TdClassName
{
border-color: #BAA42B;
}
.TagClassName
{
border-color: #BAA42B;
}
</style>