Shades of Earls Green #BEAC1D
Tints of Earls Green #BEAC1D
RGB
CMYK
RGB Variations
Color information
#BEAC1D (or 0xBEAC1D) is known color: Earls Green. HEX triplet: BE, AC and 1D. RGB value is (190,172,29). Sum of RGB (Red+Green+Blue) = 190+172+29=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC1D is #4153E2. Grayscale: #A1A1A1. Windows color (decimal): -4281315 or 1944766. OLE color: 1944766.
HSL color Cylindrical-coordinate representation of color #BEAC1D: hue angle of 53.29º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEAC1D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 29 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.25 |
| HSL | 53.29º | 0.74% | 0.43% | - |
| HSV(B) | 53.29º | 0.85% | 0.75% | - |
| XYZ | 36.21 | 40.54 | 7.08 | - |
| YUV | 161.08 | 53.46 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 29 | 0 | 0.09 | 0.85 | 0.25 | 53.29 | 0.74 | 0.43 |
| Hex | BE | AC | 1D | 0 | 9 | 55 | 19 | 35 | 4A | 2B |
| Octal | 276 | 254 | 35 | 0 | 11 | 125 | 31 | 65 | 112 | 53 |
| Binary | 10111110 | 10101100 | 11101 | 0 | 1001 | 1010101 | 11001 | 110101 | 1001010 | 101011 |
Color Harmonies of #BEAC1D
Complementary color
Monochromatic Colors of #BEAC1D
Black with #BEAC1D
Text Example
Text Example
White with #BEAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC1D; }
p { color: rgb(190,172,29); }
H1.HeaderClassName
{
color: #BEAC1D;
}
.AnyTagClassName
{
color: #BEAC1D;
}
</style>
background-color css
<style>
a { background-color: #BEAC1D; }
a { background-color: rgb(190,172,29); }
div.DivClassName
{
background-color: #BEAC1D;
}
.BgClassName
{
background-color: #BEAC1D;
}
</style>
border-color css
<style>
span { border-color: #BEAC1D; }
span { border-color: rgb(190,172,29); }
td.TdClassName
{
border-color: #BEAC1D;
}
.TagClassName
{
border-color: #BEAC1D;
}
</style>