Shades of Wild Willow #C2CC60
Tints of Wild Willow #C2CC60
RGB
CMYK
RGB Variations
Color information
#C2CC60 (or 0xC2CC60) is known color: Wild Willow. HEX triplet: C2, CC and 60. RGB value is (194,204,96). Sum of RGB (Red+Green+Blue) = 194+204+96=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC60 is #3D339F. Grayscale: #BDBDBD. Windows color (decimal): -4010912 or 6343874. OLE color: 6343874.
HSL color Cylindrical-coordinate representation of color #C2CC60: hue angle of 65.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2CC60 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 96 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.2 |
| HSL | 65.56º | 0.51% | 0.59% | - |
| HSV(B) | 65.56º | 0.53% | 0.8% | - |
| XYZ | 45.95 | 55.5 | 19.36 | - |
| YUV | 188.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 96 | 0.05 | 0 | 0.53 | 0.2 | 65.56 | 0.51 | 0.59 |
| Hex | C2 | CC | 60 | 5 | 0 | 35 | 14 | 42 | 33 | 3B |
| Octal | 302 | 314 | 140 | 5 | 0 | 65 | 24 | 102 | 63 | 73 |
| Binary | 11000010 | 11001100 | 1100000 | 101 | 0 | 110101 | 10100 | 1000010 | 110011 | 111011 |
Color Harmonies of #C2CC60
Complementary color
Monochromatic Colors of #C2CC60
Black with #C2CC60
Text Example
Text Example
White with #C2CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC60; }
p { color: rgb(194,204,96); }
H1.HeaderClassName
{
color: #C2CC60;
}
.AnyTagClassName
{
color: #C2CC60;
}
</style>
background-color css
<style>
a { background-color: #C2CC60; }
a { background-color: rgb(194,204,96); }
div.DivClassName
{
background-color: #C2CC60;
}
.BgClassName
{
background-color: #C2CC60;
}
</style>
border-color css
<style>
span { border-color: #C2CC60; }
span { border-color: rgb(194,204,96); }
td.TdClassName
{
border-color: #C2CC60;
}
.TagClassName
{
border-color: #C2CC60;
}
</style>