Shades of Wild Willow #C0CA5E
Tints of Wild Willow #C0CA5E
RGB
CMYK
RGB Variations
Color information
#C0CA5E (or 0xC0CA5E) is known color: Wild Willow. HEX triplet: C0, CA and 5E. RGB value is (192,202,94). Sum of RGB (Red+Green+Blue) = 192+202+94=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA5E is #3F35A1. Grayscale: #BBBBBB. Windows color (decimal): -4142498 or 6212288. OLE color: 6212288.
HSL color Cylindrical-coordinate representation of color #C0CA5E: hue angle of 65.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0CA5E is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 94 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.21 |
| HSL | 65.56º | 0.5% | 0.58% | - |
| HSV(B) | 65.56º | 0.53% | 0.79% | - |
| XYZ | 44.88 | 54.26 | 18.7 | - |
| YUV | 186.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 94 | 0.05 | 0 | 0.53 | 0.21 | 65.56 | 0.5 | 0.58 |
| Hex | C0 | CA | 5E | 5 | 0 | 35 | 15 | 42 | 32 | 3A |
| Octal | 300 | 312 | 136 | 5 | 0 | 65 | 25 | 102 | 62 | 72 |
| Binary | 11000000 | 11001010 | 1011110 | 101 | 0 | 110101 | 10101 | 1000010 | 110010 | 111010 |
Color Harmonies of #C0CA5E
Complementary color
Monochromatic Colors of #C0CA5E
Black with #C0CA5E
Text Example
Text Example
White with #C0CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA5E; }
p { color: rgb(192,202,94); }
H1.HeaderClassName
{
color: #C0CA5E;
}
.AnyTagClassName
{
color: #C0CA5E;
}
</style>
background-color css
<style>
a { background-color: #C0CA5E; }
a { background-color: rgb(192,202,94); }
div.DivClassName
{
background-color: #C0CA5E;
}
.BgClassName
{
background-color: #C0CA5E;
}
</style>
border-color css
<style>
span { border-color: #C0CA5E; }
span { border-color: rgb(192,202,94); }
td.TdClassName
{
border-color: #C0CA5E;
}
.TagClassName
{
border-color: #C0CA5E;
}
</style>