Shades of Wild Willow #C2CC59
Tints of Wild Willow #C2CC59
RGB
CMYK
RGB Variations
Color information
#C2CC59 (or 0xC2CC59) is known color: Wild Willow. HEX triplet: C2, CC and 59. RGB value is (194,204,89). Sum of RGB (Red+Green+Blue) = 194+204+89=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC59 is #3D33A6. Grayscale: #BCBCBC. Windows color (decimal): -4010919 or 5885122. OLE color: 5885122.
HSL color Cylindrical-coordinate representation of color #C2CC59: hue angle of 65.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2CC59 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 89 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.2 |
| HSL | 65.22º | 0.53% | 0.57% | - |
| HSV(B) | 65.22º | 0.56% | 0.8% | - |
| XYZ | 45.64 | 55.38 | 17.73 | - |
| YUV | 187.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 89 | 0.05 | 0 | 0.56 | 0.2 | 65.22 | 0.53 | 0.57 |
| Hex | C2 | CC | 59 | 5 | 0 | 38 | 14 | 41 | 35 | 39 |
| Octal | 302 | 314 | 131 | 5 | 0 | 70 | 24 | 101 | 65 | 71 |
| Binary | 11000010 | 11001100 | 1011001 | 101 | 0 | 111000 | 10100 | 1000001 | 110101 | 111001 |
Color Harmonies of #C2CC59
Complementary color
Monochromatic Colors of #C2CC59
Black with #C2CC59
Text Example
Text Example
White with #C2CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC59; }
p { color: rgb(194,204,89); }
H1.HeaderClassName
{
color: #C2CC59;
}
.AnyTagClassName
{
color: #C2CC59;
}
</style>
background-color css
<style>
a { background-color: #C2CC59; }
a { background-color: rgb(194,204,89); }
div.DivClassName
{
background-color: #C2CC59;
}
.BgClassName
{
background-color: #C2CC59;
}
</style>
border-color css
<style>
span { border-color: #C2CC59; }
span { border-color: rgb(194,204,89); }
td.TdClassName
{
border-color: #C2CC59;
}
.TagClassName
{
border-color: #C2CC59;
}
</style>