Shades of Earls Green #C3AC0E
Tints of Earls Green #C3AC0E
RGB
CMYK
RGB Variations
Color information
#C3AC0E (or 0xC3AC0E) is known color: Earls Green. HEX triplet: C3, AC and 0E. RGB value is (195,172,14). Sum of RGB (Red+Green+Blue) = 195+172+14=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AC0E is #3C53F1. Grayscale: #A1A1A1. Windows color (decimal): -3953650 or 961731. OLE color: 961731.
HSL color Cylindrical-coordinate representation of color #C3AC0E: hue angle of 52.38º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3AC0E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 14 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.24 |
| HSL | 52.38º | 0.87% | 0.41% | - |
| HSV(B) | 52.38º | 0.93% | 0.76% | - |
| XYZ | 37.34 | 41.14 | 6.39 | - |
| YUV | 160.87 | 45.12 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 14 | 0 | 0.12 | 0.93 | 0.24 | 52.38 | 0.87 | 0.41 |
| Hex | C3 | AC | E | 0 | C | 5D | 18 | 34 | 57 | 29 |
| Octal | 303 | 254 | 16 | 0 | 14 | 135 | 30 | 64 | 127 | 51 |
| Binary | 11000011 | 10101100 | 1110 | 0 | 1100 | 1011101 | 11000 | 110100 | 1010111 | 101001 |
Color Harmonies of #C3AC0E
Complementary color
Monochromatic Colors of #C3AC0E
Black with #C3AC0E
Text Example
Text Example
White with #C3AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC0E; }
p { color: rgb(195,172,14); }
H1.HeaderClassName
{
color: #C3AC0E;
}
.AnyTagClassName
{
color: #C3AC0E;
}
</style>
background-color css
<style>
a { background-color: #C3AC0E; }
a { background-color: rgb(195,172,14); }
div.DivClassName
{
background-color: #C3AC0E;
}
.BgClassName
{
background-color: #C3AC0E;
}
</style>
border-color css
<style>
span { border-color: #C3AC0E; }
span { border-color: rgb(195,172,14); }
td.TdClassName
{
border-color: #C3AC0E;
}
.TagClassName
{
border-color: #C3AC0E;
}
</style>