Shades of Earls Green #BEA52A
Tints of Earls Green #BEA52A
RGB
CMYK
RGB Variations
Color information
#BEA52A (or 0xBEA52A) is known color: Earls Green. HEX triplet: BE, A5 and 2A. RGB value is (190,165,42). Sum of RGB (Red+Green+Blue) = 190+165+42=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA52A is #415AD5. Grayscale: #9E9E9E. Windows color (decimal): -4283094 or 2794942. OLE color: 2794942.
HSL color Cylindrical-coordinate representation of color #BEA52A: hue angle of 49.86º 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 #BEA52A is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 42 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.25 |
| HSL | 49.86º | 0.64% | 0.45% | - |
| HSV(B) | 49.86º | 0.78% | 0.75% | - |
| XYZ | 35.11 | 38.02 | 7.68 | - |
| YUV | 158.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 42 | 0 | 0.13 | 0.78 | 0.25 | 49.86 | 0.64 | 0.45 |
| Hex | BE | A5 | 2A | 0 | D | 4E | 19 | 32 | 40 | 2D |
| Octal | 276 | 245 | 52 | 0 | 15 | 116 | 31 | 62 | 100 | 55 |
| Binary | 10111110 | 10100101 | 101010 | 0 | 1101 | 1001110 | 11001 | 110010 | 1000000 | 101101 |
Color Harmonies of #BEA52A
Complementary color
Monochromatic Colors of #BEA52A
Black with #BEA52A
Text Example
Text Example
White with #BEA52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA52A; }
p { color: rgb(190,165,42); }
H1.HeaderClassName
{
color: #BEA52A;
}
.AnyTagClassName
{
color: #BEA52A;
}
</style>
background-color css
<style>
a { background-color: #BEA52A; }
a { background-color: rgb(190,165,42); }
div.DivClassName
{
background-color: #BEA52A;
}
.BgClassName
{
background-color: #BEA52A;
}
</style>
border-color css
<style>
span { border-color: #BEA52A; }
span { border-color: rgb(190,165,42); }
td.TdClassName
{
border-color: #BEA52A;
}
.TagClassName
{
border-color: #BEA52A;
}
</style>