Shades of Earls Green #C0AE20
Tints of Earls Green #C0AE20
RGB
CMYK
RGB Variations
Color information
#C0AE20 (or 0xC0AE20) is known color: Earls Green. HEX triplet: C0, AE and 20. RGB value is (192,174,32). Sum of RGB (Red+Green+Blue) = 192+174+32=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE20 is #3F51DF. Grayscale: #A3A3A3. Windows color (decimal): -4149728 or 2141888. OLE color: 2141888.
HSL color Cylindrical-coordinate representation of color #C0AE20: hue angle of 53.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0AE20 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 32 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.25 |
| HSL | 53.25º | 0.71% | 0.44% | - |
| HSV(B) | 53.25º | 0.83% | 0.75% | - |
| XYZ | 37.13 | 41.58 | 7.44 | - |
| YUV | 163.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 32 | 0 | 0.09 | 0.83 | 0.25 | 53.25 | 0.71 | 0.44 |
| Hex | C0 | AE | 20 | 0 | 9 | 53 | 19 | 35 | 47 | 2C |
| Octal | 300 | 256 | 40 | 0 | 11 | 123 | 31 | 65 | 107 | 54 |
| Binary | 11000000 | 10101110 | 100000 | 0 | 1001 | 1010011 | 11001 | 110101 | 1000111 | 101100 |
Color Harmonies of #C0AE20
Complementary color
Monochromatic Colors of #C0AE20
Black with #C0AE20
Text Example
Text Example
White with #C0AE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE20; }
p { color: rgb(192,174,32); }
H1.HeaderClassName
{
color: #C0AE20;
}
.AnyTagClassName
{
color: #C0AE20;
}
</style>
background-color css
<style>
a { background-color: #C0AE20; }
a { background-color: rgb(192,174,32); }
div.DivClassName
{
background-color: #C0AE20;
}
.BgClassName
{
background-color: #C0AE20;
}
</style>
border-color css
<style>
span { border-color: #C0AE20; }
span { border-color: rgb(192,174,32); }
td.TdClassName
{
border-color: #C0AE20;
}
.TagClassName
{
border-color: #C0AE20;
}
</style>