Shades of Earls Green #C1AA2C
Tints of Earls Green #C1AA2C
RGB
CMYK
RGB Variations
Color information
#C1AA2C (or 0xC1AA2C) is known color: Earls Green. HEX triplet: C1, AA and 2C. RGB value is (193,170,44). Sum of RGB (Red+Green+Blue) = 193+170+44=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA2C is #3E55D3. Grayscale: #A3A3A3. Windows color (decimal): -4085204 or 2927297. OLE color: 2927297.
HSL color Cylindrical-coordinate representation of color #C1AA2C: hue angle of 50.74º 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 #C1AA2C is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 44 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.24 |
| HSL | 50.74º | 0.63% | 0.46% | - |
| HSV(B) | 50.74º | 0.77% | 0.76% | - |
| XYZ | 36.82 | 40.27 | 8.21 | - |
| YUV | 162.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 44 | 0 | 0.12 | 0.77 | 0.24 | 50.74 | 0.63 | 0.46 |
| Hex | C1 | AA | 2C | 0 | C | 4D | 18 | 33 | 3F | 2E |
| Octal | 301 | 252 | 54 | 0 | 14 | 115 | 30 | 63 | 77 | 56 |
| Binary | 11000001 | 10101010 | 101100 | 0 | 1100 | 1001101 | 11000 | 110011 | 111111 | 101110 |
Color Harmonies of #C1AA2C
Complementary color
Monochromatic Colors of #C1AA2C
Black with #C1AA2C
Text Example
Text Example
White with #C1AA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA2C; }
p { color: rgb(193,170,44); }
H1.HeaderClassName
{
color: #C1AA2C;
}
.AnyTagClassName
{
color: #C1AA2C;
}
</style>
background-color css
<style>
a { background-color: #C1AA2C; }
a { background-color: rgb(193,170,44); }
div.DivClassName
{
background-color: #C1AA2C;
}
.BgClassName
{
background-color: #C1AA2C;
}
</style>
border-color css
<style>
span { border-color: #C1AA2C; }
span { border-color: rgb(193,170,44); }
td.TdClassName
{
border-color: #C1AA2C;
}
.TagClassName
{
border-color: #C1AA2C;
}
</style>