Shades of Earls Green #BEAC0D
Tints of Earls Green #BEAC0D
RGB
CMYK
RGB Variations
Color information
#BEAC0D (or 0xBEAC0D) is known color: Earls Green. HEX triplet: BE, AC and 0D. RGB value is (190,172,13). Sum of RGB (Red+Green+Blue) = 190+172+13=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAC0D is #4153F2. Grayscale: #9F9F9F. Windows color (decimal): -4281331 or 896190. OLE color: 896190.
HSL color Cylindrical-coordinate representation of color #BEAC0D: hue angle of 53.9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEAC0D is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 13 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.25 |
| HSL | 53.9º | 0.87% | 0.4% | - |
| HSV(B) | 53.9º | 0.93% | 0.75% | - |
| XYZ | 36.06 | 40.48 | 6.29 | - |
| YUV | 159.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 13 | 0 | 0.09 | 0.93 | 0.25 | 53.9 | 0.87 | 0.4 |
| Hex | BE | AC | D | 0 | 9 | 5D | 19 | 36 | 57 | 28 |
| Octal | 276 | 254 | 15 | 0 | 11 | 135 | 31 | 66 | 127 | 50 |
| Binary | 10111110 | 10101100 | 1101 | 0 | 1001 | 1011101 | 11001 | 110110 | 1010111 | 101000 |
Color Harmonies of #BEAC0D
Complementary color
Monochromatic Colors of #BEAC0D
Black with #BEAC0D
Text Example
Text Example
White with #BEAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC0D; }
p { color: rgb(190,172,13); }
H1.HeaderClassName
{
color: #BEAC0D;
}
.AnyTagClassName
{
color: #BEAC0D;
}
</style>
background-color css
<style>
a { background-color: #BEAC0D; }
a { background-color: rgb(190,172,13); }
div.DivClassName
{
background-color: #BEAC0D;
}
.BgClassName
{
background-color: #BEAC0D;
}
</style>
border-color css
<style>
span { border-color: #BEAC0D; }
span { border-color: rgb(190,172,13); }
td.TdClassName
{
border-color: #BEAC0D;
}
.TagClassName
{
border-color: #BEAC0D;
}
</style>