Shades of Earls Green #BEB82A
Tints of Earls Green #BEB82A
RGB
CMYK
RGB Variations
Color information
#BEB82A (or 0xBEB82A) is known color: Earls Green. HEX triplet: BE, B8 and 2A. RGB value is (190,184,42). Sum of RGB (Red+Green+Blue) = 190+184+42=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB82A is #4147D5. Grayscale: #AAAAAA. Windows color (decimal): -4278230 or 2799806. OLE color: 2799806.
HSL color Cylindrical-coordinate representation of color #BEB82A: hue angle of 57.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEB82A is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 42 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.25 |
| HSL | 57.57º | 0.64% | 0.45% | - |
| HSV(B) | 57.57º | 0.78% | 0.75% | - |
| XYZ | 38.79 | 45.4 | 8.91 | - |
| YUV | 169.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 42 | 0 | 0.03 | 0.78 | 0.25 | 57.57 | 0.64 | 0.45 |
| Hex | BE | B8 | 2A | 0 | 3 | 4E | 19 | 3A | 40 | 2D |
| Octal | 276 | 270 | 52 | 0 | 3 | 116 | 31 | 72 | 100 | 55 |
| Binary | 10111110 | 10111000 | 101010 | 0 | 11 | 1001110 | 11001 | 111010 | 1000000 | 101101 |
Color Harmonies of #BEB82A
Complementary color
Monochromatic Colors of #BEB82A
Black with #BEB82A
Text Example
Text Example
White with #BEB82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB82A; }
p { color: rgb(190,184,42); }
H1.HeaderClassName
{
color: #BEB82A;
}
.AnyTagClassName
{
color: #BEB82A;
}
</style>
background-color css
<style>
a { background-color: #BEB82A; }
a { background-color: rgb(190,184,42); }
div.DivClassName
{
background-color: #BEB82A;
}
.BgClassName
{
background-color: #BEB82A;
}
</style>
border-color css
<style>
span { border-color: #BEB82A; }
span { border-color: rgb(190,184,42); }
td.TdClassName
{
border-color: #BEB82A;
}
.TagClassName
{
border-color: #BEB82A;
}
</style>