Shades of Earls Green #C0AC1D
Tints of Earls Green #C0AC1D
RGB
CMYK
RGB Variations
Color information
#C0AC1D (or 0xC0AC1D) is known color: Earls Green. HEX triplet: C0, AC and 1D. RGB value is (192,172,29). Sum of RGB (Red+Green+Blue) = 192+172+29=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC1D is #3F53E2. Grayscale: #A2A2A2. Windows color (decimal): -4150243 or 1944768. OLE color: 1944768.
HSL color Cylindrical-coordinate representation of color #C0AC1D: hue angle of 52.64º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0AC1D is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 29 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.25 |
| HSL | 52.64º | 0.74% | 0.43% | - |
| HSV(B) | 52.64º | 0.85% | 0.75% | - |
| XYZ | 36.71 | 40.8 | 7.1 | - |
| YUV | 161.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 29 | 0 | 0.10 | 0.85 | 0.25 | 52.64 | 0.74 | 0.43 |
| Hex | C0 | AC | 1D | 0 | A | 55 | 19 | 35 | 4A | 2B |
| Octal | 300 | 254 | 35 | 0 | 12 | 125 | 31 | 65 | 112 | 53 |
| Binary | 11000000 | 10101100 | 11101 | 0 | 1010 | 1010101 | 11001 | 110101 | 1001010 | 101011 |
Color Harmonies of #C0AC1D
Complementary color
Monochromatic Colors of #C0AC1D
Black with #C0AC1D
Text Example
Text Example
White with #C0AC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC1D; }
p { color: rgb(192,172,29); }
H1.HeaderClassName
{
color: #C0AC1D;
}
.AnyTagClassName
{
color: #C0AC1D;
}
</style>
background-color css
<style>
a { background-color: #C0AC1D; }
a { background-color: rgb(192,172,29); }
div.DivClassName
{
background-color: #C0AC1D;
}
.BgClassName
{
background-color: #C0AC1D;
}
</style>
border-color css
<style>
span { border-color: #C0AC1D; }
span { border-color: rgb(192,172,29); }
td.TdClassName
{
border-color: #C0AC1D;
}
.TagClassName
{
border-color: #C0AC1D;
}
</style>