Shades of Earls Green #C0AD2E
Tints of Earls Green #C0AD2E
RGB
CMYK
RGB Variations
Color information
#C0AD2E (or 0xC0AD2E) is known color: Earls Green. HEX triplet: C0, AD and 2E. RGB value is (192,173,46). Sum of RGB (Red+Green+Blue) = 192+173+46=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD2E is #3F52D1. Grayscale: #A4A4A4. Windows color (decimal): -4149970 or 3059136. OLE color: 3059136.
HSL color Cylindrical-coordinate representation of color #C0AD2E: hue angle of 52.19º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0AD2E is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 46 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.25 |
| HSL | 52.19º | 0.61% | 0.47% | - |
| HSV(B) | 52.19º | 0.76% | 0.75% | - |
| XYZ | 37.17 | 41.29 | 8.6 | - |
| YUV | 164.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 46 | 0 | 0.10 | 0.76 | 0.25 | 52.19 | 0.61 | 0.47 |
| Hex | C0 | AD | 2E | 0 | A | 4C | 19 | 34 | 3D | 2F |
| Octal | 300 | 255 | 56 | 0 | 12 | 114 | 31 | 64 | 75 | 57 |
| Binary | 11000000 | 10101101 | 101110 | 0 | 1010 | 1001100 | 11001 | 110100 | 111101 | 101111 |
Color Harmonies of #C0AD2E
Complementary color
Monochromatic Colors of #C0AD2E
Black with #C0AD2E
Text Example
Text Example
White with #C0AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD2E; }
p { color: rgb(192,173,46); }
H1.HeaderClassName
{
color: #C0AD2E;
}
.AnyTagClassName
{
color: #C0AD2E;
}
</style>
background-color css
<style>
a { background-color: #C0AD2E; }
a { background-color: rgb(192,173,46); }
div.DivClassName
{
background-color: #C0AD2E;
}
.BgClassName
{
background-color: #C0AD2E;
}
</style>
border-color css
<style>
span { border-color: #C0AD2E; }
span { border-color: rgb(192,173,46); }
td.TdClassName
{
border-color: #C0AD2E;
}
.TagClassName
{
border-color: #C0AD2E;
}
</style>