Shades of Earls Green #C3AC12
Tints of Earls Green #C3AC12
RGB
CMYK
RGB Variations
Color information
#C3AC12 (or 0xC3AC12) is known color: Earls Green. HEX triplet: C3, AC and 12. RGB value is (195,172,18). Sum of RGB (Red+Green+Blue) = 195+172+18=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AC12 is #3C53ED. Grayscale: #A1A1A1. Windows color (decimal): -3953646 or 1223875. OLE color: 1223875.
HSL color Cylindrical-coordinate representation of color #C3AC12: hue angle of 52.2º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3AC12 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 18 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.24 |
| HSL | 52.2º | 0.83% | 0.42% | - |
| HSV(B) | 52.2º | 0.91% | 0.76% | - |
| XYZ | 37.37 | 41.15 | 6.55 | - |
| YUV | 161.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 18 | 0 | 0.12 | 0.91 | 0.24 | 52.2 | 0.83 | 0.42 |
| Hex | C3 | AC | 12 | 0 | C | 5B | 18 | 34 | 53 | 2A |
| Octal | 303 | 254 | 22 | 0 | 14 | 133 | 30 | 64 | 123 | 52 |
| Binary | 11000011 | 10101100 | 10010 | 0 | 1100 | 1011011 | 11000 | 110100 | 1010011 | 101010 |
Color Harmonies of #C3AC12
Complementary color
Monochromatic Colors of #C3AC12
Black with #C3AC12
Text Example
Text Example
White with #C3AC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC12; }
p { color: rgb(195,172,18); }
H1.HeaderClassName
{
color: #C3AC12;
}
.AnyTagClassName
{
color: #C3AC12;
}
</style>
background-color css
<style>
a { background-color: #C3AC12; }
a { background-color: rgb(195,172,18); }
div.DivClassName
{
background-color: #C3AC12;
}
.BgClassName
{
background-color: #C3AC12;
}
</style>
border-color css
<style>
span { border-color: #C3AC12; }
span { border-color: rgb(195,172,18); }
td.TdClassName
{
border-color: #C3AC12;
}
.TagClassName
{
border-color: #C3AC12;
}
</style>