Shades of Earls Green #BEA32D
Tints of Earls Green #BEA32D
RGB
CMYK
RGB Variations
Color information
#BEA32D (or 0xBEA32D) is known color: Earls Green. HEX triplet: BE, A3 and 2D. RGB value is (190,163,45). Sum of RGB (Red+Green+Blue) = 190+163+45=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA32D is #415CD2. Grayscale: #9E9E9E. Windows color (decimal): -4283603 or 2991038. OLE color: 2991038.
HSL color Cylindrical-coordinate representation of color #BEA32D: hue angle of 48.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEA32D is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 45 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.25 |
| HSL | 48.83º | 0.62% | 0.46% | - |
| HSV(B) | 48.83º | 0.76% | 0.75% | - |
| XYZ | 34.81 | 37.33 | 7.85 | - |
| YUV | 157.62 | 64.45 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 45 | 0 | 0.14 | 0.76 | 0.25 | 48.83 | 0.62 | 0.46 |
| Hex | BE | A3 | 2D | 0 | E | 4C | 19 | 31 | 3E | 2E |
| Octal | 276 | 243 | 55 | 0 | 16 | 114 | 31 | 61 | 76 | 56 |
| Binary | 10111110 | 10100011 | 101101 | 0 | 1110 | 1001100 | 11001 | 110001 | 111110 | 101110 |
Color Harmonies of #BEA32D
Complementary color
Monochromatic Colors of #BEA32D
Black with #BEA32D
Text Example
Text Example
White with #BEA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA32D; }
p { color: rgb(190,163,45); }
H1.HeaderClassName
{
color: #BEA32D;
}
.AnyTagClassName
{
color: #BEA32D;
}
</style>
background-color css
<style>
a { background-color: #BEA32D; }
a { background-color: rgb(190,163,45); }
div.DivClassName
{
background-color: #BEA32D;
}
.BgClassName
{
background-color: #BEA32D;
}
</style>
border-color css
<style>
span { border-color: #BEA32D; }
span { border-color: rgb(190,163,45); }
td.TdClassName
{
border-color: #BEA32D;
}
.TagClassName
{
border-color: #BEA32D;
}
</style>