Shades of Earls Green #BEB721
Tints of Earls Green #BEB721
RGB
CMYK
RGB Variations
Color information
#BEB721 (or 0xBEB721) is known color: Earls Green. HEX triplet: BE, B7 and 21. RGB value is (190,183,33). Sum of RGB (Red+Green+Blue) = 190+183+33=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB721 is #4148DE. Grayscale: #A8A8A8. Windows color (decimal): -4278495 or 2209726. OLE color: 2209726.
HSL color Cylindrical-coordinate representation of color #BEB721: hue angle of 57.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEB721 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 33 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.25 |
| HSL | 57.32º | 0.7% | 0.44% | - |
| HSV(B) | 57.32º | 0.83% | 0.75% | - |
| XYZ | 38.44 | 44.92 | 8.08 | - |
| YUV | 167.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 33 | 0 | 0.04 | 0.83 | 0.25 | 57.32 | 0.7 | 0.44 |
| Hex | BE | B7 | 21 | 0 | 4 | 53 | 19 | 39 | 46 | 2C |
| Octal | 276 | 267 | 41 | 0 | 4 | 123 | 31 | 71 | 106 | 54 |
| Binary | 10111110 | 10110111 | 100001 | 0 | 100 | 1010011 | 11001 | 111001 | 1000110 | 101100 |
Color Harmonies of #BEB721
Complementary color
Monochromatic Colors of #BEB721
Black with #BEB721
Text Example
Text Example
White with #BEB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB721; }
p { color: rgb(190,183,33); }
H1.HeaderClassName
{
color: #BEB721;
}
.AnyTagClassName
{
color: #BEB721;
}
</style>
background-color css
<style>
a { background-color: #BEB721; }
a { background-color: rgb(190,183,33); }
div.DivClassName
{
background-color: #BEB721;
}
.BgClassName
{
background-color: #BEB721;
}
</style>
border-color css
<style>
span { border-color: #BEB721; }
span { border-color: rgb(190,183,33); }
td.TdClassName
{
border-color: #BEB721;
}
.TagClassName
{
border-color: #BEB721;
}
</style>