Shades of Earls Green #BEA819
Tints of Earls Green #BEA819
RGB
CMYK
RGB Variations
Color information
#BEA819 (or 0xBEA819) is known color: Earls Green. HEX triplet: BE, A8 and 19. RGB value is (190,168,25). Sum of RGB (Red+Green+Blue) = 190+168+25=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA819 is #4157E6. Grayscale: #9E9E9E. Windows color (decimal): -4282343 or 1681598. OLE color: 1681598.
HSL color Cylindrical-coordinate representation of color #BEA819: hue angle of 52º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEA819 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 25 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.25 |
| HSL | 52º | 0.77% | 0.42% | - |
| HSV(B) | 52º | 0.87% | 0.75% | - |
| XYZ | 35.41 | 39.02 | 6.59 | - |
| YUV | 158.28 | 52.79 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 25 | 0 | 0.12 | 0.87 | 0.25 | 52 | 0.77 | 0.42 |
| Hex | BE | A8 | 19 | 0 | C | 57 | 19 | 34 | 4D | 2A |
| Octal | 276 | 250 | 31 | 0 | 14 | 127 | 31 | 64 | 115 | 52 |
| Binary | 10111110 | 10101000 | 11001 | 0 | 1100 | 1010111 | 11001 | 110100 | 1001101 | 101010 |
Color Harmonies of #BEA819
Complementary color
Monochromatic Colors of #BEA819
Black with #BEA819
Text Example
Text Example
White with #BEA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA819; }
p { color: rgb(190,168,25); }
H1.HeaderClassName
{
color: #BEA819;
}
.AnyTagClassName
{
color: #BEA819;
}
</style>
background-color css
<style>
a { background-color: #BEA819; }
a { background-color: rgb(190,168,25); }
div.DivClassName
{
background-color: #BEA819;
}
.BgClassName
{
background-color: #BEA819;
}
</style>
border-color css
<style>
span { border-color: #BEA819; }
span { border-color: rgb(190,168,25); }
td.TdClassName
{
border-color: #BEA819;
}
.TagClassName
{
border-color: #BEA819;
}
</style>