Shades of Earls Green #BEB220
Tints of Earls Green #BEB220
RGB
CMYK
RGB Variations
Color information
#BEB220 (or 0xBEB220) is known color: Earls Green. HEX triplet: BE, B2 and 20. RGB value is (190,178,32). Sum of RGB (Red+Green+Blue) = 190+178+32=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB220 is #414DDF. Grayscale: #A5A5A5. Windows color (decimal): -4279776 or 2142910. OLE color: 2142910.
HSL color Cylindrical-coordinate representation of color #BEB220: hue angle of 55.44º degrees, saturation: 0.71, 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 #BEB220 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 32 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.25 |
| HSL | 55.44º | 0.71% | 0.44% | - |
| HSV(B) | 55.44º | 0.83% | 0.75% | - |
| XYZ | 37.42 | 42.89 | 7.67 | - |
| YUV | 164.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 32 | 0 | 0.06 | 0.83 | 0.25 | 55.44 | 0.71 | 0.44 |
| Hex | BE | B2 | 20 | 0 | 6 | 53 | 19 | 37 | 47 | 2C |
| Octal | 276 | 262 | 40 | 0 | 6 | 123 | 31 | 67 | 107 | 54 |
| Binary | 10111110 | 10110010 | 100000 | 0 | 110 | 1010011 | 11001 | 110111 | 1000111 | 101100 |
Color Harmonies of #BEB220
Complementary color
Monochromatic Colors of #BEB220
Black with #BEB220
Text Example
Text Example
White with #BEB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB220; }
p { color: rgb(190,178,32); }
H1.HeaderClassName
{
color: #BEB220;
}
.AnyTagClassName
{
color: #BEB220;
}
</style>
background-color css
<style>
a { background-color: #BEB220; }
a { background-color: rgb(190,178,32); }
div.DivClassName
{
background-color: #BEB220;
}
.BgClassName
{
background-color: #BEB220;
}
</style>
border-color css
<style>
span { border-color: #BEB220; }
span { border-color: rgb(190,178,32); }
td.TdClassName
{
border-color: #BEB220;
}
.TagClassName
{
border-color: #BEB220;
}
</style>