Shades of Earls Green #BEAC2A
Tints of Earls Green #BEAC2A
RGB
CMYK
RGB Variations
Color information
#BEAC2A (or 0xBEAC2A) is known color: Earls Green. HEX triplet: BE, AC and 2A. RGB value is (190,172,42). Sum of RGB (Red+Green+Blue) = 190+172+42=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC2A is #4153D5. Grayscale: #A3A3A3. Windows color (decimal): -4281302 or 2796734. OLE color: 2796734.
HSL color Cylindrical-coordinate representation of color #BEAC2A: hue angle of 52.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEAC2A is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 42 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.25 |
| HSL | 52.7º | 0.64% | 0.45% | - |
| HSV(B) | 52.7º | 0.78% | 0.75% | - |
| XYZ | 36.41 | 40.62 | 8.11 | - |
| YUV | 162.56 | 59.96 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 42 | 0 | 0.09 | 0.78 | 0.25 | 52.7 | 0.64 | 0.45 |
| Hex | BE | AC | 2A | 0 | 9 | 4E | 19 | 35 | 40 | 2D |
| Octal | 276 | 254 | 52 | 0 | 11 | 116 | 31 | 65 | 100 | 55 |
| Binary | 10111110 | 10101100 | 101010 | 0 | 1001 | 1001110 | 11001 | 110101 | 1000000 | 101101 |
Color Harmonies of #BEAC2A
Complementary color
Monochromatic Colors of #BEAC2A
Black with #BEAC2A
Text Example
Text Example
White with #BEAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC2A; }
p { color: rgb(190,172,42); }
H1.HeaderClassName
{
color: #BEAC2A;
}
.AnyTagClassName
{
color: #BEAC2A;
}
</style>
background-color css
<style>
a { background-color: #BEAC2A; }
a { background-color: rgb(190,172,42); }
div.DivClassName
{
background-color: #BEAC2A;
}
.BgClassName
{
background-color: #BEAC2A;
}
</style>
border-color css
<style>
span { border-color: #BEAC2A; }
span { border-color: rgb(190,172,42); }
td.TdClassName
{
border-color: #BEAC2A;
}
.TagClassName
{
border-color: #BEAC2A;
}
</style>