Shades of Earls Green #BEB726
Tints of Earls Green #BEB726
RGB
CMYK
RGB Variations
Color information
#BEB726 (or 0xBEB726) is known color: Earls Green. HEX triplet: BE, B7 and 26. RGB value is (190,183,38). Sum of RGB (Red+Green+Blue) = 190+183+38=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB726 is #4148D9. Grayscale: #A9A9A9. Windows color (decimal): -4278490 or 2537406. OLE color: 2537406.
HSL color Cylindrical-coordinate representation of color #BEB726: hue angle of 57.24º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEB726 is Cyan = 0, Magento = 0.04, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 38 | - |
| CMYK | 0 | 0.04 | 0.8 | 0.25 |
| HSL | 57.24º | 0.67% | 0.45% | - |
| HSV(B) | 57.24º | 0.8% | 0.75% | - |
| XYZ | 38.52 | 44.95 | 8.48 | - |
| YUV | 168.56 | 54.32 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 38 | 0 | 0.04 | 0.8 | 0.25 | 57.24 | 0.67 | 0.45 |
| Hex | BE | B7 | 26 | 0 | 4 | 50 | 19 | 39 | 43 | 2D |
| Octal | 276 | 267 | 46 | 0 | 4 | 120 | 31 | 71 | 103 | 55 |
| Binary | 10111110 | 10110111 | 100110 | 0 | 100 | 1010000 | 11001 | 111001 | 1000011 | 101101 |
Color Harmonies of #BEB726
Complementary color
Monochromatic Colors of #BEB726
Black with #BEB726
Text Example
Text Example
White with #BEB726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB726; }
p { color: rgb(190,183,38); }
H1.HeaderClassName
{
color: #BEB726;
}
.AnyTagClassName
{
color: #BEB726;
}
</style>
background-color css
<style>
a { background-color: #BEB726; }
a { background-color: rgb(190,183,38); }
div.DivClassName
{
background-color: #BEB726;
}
.BgClassName
{
background-color: #BEB726;
}
</style>
border-color css
<style>
span { border-color: #BEB726; }
span { border-color: rgb(190,183,38); }
td.TdClassName
{
border-color: #BEB726;
}
.TagClassName
{
border-color: #BEB726;
}
</style>