Shades of Earls Green #BEA814
Tints of Earls Green #BEA814
RGB
CMYK
RGB Variations
Color information
#BEA814 (or 0xBEA814) is known color: Earls Green. HEX triplet: BE, A8 and 14. RGB value is (190,168,20). Sum of RGB (Red+Green+Blue) = 190+168+20=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA814 is #4157EB. Grayscale: #9E9E9E. Windows color (decimal): -4282348 or 1353918. OLE color: 1353918.
HSL color Cylindrical-coordinate representation of color #BEA814: hue angle of 52.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEA814 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 20 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.25 |
| HSL | 52.24º | 0.81% | 0.41% | - |
| HSV(B) | 52.24º | 0.89% | 0.75% | - |
| XYZ | 35.36 | 39 | 6.33 | - |
| YUV | 157.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 20 | 0 | 0.12 | 0.89 | 0.25 | 52.24 | 0.81 | 0.41 |
| Hex | BE | A8 | 14 | 0 | C | 59 | 19 | 34 | 51 | 29 |
| Octal | 276 | 250 | 24 | 0 | 14 | 131 | 31 | 64 | 121 | 51 |
| Binary | 10111110 | 10101000 | 10100 | 0 | 1100 | 1011001 | 11001 | 110100 | 1010001 | 101001 |
Color Harmonies of #BEA814
Complementary color
Monochromatic Colors of #BEA814
Black with #BEA814
Text Example
Text Example
White with #BEA814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA814; }
p { color: rgb(190,168,20); }
H1.HeaderClassName
{
color: #BEA814;
}
.AnyTagClassName
{
color: #BEA814;
}
</style>
background-color css
<style>
a { background-color: #BEA814; }
a { background-color: rgb(190,168,20); }
div.DivClassName
{
background-color: #BEA814;
}
.BgClassName
{
background-color: #BEA814;
}
</style>
border-color css
<style>
span { border-color: #BEA814; }
span { border-color: rgb(190,168,20); }
td.TdClassName
{
border-color: #BEA814;
}
.TagClassName
{
border-color: #BEA814;
}
</style>