Shades of Earls Green #BAA125
Tints of Earls Green #BAA125
RGB
CMYK
RGB Variations
Color information
#BAA125 (or 0xBAA125) is known color: Earls Green. HEX triplet: BA, A1 and 25. RGB value is (186,161,37). Sum of RGB (Red+Green+Blue) = 186+161+37=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA125 is #455EDA. Grayscale: #9A9A9A. Windows color (decimal): -4546267 or 2466234. OLE color: 2466234.
HSL color Cylindrical-coordinate representation of color #BAA125: hue angle of 49.93º degrees, saturation: 0.67, 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 #BAA125 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 37 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.27 |
| HSL | 49.93º | 0.67% | 0.44% | - |
| HSV(B) | 49.93º | 0.8% | 0.73% | - |
| XYZ | 33.33 | 36.06 | 6.95 | - |
| YUV | 154.34 | 61.78 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 37 | 0 | 0.13 | 0.80 | 0.27 | 49.93 | 0.67 | 0.44 |
| Hex | BA | A1 | 25 | 0 | D | 50 | 1B | 32 | 43 | 2C |
| Octal | 272 | 241 | 45 | 0 | 15 | 120 | 33 | 62 | 103 | 54 |
| Binary | 10111010 | 10100001 | 100101 | 0 | 1101 | 1010000 | 11011 | 110010 | 1000011 | 101100 |
Color Harmonies of #BAA125
Complementary color
Monochromatic Colors of #BAA125
Black with #BAA125
Text Example
Text Example
White with #BAA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA125; }
p { color: rgb(186,161,37); }
H1.HeaderClassName
{
color: #BAA125;
}
.AnyTagClassName
{
color: #BAA125;
}
</style>
background-color css
<style>
a { background-color: #BAA125; }
a { background-color: rgb(186,161,37); }
div.DivClassName
{
background-color: #BAA125;
}
.BgClassName
{
background-color: #BAA125;
}
</style>
border-color css
<style>
span { border-color: #BAA125; }
span { border-color: rgb(186,161,37); }
td.TdClassName
{
border-color: #BAA125;
}
.TagClassName
{
border-color: #BAA125;
}
</style>