Shades of Earls Green #BAB721
Tints of Earls Green #BAB721
RGB
CMYK
RGB Variations
Color information
#BAB721 (or 0xBAB721) is known color: Earls Green. HEX triplet: BA, B7 and 21. RGB value is (186,183,33). Sum of RGB (Red+Green+Blue) = 186+183+33=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB721 is #4548DE. Grayscale: #A7A7A7. Windows color (decimal): -4540639 or 2209722. OLE color: 2209722.
HSL color Cylindrical-coordinate representation of color #BAB721: hue angle of 58.82º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAB721 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 33 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.27 |
| HSL | 58.82º | 0.7% | 0.43% | - |
| HSV(B) | 58.82º | 0.82% | 0.73% | - |
| XYZ | 37.46 | 44.42 | 8.04 | - |
| YUV | 166.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 33 | 0 | 0.02 | 0.82 | 0.27 | 58.82 | 0.7 | 0.43 |
| Hex | BA | B7 | 21 | 0 | 2 | 52 | 1B | 3B | 46 | 2B |
| Octal | 272 | 267 | 41 | 0 | 2 | 122 | 33 | 73 | 106 | 53 |
| Binary | 10111010 | 10110111 | 100001 | 0 | 10 | 1010010 | 11011 | 111011 | 1000110 | 101011 |
Color Harmonies of #BAB721
Complementary color
Monochromatic Colors of #BAB721
Black with #BAB721
Text Example
Text Example
White with #BAB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB721; }
p { color: rgb(186,183,33); }
H1.HeaderClassName
{
color: #BAB721;
}
.AnyTagClassName
{
color: #BAB721;
}
</style>
background-color css
<style>
a { background-color: #BAB721; }
a { background-color: rgb(186,183,33); }
div.DivClassName
{
background-color: #BAB721;
}
.BgClassName
{
background-color: #BAB721;
}
</style>
border-color css
<style>
span { border-color: #BAB721; }
span { border-color: rgb(186,183,33); }
td.TdClassName
{
border-color: #BAB721;
}
.TagClassName
{
border-color: #BAB721;
}
</style>