Shades of Wild Willow #C2CA60
Tints of Wild Willow #C2CA60
RGB
CMYK
RGB Variations
Color information
#C2CA60 (or 0xC2CA60) is known color: Wild Willow. HEX triplet: C2, CA and 60. RGB value is (194,202,96). Sum of RGB (Red+Green+Blue) = 194+202+96=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA60 is #3D359F. Grayscale: #BBBBBB. Windows color (decimal): -4011424 or 6343362. OLE color: 6343362.
HSL color Cylindrical-coordinate representation of color #C2CA60: hue angle of 64.53º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2CA60 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 96 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.21 |
| HSL | 64.53º | 0.5% | 0.58% | - |
| HSV(B) | 64.53º | 0.52% | 0.79% | - |
| XYZ | 45.48 | 54.55 | 19.2 | - |
| YUV | 187.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 96 | 0.04 | 0 | 0.52 | 0.21 | 64.53 | 0.5 | 0.58 |
| Hex | C2 | CA | 60 | 4 | 0 | 34 | 15 | 41 | 32 | 3A |
| Octal | 302 | 312 | 140 | 4 | 0 | 64 | 25 | 101 | 62 | 72 |
| Binary | 11000010 | 11001010 | 1100000 | 100 | 0 | 110100 | 10101 | 1000001 | 110010 | 111010 |
Color Harmonies of #C2CA60
Complementary color
Monochromatic Colors of #C2CA60
Black with #C2CA60
Text Example
Text Example
White with #C2CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA60; }
p { color: rgb(194,202,96); }
H1.HeaderClassName
{
color: #C2CA60;
}
.AnyTagClassName
{
color: #C2CA60;
}
</style>
background-color css
<style>
a { background-color: #C2CA60; }
a { background-color: rgb(194,202,96); }
div.DivClassName
{
background-color: #C2CA60;
}
.BgClassName
{
background-color: #C2CA60;
}
</style>
border-color css
<style>
span { border-color: #C2CA60; }
span { border-color: rgb(194,202,96); }
td.TdClassName
{
border-color: #C2CA60;
}
.TagClassName
{
border-color: #C2CA60;
}
</style>