Shades of Earls Green #BAB730
Tints of Earls Green #BAB730
RGB
CMYK
RGB Variations
Color information
#BAB730 (or 0xBAB730) is known color: Earls Green. HEX triplet: BA, B7 and 30. RGB value is (186,183,48). Sum of RGB (Red+Green+Blue) = 186+183+48=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB730 is #4548CF. Grayscale: #A9A9A9. Windows color (decimal): -4540624 or 3192762. OLE color: 3192762.
HSL color Cylindrical-coordinate representation of color #BAB730: hue angle of 58.7º 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 #BAB730 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 48 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.27 |
| HSL | 58.7º | 0.59% | 0.46% | - |
| HSV(B) | 58.7º | 0.74% | 0.73% | - |
| XYZ | 37.72 | 44.52 | 9.4 | - |
| YUV | 168.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 48 | 0 | 0.02 | 0.74 | 0.27 | 58.7 | 0.59 | 0.46 |
| Hex | BA | B7 | 30 | 0 | 2 | 4A | 1B | 3B | 3B | 2E |
| Octal | 272 | 267 | 60 | 0 | 2 | 112 | 33 | 73 | 73 | 56 |
| Binary | 10111010 | 10110111 | 110000 | 0 | 10 | 1001010 | 11011 | 111011 | 111011 | 101110 |
Color Harmonies of #BAB730
Complementary color
Monochromatic Colors of #BAB730
Black with #BAB730
Text Example
Text Example
White with #BAB730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB730; }
p { color: rgb(186,183,48); }
H1.HeaderClassName
{
color: #BAB730;
}
.AnyTagClassName
{
color: #BAB730;
}
</style>
background-color css
<style>
a { background-color: #BAB730; }
a { background-color: rgb(186,183,48); }
div.DivClassName
{
background-color: #BAB730;
}
.BgClassName
{
background-color: #BAB730;
}
</style>
border-color css
<style>
span { border-color: #BAB730; }
span { border-color: rgb(186,183,48); }
td.TdClassName
{
border-color: #BAB730;
}
.TagClassName
{
border-color: #BAB730;
}
</style>