Shades of Earls Green #BAA42A
Tints of Earls Green #BAA42A
RGB
CMYK
RGB Variations
Color information
#BAA42A (or 0xBAA42A) is known color: Earls Green. HEX triplet: BA, A4 and 2A. RGB value is (186,164,42). Sum of RGB (Red+Green+Blue) = 186+164+42=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA42A is #455BD5. Grayscale: #9D9D9D. Windows color (decimal): -4545494 or 2794682. OLE color: 2794682.
HSL color Cylindrical-coordinate representation of color #BAA42A: hue angle of 50.83º degrees, saturation: 0.63, 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 #BAA42A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 42 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.27 |
| HSL | 50.83º | 0.63% | 0.45% | - |
| HSV(B) | 50.83º | 0.77% | 0.73% | - |
| XYZ | 33.94 | 37.16 | 7.57 | - |
| YUV | 156.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 42 | 0 | 0.12 | 0.77 | 0.27 | 50.83 | 0.63 | 0.45 |
| Hex | BA | A4 | 2A | 0 | C | 4D | 1B | 33 | 3F | 2D |
| Octal | 272 | 244 | 52 | 0 | 14 | 115 | 33 | 63 | 77 | 55 |
| Binary | 10111010 | 10100100 | 101010 | 0 | 1100 | 1001101 | 11011 | 110011 | 111111 | 101101 |
Color Harmonies of #BAA42A
Complementary color
Monochromatic Colors of #BAA42A
Black with #BAA42A
Text Example
Text Example
White with #BAA42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA42A; }
p { color: rgb(186,164,42); }
H1.HeaderClassName
{
color: #BAA42A;
}
.AnyTagClassName
{
color: #BAA42A;
}
</style>
background-color css
<style>
a { background-color: #BAA42A; }
a { background-color: rgb(186,164,42); }
div.DivClassName
{
background-color: #BAA42A;
}
.BgClassName
{
background-color: #BAA42A;
}
</style>
border-color css
<style>
span { border-color: #BAA42A; }
span { border-color: rgb(186,164,42); }
td.TdClassName
{
border-color: #BAA42A;
}
.TagClassName
{
border-color: #BAA42A;
}
</style>