Shades of Earls Green #BAB028
Tints of Earls Green #BAB028
RGB
CMYK
RGB Variations
Color information
#BAB028 (or 0xBAB028) is known color: Earls Green. HEX triplet: BA, B0 and 28. RGB value is (186,176,40). Sum of RGB (Red+Green+Blue) = 186+176+40=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB028 is #454FD7. Grayscale: #A4A4A4. Windows color (decimal): -4542424 or 2666682. OLE color: 2666682.
HSL color Cylindrical-coordinate representation of color #BAB028: hue angle of 55.89º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAB028 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 40 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.27 |
| HSL | 55.89º | 0.65% | 0.44% | - |
| HSV(B) | 55.89º | 0.78% | 0.73% | - |
| XYZ | 36.16 | 41.64 | 8.14 | - |
| YUV | 163.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 40 | 0 | 0.05 | 0.78 | 0.27 | 55.89 | 0.65 | 0.44 |
| Hex | BA | B0 | 28 | 0 | 5 | 4E | 1B | 38 | 41 | 2C |
| Octal | 272 | 260 | 50 | 0 | 5 | 116 | 33 | 70 | 101 | 54 |
| Binary | 10111010 | 10110000 | 101000 | 0 | 101 | 1001110 | 11011 | 111000 | 1000001 | 101100 |
Color Harmonies of #BAB028
Complementary color
Monochromatic Colors of #BAB028
Black with #BAB028
Text Example
Text Example
White with #BAB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB028; }
p { color: rgb(186,176,40); }
H1.HeaderClassName
{
color: #BAB028;
}
.AnyTagClassName
{
color: #BAB028;
}
</style>
background-color css
<style>
a { background-color: #BAB028; }
a { background-color: rgb(186,176,40); }
div.DivClassName
{
background-color: #BAB028;
}
.BgClassName
{
background-color: #BAB028;
}
</style>
border-color css
<style>
span { border-color: #BAB028; }
span { border-color: rgb(186,176,40); }
td.TdClassName
{
border-color: #BAB028;
}
.TagClassName
{
border-color: #BAB028;
}
</style>