Shades of Earls Green #BEA22A
Tints of Earls Green #BEA22A
RGB
CMYK
RGB Variations
Color information
#BEA22A (or 0xBEA22A) is known color: Earls Green. HEX triplet: BE, A2 and 2A. RGB value is (190,162,42). Sum of RGB (Red+Green+Blue) = 190+162+42=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA22A is #415DD5. Grayscale: #9D9D9D. Windows color (decimal): -4283862 or 2794174. OLE color: 2794174.
HSL color Cylindrical-coordinate representation of color #BEA22A: hue angle of 48.65º 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 #BEA22A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 42 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.25 |
| HSL | 48.65º | 0.64% | 0.45% | - |
| HSV(B) | 48.65º | 0.78% | 0.75% | - |
| XYZ | 34.57 | 36.95 | 7.5 | - |
| YUV | 156.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 42 | 0 | 0.15 | 0.78 | 0.25 | 48.65 | 0.64 | 0.45 |
| Hex | BE | A2 | 2A | 0 | F | 4E | 19 | 31 | 40 | 2D |
| Octal | 276 | 242 | 52 | 0 | 17 | 116 | 31 | 61 | 100 | 55 |
| Binary | 10111110 | 10100010 | 101010 | 0 | 1111 | 1001110 | 11001 | 110001 | 1000000 | 101101 |
Color Harmonies of #BEA22A
Complementary color
Monochromatic Colors of #BEA22A
Black with #BEA22A
Text Example
Text Example
White with #BEA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA22A; }
p { color: rgb(190,162,42); }
H1.HeaderClassName
{
color: #BEA22A;
}
.AnyTagClassName
{
color: #BEA22A;
}
</style>
background-color css
<style>
a { background-color: #BEA22A; }
a { background-color: rgb(190,162,42); }
div.DivClassName
{
background-color: #BEA22A;
}
.BgClassName
{
background-color: #BEA22A;
}
</style>
border-color css
<style>
span { border-color: #BEA22A; }
span { border-color: rgb(190,162,42); }
td.TdClassName
{
border-color: #BEA22A;
}
.TagClassName
{
border-color: #BEA22A;
}
</style>