Shades of Earls Green #C0AD28
Tints of Earls Green #C0AD28
RGB
CMYK
RGB Variations
Color information
#C0AD28 (or 0xC0AD28) is known color: Earls Green. HEX triplet: C0, AD and 28. RGB value is (192,173,40). Sum of RGB (Red+Green+Blue) = 192+173+40=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD28 is #3F52D7. Grayscale: #A4A4A4. Windows color (decimal): -4149976 or 2665920. OLE color: 2665920.
HSL color Cylindrical-coordinate representation of color #C0AD28: hue angle of 52.5º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0AD28 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 40 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.25 |
| HSL | 52.5º | 0.66% | 0.45% | - |
| HSV(B) | 52.5º | 0.79% | 0.75% | - |
| XYZ | 37.06 | 41.25 | 8.02 | - |
| YUV | 163.52 | 58.29 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 40 | 0 | 0.10 | 0.79 | 0.25 | 52.5 | 0.66 | 0.45 |
| Hex | C0 | AD | 28 | 0 | A | 4F | 19 | 34 | 42 | 2D |
| Octal | 300 | 255 | 50 | 0 | 12 | 117 | 31 | 64 | 102 | 55 |
| Binary | 11000000 | 10101101 | 101000 | 0 | 1010 | 1001111 | 11001 | 110100 | 1000010 | 101101 |
Color Harmonies of #C0AD28
Complementary color
Monochromatic Colors of #C0AD28
Black with #C0AD28
Text Example
Text Example
White with #C0AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD28; }
p { color: rgb(192,173,40); }
H1.HeaderClassName
{
color: #C0AD28;
}
.AnyTagClassName
{
color: #C0AD28;
}
</style>
background-color css
<style>
a { background-color: #C0AD28; }
a { background-color: rgb(192,173,40); }
div.DivClassName
{
background-color: #C0AD28;
}
.BgClassName
{
background-color: #C0AD28;
}
</style>
border-color css
<style>
span { border-color: #C0AD28; }
span { border-color: rgb(192,173,40); }
td.TdClassName
{
border-color: #C0AD28;
}
.TagClassName
{
border-color: #C0AD28;
}
</style>