Shades of Earls Green #BEA52D
Tints of Earls Green #BEA52D
RGB
CMYK
RGB Variations
Color information
#BEA52D (or 0xBEA52D) is known color: Earls Green. HEX triplet: BE, A5 and 2D. RGB value is (190,165,45). Sum of RGB (Red+Green+Blue) = 190+165+45=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA52D is #415AD2. Grayscale: #9F9F9F. Windows color (decimal): -4283091 or 2991550. OLE color: 2991550.
HSL color Cylindrical-coordinate representation of color #BEA52D: hue angle of 49.66º 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 #BEA52D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 45 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.25 |
| HSL | 49.66º | 0.62% | 0.46% | - |
| HSV(B) | 49.66º | 0.76% | 0.75% | - |
| XYZ | 35.16 | 38.05 | 7.97 | - |
| YUV | 158.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 45 | 0 | 0.13 | 0.76 | 0.25 | 49.66 | 0.62 | 0.46 |
| Hex | BE | A5 | 2D | 0 | D | 4C | 19 | 32 | 3E | 2E |
| Octal | 276 | 245 | 55 | 0 | 15 | 114 | 31 | 62 | 76 | 56 |
| Binary | 10111110 | 10100101 | 101101 | 0 | 1101 | 1001100 | 11001 | 110010 | 111110 | 101110 |
Color Harmonies of #BEA52D
Complementary color
Monochromatic Colors of #BEA52D
Black with #BEA52D
Text Example
Text Example
White with #BEA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA52D; }
p { color: rgb(190,165,45); }
H1.HeaderClassName
{
color: #BEA52D;
}
.AnyTagClassName
{
color: #BEA52D;
}
</style>
background-color css
<style>
a { background-color: #BEA52D; }
a { background-color: rgb(190,165,45); }
div.DivClassName
{
background-color: #BEA52D;
}
.BgClassName
{
background-color: #BEA52D;
}
</style>
border-color css
<style>
span { border-color: #BEA52D; }
span { border-color: rgb(190,165,45); }
td.TdClassName
{
border-color: #BEA52D;
}
.TagClassName
{
border-color: #BEA52D;
}
</style>