Shades of Earls Green #BAA226
Tints of Earls Green #BAA226
RGB
CMYK
RGB Variations
Color information
#BAA226 (or 0xBAA226) is known color: Earls Green. HEX triplet: BA, A2 and 26. RGB value is (186,162,38). Sum of RGB (Red+Green+Blue) = 186+162+38=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA226 is #455DD9. Grayscale: #9B9B9B. Windows color (decimal): -4546010 or 2532026. OLE color: 2532026.
HSL color Cylindrical-coordinate representation of color #BAA226: hue angle of 50.27º 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 #BAA226 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 38 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.27 |
| HSL | 50.27º | 0.66% | 0.44% | - |
| HSV(B) | 50.27º | 0.8% | 0.73% | - |
| XYZ | 33.52 | 36.42 | 7.1 | - |
| YUV | 155.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 38 | 0 | 0.13 | 0.80 | 0.27 | 50.27 | 0.66 | 0.44 |
| Hex | BA | A2 | 26 | 0 | D | 50 | 1B | 32 | 42 | 2C |
| Octal | 272 | 242 | 46 | 0 | 15 | 120 | 33 | 62 | 102 | 54 |
| Binary | 10111010 | 10100010 | 100110 | 0 | 1101 | 1010000 | 11011 | 110010 | 1000010 | 101100 |
Color Harmonies of #BAA226
Complementary color
Monochromatic Colors of #BAA226
Black with #BAA226
Text Example
Text Example
White with #BAA226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA226; }
p { color: rgb(186,162,38); }
H1.HeaderClassName
{
color: #BAA226;
}
.AnyTagClassName
{
color: #BAA226;
}
</style>
background-color css
<style>
a { background-color: #BAA226; }
a { background-color: rgb(186,162,38); }
div.DivClassName
{
background-color: #BAA226;
}
.BgClassName
{
background-color: #BAA226;
}
</style>
border-color css
<style>
span { border-color: #BAA226; }
span { border-color: rgb(186,162,38); }
td.TdClassName
{
border-color: #BAA226;
}
.TagClassName
{
border-color: #BAA226;
}
</style>