Shades of Earls Green #BEAA2D
Tints of Earls Green #BEAA2D
RGB
CMYK
RGB Variations
Color information
#BEAA2D (or 0xBEAA2D) is known color: Earls Green. HEX triplet: BE, AA and 2D. RGB value is (190,170,45). Sum of RGB (Red+Green+Blue) = 190+170+45=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA2D is #4155D2. Grayscale: #A2A2A2. Windows color (decimal): -4281811 or 2992830. OLE color: 2992830.
HSL color Cylindrical-coordinate representation of color #BEAA2D: hue angle of 51.72º 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 #BEAA2D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 45 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.25 |
| HSL | 51.72º | 0.62% | 0.46% | - |
| HSV(B) | 51.72º | 0.76% | 0.75% | - |
| XYZ | 36.08 | 39.89 | 8.28 | - |
| YUV | 161.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 45 | 0 | 0.11 | 0.76 | 0.25 | 51.72 | 0.62 | 0.46 |
| Hex | BE | AA | 2D | 0 | B | 4C | 19 | 34 | 3E | 2E |
| Octal | 276 | 252 | 55 | 0 | 13 | 114 | 31 | 64 | 76 | 56 |
| Binary | 10111110 | 10101010 | 101101 | 0 | 1011 | 1001100 | 11001 | 110100 | 111110 | 101110 |
Color Harmonies of #BEAA2D
Complementary color
Monochromatic Colors of #BEAA2D
Black with #BEAA2D
Text Example
Text Example
White with #BEAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA2D; }
p { color: rgb(190,170,45); }
H1.HeaderClassName
{
color: #BEAA2D;
}
.AnyTagClassName
{
color: #BEAA2D;
}
</style>
background-color css
<style>
a { background-color: #BEAA2D; }
a { background-color: rgb(190,170,45); }
div.DivClassName
{
background-color: #BEAA2D;
}
.BgClassName
{
background-color: #BEAA2D;
}
</style>
border-color css
<style>
span { border-color: #BEAA2D; }
span { border-color: rgb(190,170,45); }
td.TdClassName
{
border-color: #BEAA2D;
}
.TagClassName
{
border-color: #BEAA2D;
}
</style>