Shades of Earls Green #BEAC0C
Tints of Earls Green #BEAC0C
RGB
CMYK
RGB Variations
Color information
#BEAC0C (or 0xBEAC0C) is known color: Earls Green. HEX triplet: BE, AC and 0C. RGB value is (190,172,12). Sum of RGB (Red+Green+Blue) = 190+172+12=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAC0C is #4153F3. Grayscale: #9F9F9F. Windows color (decimal): -4281332 or 830654. OLE color: 830654.
HSL color Cylindrical-coordinate representation of color #BEAC0C: hue angle of 53.93º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEAC0C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.25 |
| HSL | 53.93º | 0.88% | 0.4% | - |
| HSV(B) | 53.93º | 0.94% | 0.75% | - |
| XYZ | 36.05 | 40.48 | 6.26 | - |
| YUV | 159.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 12 | 0 | 0.09 | 0.94 | 0.25 | 53.93 | 0.88 | 0.4 |
| Hex | BE | AC | C | 0 | 9 | 5E | 19 | 36 | 58 | 28 |
| Octal | 276 | 254 | 14 | 0 | 11 | 136 | 31 | 66 | 130 | 50 |
| Binary | 10111110 | 10101100 | 1100 | 0 | 1001 | 1011110 | 11001 | 110110 | 1011000 | 101000 |
Color Harmonies of #BEAC0C
Complementary color
Monochromatic Colors of #BEAC0C
Black with #BEAC0C
Text Example
Text Example
White with #BEAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC0C; }
p { color: rgb(190,172,12); }
H1.HeaderClassName
{
color: #BEAC0C;
}
.AnyTagClassName
{
color: #BEAC0C;
}
</style>
background-color css
<style>
a { background-color: #BEAC0C; }
a { background-color: rgb(190,172,12); }
div.DivClassName
{
background-color: #BEAC0C;
}
.BgClassName
{
background-color: #BEAC0C;
}
</style>
border-color css
<style>
span { border-color: #BEAC0C; }
span { border-color: rgb(190,172,12); }
td.TdClassName
{
border-color: #BEAC0C;
}
.TagClassName
{
border-color: #BEAC0C;
}
</style>