Shades of Earls Green #C1AC2C
Tints of Earls Green #C1AC2C
RGB
CMYK
RGB Variations
Color information
#C1AC2C (or 0xC1AC2C) is known color: Earls Green. HEX triplet: C1, AC and 2C. RGB value is (193,172,44). Sum of RGB (Red+Green+Blue) = 193+172+44=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AC2C is #3E53D3. Grayscale: #A4A4A4. Windows color (decimal): -4084692 or 2927809. OLE color: 2927809.
HSL color Cylindrical-coordinate representation of color #C1AC2C: hue angle of 51.54º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1AC2C is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 44 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.24 |
| HSL | 51.54º | 0.63% | 0.46% | - |
| HSV(B) | 51.54º | 0.77% | 0.76% | - |
| XYZ | 37.2 | 41.02 | 8.34 | - |
| YUV | 163.69 | 60.46 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 44 | 0 | 0.11 | 0.77 | 0.24 | 51.54 | 0.63 | 0.46 |
| Hex | C1 | AC | 2C | 0 | B | 4D | 18 | 34 | 3F | 2E |
| Octal | 301 | 254 | 54 | 0 | 13 | 115 | 30 | 64 | 77 | 56 |
| Binary | 11000001 | 10101100 | 101100 | 0 | 1011 | 1001101 | 11000 | 110100 | 111111 | 101110 |
Color Harmonies of #C1AC2C
Complementary color
Monochromatic Colors of #C1AC2C
Black with #C1AC2C
Text Example
Text Example
White with #C1AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AC2C; }
p { color: rgb(193,172,44); }
H1.HeaderClassName
{
color: #C1AC2C;
}
.AnyTagClassName
{
color: #C1AC2C;
}
</style>
background-color css
<style>
a { background-color: #C1AC2C; }
a { background-color: rgb(193,172,44); }
div.DivClassName
{
background-color: #C1AC2C;
}
.BgClassName
{
background-color: #C1AC2C;
}
</style>
border-color css
<style>
span { border-color: #C1AC2C; }
span { border-color: rgb(193,172,44); }
td.TdClassName
{
border-color: #C1AC2C;
}
.TagClassName
{
border-color: #C1AC2C;
}
</style>