Shades of Earls Green #BAB330
Tints of Earls Green #BAB330
RGB
CMYK
RGB Variations
Color information
#BAB330 (or 0xBAB330) is known color: Earls Green. HEX triplet: BA, B3 and 30. RGB value is (186,179,48). Sum of RGB (Red+Green+Blue) = 186+179+48=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB330 is #454CCF. Grayscale: #A6A6A6. Windows color (decimal): -4541648 or 3191738. OLE color: 3191738.
HSL color Cylindrical-coordinate representation of color #BAB330: hue angle of 56.96º degrees, saturation: 0.59, 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 #BAB330 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 48 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.27 |
| HSL | 56.96º | 0.59% | 0.46% | - |
| HSV(B) | 56.96º | 0.74% | 0.73% | - |
| XYZ | 36.9 | 42.89 | 9.13 | - |
| YUV | 166.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 48 | 0 | 0.04 | 0.74 | 0.27 | 56.96 | 0.59 | 0.46 |
| Hex | BA | B3 | 30 | 0 | 4 | 4A | 1B | 39 | 3B | 2E |
| Octal | 272 | 263 | 60 | 0 | 4 | 112 | 33 | 71 | 73 | 56 |
| Binary | 10111010 | 10110011 | 110000 | 0 | 100 | 1001010 | 11011 | 111001 | 111011 | 101110 |
Color Harmonies of #BAB330
Complementary color
Monochromatic Colors of #BAB330
Black with #BAB330
Text Example
Text Example
White with #BAB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB330; }
p { color: rgb(186,179,48); }
H1.HeaderClassName
{
color: #BAB330;
}
.AnyTagClassName
{
color: #BAB330;
}
</style>
background-color css
<style>
a { background-color: #BAB330; }
a { background-color: rgb(186,179,48); }
div.DivClassName
{
background-color: #BAB330;
}
.BgClassName
{
background-color: #BAB330;
}
</style>
border-color css
<style>
span { border-color: #BAB330; }
span { border-color: rgb(186,179,48); }
td.TdClassName
{
border-color: #BAB330;
}
.TagClassName
{
border-color: #BAB330;
}
</style>