Shades of Earls Green #BAB930
Tints of Earls Green #BAB930
RGB
CMYK
RGB Variations
Color information
#BAB930 (or 0xBAB930) is known color: Earls Green. HEX triplet: BA, B9 and 30. RGB value is (186,185,48). Sum of RGB (Red+Green+Blue) = 186+185+48=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB930 is #4546CF. Grayscale: #AAAAAA. Windows color (decimal): -4540112 or 3193274. OLE color: 3193274.
HSL color Cylindrical-coordinate representation of color #BAB930: hue angle of 59.57º 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 #BAB930 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 48 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.27 |
| HSL | 59.57º | 0.59% | 0.46% | - |
| HSV(B) | 59.57º | 0.74% | 0.73% | - |
| XYZ | 38.13 | 45.35 | 9.54 | - |
| YUV | 169.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 48 | 0 | 0.01 | 0.74 | 0.27 | 59.57 | 0.59 | 0.46 |
| Hex | BA | B9 | 30 | 0 | 1 | 4A | 1B | 3C | 3B | 2E |
| Octal | 272 | 271 | 60 | 0 | 1 | 112 | 33 | 74 | 73 | 56 |
| Binary | 10111010 | 10111001 | 110000 | 0 | 1 | 1001010 | 11011 | 111100 | 111011 | 101110 |
Color Harmonies of #BAB930
Complementary color
Monochromatic Colors of #BAB930
Black with #BAB930
Text Example
Text Example
White with #BAB930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB930; }
p { color: rgb(186,185,48); }
H1.HeaderClassName
{
color: #BAB930;
}
.AnyTagClassName
{
color: #BAB930;
}
</style>
background-color css
<style>
a { background-color: #BAB930; }
a { background-color: rgb(186,185,48); }
div.DivClassName
{
background-color: #BAB930;
}
.BgClassName
{
background-color: #BAB930;
}
</style>
border-color css
<style>
span { border-color: #BAB930; }
span { border-color: rgb(186,185,48); }
td.TdClassName
{
border-color: #BAB930;
}
.TagClassName
{
border-color: #BAB930;
}
</style>