Shades of Earls Green #BAB017
Tints of Earls Green #BAB017
RGB
CMYK
RGB Variations
Color information
#BAB017 (or 0xBAB017) is known color: Earls Green. HEX triplet: BA, B0 and 17. RGB value is (186,176,23). Sum of RGB (Red+Green+Blue) = 186+176+23=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB017 is #454FE8. Grayscale: #A2A2A2. Windows color (decimal): -4542441 or 1552570. OLE color: 1552570.
HSL color Cylindrical-coordinate representation of color #BAB017: hue angle of 56.32º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAB017 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 23 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.27 |
| HSL | 56.32º | 0.78% | 0.41% | - |
| HSV(B) | 56.32º | 0.88% | 0.73% | - |
| XYZ | 35.93 | 41.55 | 6.94 | - |
| YUV | 161.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 23 | 0 | 0.05 | 0.88 | 0.27 | 56.32 | 0.78 | 0.41 |
| Hex | BA | B0 | 17 | 0 | 5 | 58 | 1B | 38 | 4E | 29 |
| Octal | 272 | 260 | 27 | 0 | 5 | 130 | 33 | 70 | 116 | 51 |
| Binary | 10111010 | 10110000 | 10111 | 0 | 101 | 1011000 | 11011 | 111000 | 1001110 | 101001 |
Color Harmonies of #BAB017
Complementary color
Monochromatic Colors of #BAB017
Black with #BAB017
Text Example
Text Example
White with #BAB017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB017; }
p { color: rgb(186,176,23); }
H1.HeaderClassName
{
color: #BAB017;
}
.AnyTagClassName
{
color: #BAB017;
}
</style>
background-color css
<style>
a { background-color: #BAB017; }
a { background-color: rgb(186,176,23); }
div.DivClassName
{
background-color: #BAB017;
}
.BgClassName
{
background-color: #BAB017;
}
</style>
border-color css
<style>
span { border-color: #BAB017; }
span { border-color: rgb(186,176,23); }
td.TdClassName
{
border-color: #BAB017;
}
.TagClassName
{
border-color: #BAB017;
}
</style>