Shades of Earls Green #C0AE23
Tints of Earls Green #C0AE23
RGB
CMYK
RGB Variations
Color information
#C0AE23 (or 0xC0AE23) is known color: Earls Green. HEX triplet: C0, AE and 23. RGB value is (192,174,35). Sum of RGB (Red+Green+Blue) = 192+174+35=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE23 is #3F51DC. Grayscale: #A4A4A4. Windows color (decimal): -4149725 or 2338496. OLE color: 2338496.
HSL color Cylindrical-coordinate representation of color #C0AE23: hue angle of 53.12º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0AE23 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 35 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.25 |
| HSL | 53.12º | 0.69% | 0.45% | - |
| HSV(B) | 53.12º | 0.82% | 0.75% | - |
| XYZ | 37.18 | 41.6 | 7.66 | - |
| YUV | 163.54 | 55.46 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 35 | 0 | 0.09 | 0.82 | 0.25 | 53.12 | 0.69 | 0.45 |
| Hex | C0 | AE | 23 | 0 | 9 | 52 | 19 | 35 | 45 | 2D |
| Octal | 300 | 256 | 43 | 0 | 11 | 122 | 31 | 65 | 105 | 55 |
| Binary | 11000000 | 10101110 | 100011 | 0 | 1001 | 1010010 | 11001 | 110101 | 1000101 | 101101 |
Color Harmonies of #C0AE23
Complementary color
Monochromatic Colors of #C0AE23
Black with #C0AE23
Text Example
Text Example
White with #C0AE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE23; }
p { color: rgb(192,174,35); }
H1.HeaderClassName
{
color: #C0AE23;
}
.AnyTagClassName
{
color: #C0AE23;
}
</style>
background-color css
<style>
a { background-color: #C0AE23; }
a { background-color: rgb(192,174,35); }
div.DivClassName
{
background-color: #C0AE23;
}
.BgClassName
{
background-color: #C0AE23;
}
</style>
border-color css
<style>
span { border-color: #C0AE23; }
span { border-color: rgb(192,174,35); }
td.TdClassName
{
border-color: #C0AE23;
}
.TagClassName
{
border-color: #C0AE23;
}
</style>