Shades of Earls Green #BAB630
Tints of Earls Green #BAB630
RGB
CMYK
RGB Variations
Color information
#BAB630 (or 0xBAB630) is known color: Earls Green. HEX triplet: BA, B6 and 30. RGB value is (186,182,48). Sum of RGB (Red+Green+Blue) = 186+182+48=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB630 is #4549CF. Grayscale: #A8A8A8. Windows color (decimal): -4540880 or 3192506. OLE color: 3192506.
HSL color Cylindrical-coordinate representation of color #BAB630: hue angle of 58.26º 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 #BAB630 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 48 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.27 |
| HSL | 58.26º | 0.59% | 0.46% | - |
| HSV(B) | 58.26º | 0.74% | 0.73% | - |
| XYZ | 37.51 | 44.11 | 9.33 | - |
| YUV | 167.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 48 | 0 | 0.02 | 0.74 | 0.27 | 58.26 | 0.59 | 0.46 |
| Hex | BA | B6 | 30 | 0 | 2 | 4A | 1B | 3A | 3B | 2E |
| Octal | 272 | 266 | 60 | 0 | 2 | 112 | 33 | 72 | 73 | 56 |
| Binary | 10111010 | 10110110 | 110000 | 0 | 10 | 1001010 | 11011 | 111010 | 111011 | 101110 |
Color Harmonies of #BAB630
Complementary color
Monochromatic Colors of #BAB630
Black with #BAB630
Text Example
Text Example
White with #BAB630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB630; }
p { color: rgb(186,182,48); }
H1.HeaderClassName
{
color: #BAB630;
}
.AnyTagClassName
{
color: #BAB630;
}
</style>
background-color css
<style>
a { background-color: #BAB630; }
a { background-color: rgb(186,182,48); }
div.DivClassName
{
background-color: #BAB630;
}
.BgClassName
{
background-color: #BAB630;
}
</style>
border-color css
<style>
span { border-color: #BAB630; }
span { border-color: rgb(186,182,48); }
td.TdClassName
{
border-color: #BAB630;
}
.TagClassName
{
border-color: #BAB630;
}
</style>