Shades of Earls Green #BAB020
Tints of Earls Green #BAB020
RGB
CMYK
RGB Variations
Color information
#BAB020 (or 0xBAB020) is known color: Earls Green. HEX triplet: BA, B0 and 20. RGB value is (186,176,32). Sum of RGB (Red+Green+Blue) = 186+176+32=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB020 is #454FDF. Grayscale: #A3A3A3. Windows color (decimal): -4542432 or 2142394. OLE color: 2142394.
HSL color Cylindrical-coordinate representation of color #BAB020: hue angle of 56.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAB020 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 32 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.27 |
| HSL | 56.1º | 0.71% | 0.43% | - |
| HSV(B) | 56.1º | 0.83% | 0.73% | - |
| XYZ | 36.04 | 41.59 | 7.5 | - |
| YUV | 162.57 | 54.31 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 32 | 0 | 0.05 | 0.83 | 0.27 | 56.1 | 0.71 | 0.43 |
| Hex | BA | B0 | 20 | 0 | 5 | 53 | 1B | 38 | 47 | 2B |
| Octal | 272 | 260 | 40 | 0 | 5 | 123 | 33 | 70 | 107 | 53 |
| Binary | 10111010 | 10110000 | 100000 | 0 | 101 | 1010011 | 11011 | 111000 | 1000111 | 101011 |
Color Harmonies of #BAB020
Complementary color
Monochromatic Colors of #BAB020
Black with #BAB020
Text Example
Text Example
White with #BAB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB020; }
p { color: rgb(186,176,32); }
H1.HeaderClassName
{
color: #BAB020;
}
.AnyTagClassName
{
color: #BAB020;
}
</style>
background-color css
<style>
a { background-color: #BAB020; }
a { background-color: rgb(186,176,32); }
div.DivClassName
{
background-color: #BAB020;
}
.BgClassName
{
background-color: #BAB020;
}
</style>
border-color css
<style>
span { border-color: #BAB020; }
span { border-color: rgb(186,176,32); }
td.TdClassName
{
border-color: #BAB020;
}
.TagClassName
{
border-color: #BAB020;
}
</style>