Shades of Earls Green #BAB118
Tints of Earls Green #BAB118
RGB
CMYK
RGB Variations
Color information
#BAB118 (or 0xBAB118) is known color: Earls Green. HEX triplet: BA, B1 and 18. RGB value is (186,177,24). Sum of RGB (Red+Green+Blue) = 186+177+24=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB118 is #454EE7. Grayscale: #A2A2A2. Windows color (decimal): -4542184 or 1618362. OLE color: 1618362.
HSL color Cylindrical-coordinate representation of color #BAB118: hue angle of 56.67º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAB118 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 24 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.27 |
| HSL | 56.67º | 0.77% | 0.41% | - |
| HSV(B) | 56.67º | 0.87% | 0.73% | - |
| XYZ | 36.14 | 41.95 | 7.06 | - |
| YUV | 162.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 24 | 0 | 0.05 | 0.87 | 0.27 | 56.67 | 0.77 | 0.41 |
| Hex | BA | B1 | 18 | 0 | 5 | 57 | 1B | 39 | 4D | 29 |
| Octal | 272 | 261 | 30 | 0 | 5 | 127 | 33 | 71 | 115 | 51 |
| Binary | 10111010 | 10110001 | 11000 | 0 | 101 | 1010111 | 11011 | 111001 | 1001101 | 101001 |
Color Harmonies of #BAB118
Complementary color
Monochromatic Colors of #BAB118
Black with #BAB118
Text Example
Text Example
White with #BAB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB118; }
p { color: rgb(186,177,24); }
H1.HeaderClassName
{
color: #BAB118;
}
.AnyTagClassName
{
color: #BAB118;
}
</style>
background-color css
<style>
a { background-color: #BAB118; }
a { background-color: rgb(186,177,24); }
div.DivClassName
{
background-color: #BAB118;
}
.BgClassName
{
background-color: #BAB118;
}
</style>
border-color css
<style>
span { border-color: #BAB118; }
span { border-color: rgb(186,177,24); }
td.TdClassName
{
border-color: #BAB118;
}
.TagClassName
{
border-color: #BAB118;
}
</style>