Shades of Earls Green #BEB924
Tints of Earls Green #BEB924
RGB
CMYK
RGB Variations
Color information
#BEB924 (or 0xBEB924) is known color: Earls Green. HEX triplet: BE, B9 and 24. RGB value is (190,185,36). Sum of RGB (Red+Green+Blue) = 190+185+36=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB924 is #4146DB. Grayscale: #AAAAAA. Windows color (decimal): -4277980 or 2406846. OLE color: 2406846.
HSL color Cylindrical-coordinate representation of color #BEB924: hue angle of 58.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEB924 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 36 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.25 |
| HSL | 58.05º | 0.68% | 0.44% | - |
| HSV(B) | 58.05º | 0.81% | 0.75% | - |
| XYZ | 38.9 | 45.77 | 8.45 | - |
| YUV | 169.51 | 52.66 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 36 | 0 | 0.03 | 0.81 | 0.25 | 58.05 | 0.68 | 0.44 |
| Hex | BE | B9 | 24 | 0 | 3 | 51 | 19 | 3A | 44 | 2C |
| Octal | 276 | 271 | 44 | 0 | 3 | 121 | 31 | 72 | 104 | 54 |
| Binary | 10111110 | 10111001 | 100100 | 0 | 11 | 1010001 | 11001 | 111010 | 1000100 | 101100 |
Color Harmonies of #BEB924
Complementary color
Monochromatic Colors of #BEB924
Black with #BEB924
Text Example
Text Example
White with #BEB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB924; }
p { color: rgb(190,185,36); }
H1.HeaderClassName
{
color: #BEB924;
}
.AnyTagClassName
{
color: #BEB924;
}
</style>
background-color css
<style>
a { background-color: #BEB924; }
a { background-color: rgb(190,185,36); }
div.DivClassName
{
background-color: #BEB924;
}
.BgClassName
{
background-color: #BEB924;
}
</style>
border-color css
<style>
span { border-color: #BEB924; }
span { border-color: rgb(190,185,36); }
td.TdClassName
{
border-color: #BEB924;
}
.TagClassName
{
border-color: #BEB924;
}
</style>