Shades of Earls Green #BEA42A
Tints of Earls Green #BEA42A
RGB
CMYK
RGB Variations
Color information
#BEA42A (or 0xBEA42A) is known color: Earls Green. HEX triplet: BE, A4 and 2A. RGB value is (190,164,42). Sum of RGB (Red+Green+Blue) = 190+164+42=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA42A is #415BD5. Grayscale: #9E9E9E. Windows color (decimal): -4283350 or 2794686. OLE color: 2794686.
HSL color Cylindrical-coordinate representation of color #BEA42A: hue angle of 49.46º 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 #BEA42A is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 42 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.25 |
| HSL | 49.46º | 0.64% | 0.45% | - |
| HSV(B) | 49.46º | 0.78% | 0.75% | - |
| XYZ | 34.93 | 37.67 | 7.62 | - |
| YUV | 157.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 42 | 0 | 0.14 | 0.78 | 0.25 | 49.46 | 0.64 | 0.45 |
| Hex | BE | A4 | 2A | 0 | E | 4E | 19 | 31 | 40 | 2D |
| Octal | 276 | 244 | 52 | 0 | 16 | 116 | 31 | 61 | 100 | 55 |
| Binary | 10111110 | 10100100 | 101010 | 0 | 1110 | 1001110 | 11001 | 110001 | 1000000 | 101101 |
Color Harmonies of #BEA42A
Complementary color
Monochromatic Colors of #BEA42A
Black with #BEA42A
Text Example
Text Example
White with #BEA42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA42A; }
p { color: rgb(190,164,42); }
H1.HeaderClassName
{
color: #BEA42A;
}
.AnyTagClassName
{
color: #BEA42A;
}
</style>
background-color css
<style>
a { background-color: #BEA42A; }
a { background-color: rgb(190,164,42); }
div.DivClassName
{
background-color: #BEA42A;
}
.BgClassName
{
background-color: #BEA42A;
}
</style>
border-color css
<style>
span { border-color: #BEA42A; }
span { border-color: rgb(190,164,42); }
td.TdClassName
{
border-color: #BEA42A;
}
.TagClassName
{
border-color: #BEA42A;
}
</style>