Shades of Earls Green #BAB320
Tints of Earls Green #BAB320
RGB
CMYK
RGB Variations
Color information
#BAB320 (or 0xBAB320) is known color: Earls Green. HEX triplet: BA, B3 and 20. RGB value is (186,179,32). Sum of RGB (Red+Green+Blue) = 186+179+32=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB320 is #454CDF. Grayscale: #A4A4A4. Windows color (decimal): -4541664 or 2143162. OLE color: 2143162.
HSL color Cylindrical-coordinate representation of color #BAB320: hue angle of 57.27º 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 #BAB320 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 32 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.27 |
| HSL | 57.27º | 0.71% | 0.43% | - |
| HSV(B) | 57.27º | 0.83% | 0.73% | - |
| XYZ | 36.63 | 42.78 | 7.69 | - |
| YUV | 164.34 | 53.32 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 32 | 0 | 0.04 | 0.83 | 0.27 | 57.27 | 0.71 | 0.43 |
| Hex | BA | B3 | 20 | 0 | 4 | 53 | 1B | 39 | 47 | 2B |
| Octal | 272 | 263 | 40 | 0 | 4 | 123 | 33 | 71 | 107 | 53 |
| Binary | 10111010 | 10110011 | 100000 | 0 | 100 | 1010011 | 11011 | 111001 | 1000111 | 101011 |
Color Harmonies of #BAB320
Complementary color
Monochromatic Colors of #BAB320
Black with #BAB320
Text Example
Text Example
White with #BAB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB320; }
p { color: rgb(186,179,32); }
H1.HeaderClassName
{
color: #BAB320;
}
.AnyTagClassName
{
color: #BAB320;
}
</style>
background-color css
<style>
a { background-color: #BAB320; }
a { background-color: rgb(186,179,32); }
div.DivClassName
{
background-color: #BAB320;
}
.BgClassName
{
background-color: #BAB320;
}
</style>
border-color css
<style>
span { border-color: #BAB320; }
span { border-color: rgb(186,179,32); }
td.TdClassName
{
border-color: #BAB320;
}
.TagClassName
{
border-color: #BAB320;
}
</style>