Shades of Earls Green #BEB521
Tints of Earls Green #BEB521
RGB
CMYK
RGB Variations
Color information
#BEB521 (or 0xBEB521) is known color: Earls Green. HEX triplet: BE, B5 and 21. RGB value is (190,181,33). Sum of RGB (Red+Green+Blue) = 190+181+33=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB521 is #414ADE. Grayscale: #A7A7A7. Windows color (decimal): -4279007 or 2209214. OLE color: 2209214.
HSL color Cylindrical-coordinate representation of color #BEB521: hue angle of 56.56º 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 #BEB521 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 33 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.25 |
| HSL | 56.56º | 0.7% | 0.44% | - |
| HSV(B) | 56.56º | 0.83% | 0.75% | - |
| XYZ | 38.03 | 44.1 | 7.95 | - |
| YUV | 166.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 33 | 0 | 0.05 | 0.83 | 0.25 | 56.56 | 0.7 | 0.44 |
| Hex | BE | B5 | 21 | 0 | 5 | 53 | 19 | 39 | 46 | 2C |
| Octal | 276 | 265 | 41 | 0 | 5 | 123 | 31 | 71 | 106 | 54 |
| Binary | 10111110 | 10110101 | 100001 | 0 | 101 | 1010011 | 11001 | 111001 | 1000110 | 101100 |
Color Harmonies of #BEB521
Complementary color
Monochromatic Colors of #BEB521
Black with #BEB521
Text Example
Text Example
White with #BEB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB521; }
p { color: rgb(190,181,33); }
H1.HeaderClassName
{
color: #BEB521;
}
.AnyTagClassName
{
color: #BEB521;
}
</style>
background-color css
<style>
a { background-color: #BEB521; }
a { background-color: rgb(190,181,33); }
div.DivClassName
{
background-color: #BEB521;
}
.BgClassName
{
background-color: #BEB521;
}
</style>
border-color css
<style>
span { border-color: #BEB521; }
span { border-color: rgb(190,181,33); }
td.TdClassName
{
border-color: #BEB521;
}
.TagClassName
{
border-color: #BEB521;
}
</style>