Shades of Earls Green #BEB72E
Tints of Earls Green #BEB72E
RGB
CMYK
RGB Variations
Color information
#BEB72E (or 0xBEB72E) is known color: Earls Green. HEX triplet: BE, B7 and 2E. RGB value is (190,183,46). Sum of RGB (Red+Green+Blue) = 190+183+46=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB72E is #4148D1. Grayscale: #AAAAAA. Windows color (decimal): -4278482 or 3061694. OLE color: 3061694.
HSL color Cylindrical-coordinate representation of color #BEB72E: hue angle of 57.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEB72E is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 46 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.25 |
| HSL | 57.08º | 0.61% | 0.46% | - |
| HSV(B) | 57.08º | 0.76% | 0.75% | - |
| XYZ | 38.66 | 45.01 | 9.24 | - |
| YUV | 169.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 46 | 0 | 0.04 | 0.76 | 0.25 | 57.08 | 0.61 | 0.46 |
| Hex | BE | B7 | 2E | 0 | 4 | 4C | 19 | 39 | 3D | 2E |
| Octal | 276 | 267 | 56 | 0 | 4 | 114 | 31 | 71 | 75 | 56 |
| Binary | 10111110 | 10110111 | 101110 | 0 | 100 | 1001100 | 11001 | 111001 | 111101 | 101110 |
Color Harmonies of #BEB72E
Complementary color
Monochromatic Colors of #BEB72E
Black with #BEB72E
Text Example
Text Example
White with #BEB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB72E; }
p { color: rgb(190,183,46); }
H1.HeaderClassName
{
color: #BEB72E;
}
.AnyTagClassName
{
color: #BEB72E;
}
</style>
background-color css
<style>
a { background-color: #BEB72E; }
a { background-color: rgb(190,183,46); }
div.DivClassName
{
background-color: #BEB72E;
}
.BgClassName
{
background-color: #BEB72E;
}
</style>
border-color css
<style>
span { border-color: #BEB72E; }
span { border-color: rgb(190,183,46); }
td.TdClassName
{
border-color: #BEB72E;
}
.TagClassName
{
border-color: #BEB72E;
}
</style>