Shades of Earls Green #BAA126
Tints of Earls Green #BAA126
RGB
CMYK
RGB Variations
Color information
#BAA126 (or 0xBAA126) is known color: Earls Green. HEX triplet: BA, A1 and 26. RGB value is (186,161,38). Sum of RGB (Red+Green+Blue) = 186+161+38=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA126 is #455ED9. Grayscale: #9A9A9A. Windows color (decimal): -4546266 or 2531770. OLE color: 2531770.
HSL color Cylindrical-coordinate representation of color #BAA126: hue angle of 49.86º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAA126 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 38 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.27 |
| HSL | 49.86º | 0.66% | 0.44% | - |
| HSV(B) | 49.86º | 0.8% | 0.73% | - |
| XYZ | 33.34 | 36.07 | 7.04 | - |
| YUV | 154.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 38 | 0 | 0.13 | 0.80 | 0.27 | 49.86 | 0.66 | 0.44 |
| Hex | BA | A1 | 26 | 0 | D | 50 | 1B | 32 | 42 | 2C |
| Octal | 272 | 241 | 46 | 0 | 15 | 120 | 33 | 62 | 102 | 54 |
| Binary | 10111010 | 10100001 | 100110 | 0 | 1101 | 1010000 | 11011 | 110010 | 1000010 | 101100 |
Color Harmonies of #BAA126
Complementary color
Monochromatic Colors of #BAA126
Black with #BAA126
Text Example
Text Example
White with #BAA126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA126; }
p { color: rgb(186,161,38); }
H1.HeaderClassName
{
color: #BAA126;
}
.AnyTagClassName
{
color: #BAA126;
}
</style>
background-color css
<style>
a { background-color: #BAA126; }
a { background-color: rgb(186,161,38); }
div.DivClassName
{
background-color: #BAA126;
}
.BgClassName
{
background-color: #BAA126;
}
</style>
border-color css
<style>
span { border-color: #BAA126; }
span { border-color: rgb(186,161,38); }
td.TdClassName
{
border-color: #BAA126;
}
.TagClassName
{
border-color: #BAA126;
}
</style>