Shades of Earls Green #BAB11D
Tints of Earls Green #BAB11D
RGB
CMYK
RGB Variations
Color information
#BAB11D (or 0xBAB11D) is known color: Earls Green. HEX triplet: BA, B1 and 1D. RGB value is (186,177,29). Sum of RGB (Red+Green+Blue) = 186+177+29=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB11D is #454EE2. Grayscale: #A3A3A3. Windows color (decimal): -4542179 or 1946042. OLE color: 1946042.
HSL color Cylindrical-coordinate representation of color #BAB11D: hue angle of 56.56º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAB11D is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 29 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.27 |
| HSL | 56.56º | 0.73% | 0.42% | - |
| HSV(B) | 56.56º | 0.84% | 0.73% | - |
| XYZ | 36.19 | 41.97 | 7.36 | - |
| YUV | 162.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 29 | 0 | 0.05 | 0.84 | 0.27 | 56.56 | 0.73 | 0.42 |
| Hex | BA | B1 | 1D | 0 | 5 | 54 | 1B | 39 | 49 | 2A |
| Octal | 272 | 261 | 35 | 0 | 5 | 124 | 33 | 71 | 111 | 52 |
| Binary | 10111010 | 10110001 | 11101 | 0 | 101 | 1010100 | 11011 | 111001 | 1001001 | 101010 |
Color Harmonies of #BAB11D
Complementary color
Monochromatic Colors of #BAB11D
Black with #BAB11D
Text Example
Text Example
White with #BAB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB11D; }
p { color: rgb(186,177,29); }
H1.HeaderClassName
{
color: #BAB11D;
}
.AnyTagClassName
{
color: #BAB11D;
}
</style>
background-color css
<style>
a { background-color: #BAB11D; }
a { background-color: rgb(186,177,29); }
div.DivClassName
{
background-color: #BAB11D;
}
.BgClassName
{
background-color: #BAB11D;
}
</style>
border-color css
<style>
span { border-color: #BAB11D; }
span { border-color: rgb(186,177,29); }
td.TdClassName
{
border-color: #BAB11D;
}
.TagClassName
{
border-color: #BAB11D;
}
</style>