Shades of Earls Green #BEA522
Tints of Earls Green #BEA522
RGB
CMYK
RGB Variations
Color information
#BEA522 (or 0xBEA522) is known color: Earls Green. HEX triplet: BE, A5 and 22. RGB value is (190,165,34). Sum of RGB (Red+Green+Blue) = 190+165+34=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA522 is #415ADD. Grayscale: #9E9E9E. Windows color (decimal): -4283102 or 2270654. OLE color: 2270654.
HSL color Cylindrical-coordinate representation of color #BEA522: hue angle of 50.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEA522 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 34 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.25 |
| HSL | 50.38º | 0.7% | 0.44% | - |
| HSV(B) | 50.38º | 0.82% | 0.75% | - |
| XYZ | 34.98 | 37.97 | 7 | - |
| YUV | 157.54 | 58.28 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 34 | 0 | 0.13 | 0.82 | 0.25 | 50.38 | 0.7 | 0.44 |
| Hex | BE | A5 | 22 | 0 | D | 52 | 19 | 32 | 46 | 2C |
| Octal | 276 | 245 | 42 | 0 | 15 | 122 | 31 | 62 | 106 | 54 |
| Binary | 10111110 | 10100101 | 100010 | 0 | 1101 | 1010010 | 11001 | 110010 | 1000110 | 101100 |
Color Harmonies of #BEA522
Complementary color
Monochromatic Colors of #BEA522
Black with #BEA522
Text Example
Text Example
White with #BEA522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA522; }
p { color: rgb(190,165,34); }
H1.HeaderClassName
{
color: #BEA522;
}
.AnyTagClassName
{
color: #BEA522;
}
</style>
background-color css
<style>
a { background-color: #BEA522; }
a { background-color: rgb(190,165,34); }
div.DivClassName
{
background-color: #BEA522;
}
.BgClassName
{
background-color: #BEA522;
}
</style>
border-color css
<style>
span { border-color: #BEA522; }
span { border-color: rgb(190,165,34); }
td.TdClassName
{
border-color: #BEA522;
}
.TagClassName
{
border-color: #BEA522;
}
</style>