Shades of Earls Green #BAB62E
Tints of Earls Green #BAB62E
RGB
CMYK
RGB Variations
Color information
#BAB62E (or 0xBAB62E) is known color: Earls Green. HEX triplet: BA, B6 and 2E. RGB value is (186,182,46). Sum of RGB (Red+Green+Blue) = 186+182+46=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB62E is #4549D1. Grayscale: #A8A8A8. Windows color (decimal): -4540882 or 3061434. OLE color: 3061434.
HSL color Cylindrical-coordinate representation of color #BAB62E: hue angle of 58.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAB62E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 46 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.27 |
| HSL | 58.29º | 0.6% | 0.45% | - |
| HSV(B) | 58.29º | 0.75% | 0.73% | - |
| XYZ | 37.47 | 44.09 | 9.12 | - |
| YUV | 167.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 46 | 0 | 0.02 | 0.75 | 0.27 | 58.29 | 0.6 | 0.45 |
| Hex | BA | B6 | 2E | 0 | 2 | 4B | 1B | 3A | 3C | 2D |
| Octal | 272 | 266 | 56 | 0 | 2 | 113 | 33 | 72 | 74 | 55 |
| Binary | 10111010 | 10110110 | 101110 | 0 | 10 | 1001011 | 11011 | 111010 | 111100 | 101101 |
Color Harmonies of #BAB62E
Complementary color
Monochromatic Colors of #BAB62E
Black with #BAB62E
Text Example
Text Example
White with #BAB62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB62E; }
p { color: rgb(186,182,46); }
H1.HeaderClassName
{
color: #BAB62E;
}
.AnyTagClassName
{
color: #BAB62E;
}
</style>
background-color css
<style>
a { background-color: #BAB62E; }
a { background-color: rgb(186,182,46); }
div.DivClassName
{
background-color: #BAB62E;
}
.BgClassName
{
background-color: #BAB62E;
}
</style>
border-color css
<style>
span { border-color: #BAB62E; }
span { border-color: rgb(186,182,46); }
td.TdClassName
{
border-color: #BAB62E;
}
.TagClassName
{
border-color: #BAB62E;
}
</style>