Shades of Earls Green #C0AE32
Tints of Earls Green #C0AE32
RGB
CMYK
RGB Variations
Color information
#C0AE32 (or 0xC0AE32) is known color: Earls Green. HEX triplet: C0, AE and 32. RGB value is (192,174,50). Sum of RGB (Red+Green+Blue) = 192+174+50=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE32 is #3F51CD. Grayscale: #A5A5A5. Windows color (decimal): -4149710 or 3321536. OLE color: 3321536.
HSL color Cylindrical-coordinate representation of color #C0AE32: hue angle of 52.39º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0AE32 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 50 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.25 |
| HSL | 52.39º | 0.59% | 0.47% | - |
| HSV(B) | 52.39º | 0.74% | 0.75% | - |
| XYZ | 37.45 | 41.71 | 9.09 | - |
| YUV | 165.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 50 | 0 | 0.09 | 0.74 | 0.25 | 52.39 | 0.59 | 0.47 |
| Hex | C0 | AE | 32 | 0 | 9 | 4A | 19 | 34 | 3B | 2F |
| Octal | 300 | 256 | 62 | 0 | 11 | 112 | 31 | 64 | 73 | 57 |
| Binary | 11000000 | 10101110 | 110010 | 0 | 1001 | 1001010 | 11001 | 110100 | 111011 | 101111 |
Color Harmonies of #C0AE32
Complementary color
Monochromatic Colors of #C0AE32
Black with #C0AE32
Text Example
Text Example
White with #C0AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE32; }
p { color: rgb(192,174,50); }
H1.HeaderClassName
{
color: #C0AE32;
}
.AnyTagClassName
{
color: #C0AE32;
}
</style>
background-color css
<style>
a { background-color: #C0AE32; }
a { background-color: rgb(192,174,50); }
div.DivClassName
{
background-color: #C0AE32;
}
.BgClassName
{
background-color: #C0AE32;
}
</style>
border-color css
<style>
span { border-color: #C0AE32; }
span { border-color: rgb(192,174,50); }
td.TdClassName
{
border-color: #C0AE32;
}
.TagClassName
{
border-color: #C0AE32;
}
</style>