Shades of Earls Green #BAB031
Tints of Earls Green #BAB031
RGB
CMYK
RGB Variations
Color information
#BAB031 (or 0xBAB031) is known color: Earls Green. HEX triplet: BA, B0 and 31. RGB value is (186,176,49). Sum of RGB (Red+Green+Blue) = 186+176+49=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB031 is #454FCE. Grayscale: #A5A5A5. Windows color (decimal): -4542415 or 3256506. OLE color: 3256506.
HSL color Cylindrical-coordinate representation of color #BAB031: hue angle of 55.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAB031 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 49 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.27 |
| HSL | 55.62º | 0.58% | 0.46% | - |
| HSV(B) | 55.62º | 0.74% | 0.73% | - |
| XYZ | 36.33 | 41.71 | 9.04 | - |
| YUV | 164.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 49 | 0 | 0.05 | 0.74 | 0.27 | 55.62 | 0.58 | 0.46 |
| Hex | BA | B0 | 31 | 0 | 5 | 4A | 1B | 38 | 3A | 2E |
| Octal | 272 | 260 | 61 | 0 | 5 | 112 | 33 | 70 | 72 | 56 |
| Binary | 10111010 | 10110000 | 110001 | 0 | 101 | 1001010 | 11011 | 111000 | 111010 | 101110 |
Color Harmonies of #BAB031
Complementary color
Monochromatic Colors of #BAB031
Black with #BAB031
Text Example
Text Example
White with #BAB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB031; }
p { color: rgb(186,176,49); }
H1.HeaderClassName
{
color: #BAB031;
}
.AnyTagClassName
{
color: #BAB031;
}
</style>
background-color css
<style>
a { background-color: #BAB031; }
a { background-color: rgb(186,176,49); }
div.DivClassName
{
background-color: #BAB031;
}
.BgClassName
{
background-color: #BAB031;
}
</style>
border-color css
<style>
span { border-color: #BAB031; }
span { border-color: rgb(186,176,49); }
td.TdClassName
{
border-color: #BAB031;
}
.TagClassName
{
border-color: #BAB031;
}
</style>