Shades of Earls Green #C0AA29
Tints of Earls Green #C0AA29
RGB
CMYK
RGB Variations
Color information
#C0AA29 (or 0xC0AA29) is known color: Earls Green. HEX triplet: C0, AA and 29. RGB value is (192,170,41). Sum of RGB (Red+Green+Blue) = 192+170+41=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA29 is #3F55D6. Grayscale: #A2A2A2. Windows color (decimal): -4150743 or 2730688. OLE color: 2730688.
HSL color Cylindrical-coordinate representation of color #C0AA29: hue angle of 51.26º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0AA29 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 41 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.25 |
| HSL | 51.26º | 0.65% | 0.46% | - |
| HSV(B) | 51.26º | 0.79% | 0.75% | - |
| XYZ | 36.51 | 40.12 | 7.92 | - |
| YUV | 161.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 41 | 0 | 0.11 | 0.79 | 0.25 | 51.26 | 0.65 | 0.46 |
| Hex | C0 | AA | 29 | 0 | B | 4F | 19 | 33 | 41 | 2E |
| Octal | 300 | 252 | 51 | 0 | 13 | 117 | 31 | 63 | 101 | 56 |
| Binary | 11000000 | 10101010 | 101001 | 0 | 1011 | 1001111 | 11001 | 110011 | 1000001 | 101110 |
Color Harmonies of #C0AA29
Complementary color
Monochromatic Colors of #C0AA29
Black with #C0AA29
Text Example
Text Example
White with #C0AA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA29; }
p { color: rgb(192,170,41); }
H1.HeaderClassName
{
color: #C0AA29;
}
.AnyTagClassName
{
color: #C0AA29;
}
</style>
background-color css
<style>
a { background-color: #C0AA29; }
a { background-color: rgb(192,170,41); }
div.DivClassName
{
background-color: #C0AA29;
}
.BgClassName
{
background-color: #C0AA29;
}
</style>
border-color css
<style>
span { border-color: #C0AA29; }
span { border-color: rgb(192,170,41); }
td.TdClassName
{
border-color: #C0AA29;
}
.TagClassName
{
border-color: #C0AA29;
}
</style>