Shades of Earls Green #BEA321
Tints of Earls Green #BEA321
RGB
CMYK
RGB Variations
Color information
#BEA321 (or 0xBEA321) is known color: Earls Green. HEX triplet: BE, A3 and 21. RGB value is (190,163,33). Sum of RGB (Red+Green+Blue) = 190+163+33=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA321 is #415CDE. Grayscale: #9C9C9C. Windows color (decimal): -4283615 or 2204606. OLE color: 2204606.
HSL color Cylindrical-coordinate representation of color #BEA321: hue angle of 49.68º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEA321 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 33 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.25 |
| HSL | 49.68º | 0.7% | 0.44% | - |
| HSV(B) | 49.68º | 0.83% | 0.75% | - |
| XYZ | 34.61 | 37.25 | 6.81 | - |
| YUV | 156.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 33 | 0 | 0.14 | 0.83 | 0.25 | 49.68 | 0.7 | 0.44 |
| Hex | BE | A3 | 21 | 0 | E | 53 | 19 | 32 | 46 | 2C |
| Octal | 276 | 243 | 41 | 0 | 16 | 123 | 31 | 62 | 106 | 54 |
| Binary | 10111110 | 10100011 | 100001 | 0 | 1110 | 1010011 | 11001 | 110010 | 1000110 | 101100 |
Color Harmonies of #BEA321
Complementary color
Monochromatic Colors of #BEA321
Black with #BEA321
Text Example
Text Example
White with #BEA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA321; }
p { color: rgb(190,163,33); }
H1.HeaderClassName
{
color: #BEA321;
}
.AnyTagClassName
{
color: #BEA321;
}
</style>
background-color css
<style>
a { background-color: #BEA321; }
a { background-color: rgb(190,163,33); }
div.DivClassName
{
background-color: #BEA321;
}
.BgClassName
{
background-color: #BEA321;
}
</style>
border-color css
<style>
span { border-color: #BEA321; }
span { border-color: rgb(190,163,33); }
td.TdClassName
{
border-color: #BEA321;
}
.TagClassName
{
border-color: #BEA321;
}
</style>