Shades of Earls Green #BEA82F
Tints of Earls Green #BEA82F
RGB
CMYK
RGB Variations
Color information
#BEA82F (or 0xBEA82F) is known color: Earls Green. HEX triplet: BE, A8 and 2F. RGB value is (190,168,47). Sum of RGB (Red+Green+Blue) = 190+168+47=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA82F is #4157D0. Grayscale: #A1A1A1. Windows color (decimal): -4282321 or 3123390. OLE color: 3123390.
HSL color Cylindrical-coordinate representation of color #BEA82F: hue angle of 50.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEA82F is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 47 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.25 |
| HSL | 50.77º | 0.6% | 0.46% | - |
| HSV(B) | 50.77º | 0.75% | 0.75% | - |
| XYZ | 35.75 | 39.16 | 8.36 | - |
| YUV | 160.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 47 | 0 | 0.12 | 0.75 | 0.25 | 50.77 | 0.6 | 0.46 |
| Hex | BE | A8 | 2F | 0 | C | 4B | 19 | 33 | 3C | 2E |
| Octal | 276 | 250 | 57 | 0 | 14 | 113 | 31 | 63 | 74 | 56 |
| Binary | 10111110 | 10101000 | 101111 | 0 | 1100 | 1001011 | 11001 | 110011 | 111100 | 101110 |
Color Harmonies of #BEA82F
Complementary color
Monochromatic Colors of #BEA82F
Black with #BEA82F
Text Example
Text Example
White with #BEA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA82F; }
p { color: rgb(190,168,47); }
H1.HeaderClassName
{
color: #BEA82F;
}
.AnyTagClassName
{
color: #BEA82F;
}
</style>
background-color css
<style>
a { background-color: #BEA82F; }
a { background-color: rgb(190,168,47); }
div.DivClassName
{
background-color: #BEA82F;
}
.BgClassName
{
background-color: #BEA82F;
}
</style>
border-color css
<style>
span { border-color: #BEA82F; }
span { border-color: rgb(190,168,47); }
td.TdClassName
{
border-color: #BEA82F;
}
.TagClassName
{
border-color: #BEA82F;
}
</style>