Shades of Wild Willow #C5CC66
Tints of Wild Willow #C5CC66
RGB
CMYK
RGB Variations
Color information
#C5CC66 (or 0xC5CC66) is known color: Wild Willow. HEX triplet: C5, CC and 66. RGB value is (197,204,102). Sum of RGB (Red+Green+Blue) = 197+204+102=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CC66 is #3A3399. Grayscale: #BEBEBE. Windows color (decimal): -3814298 or 6737093. OLE color: 6737093.
HSL color Cylindrical-coordinate representation of color #C5CC66: hue angle of 64.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5CC66 is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 102 | - |
| CMYK | 0.03 | 0 | 0.5 | 0.2 |
| HSL | 64.12º | 0.5% | 0.6% | - |
| HSV(B) | 64.12º | 0.5% | 0.8% | - |
| XYZ | 47.02 | 56.02 | 20.9 | - |
| YUV | 190.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 102 | 0.03 | 0 | 0.5 | 0.2 | 64.12 | 0.5 | 0.6 |
| Hex | C5 | CC | 66 | 3 | 0 | 32 | 14 | 40 | 32 | 3C |
| Octal | 305 | 314 | 146 | 3 | 0 | 62 | 24 | 100 | 62 | 74 |
| Binary | 11000101 | 11001100 | 1100110 | 11 | 0 | 110010 | 10100 | 1000000 | 110010 | 111100 |
Color Harmonies of #C5CC66
Complementary color
Monochromatic Colors of #C5CC66
Black with #C5CC66
Text Example
Text Example
White with #C5CC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC66; }
p { color: rgb(197,204,102); }
H1.HeaderClassName
{
color: #C5CC66;
}
.AnyTagClassName
{
color: #C5CC66;
}
</style>
background-color css
<style>
a { background-color: #C5CC66; }
a { background-color: rgb(197,204,102); }
div.DivClassName
{
background-color: #C5CC66;
}
.BgClassName
{
background-color: #C5CC66;
}
</style>
border-color css
<style>
span { border-color: #C5CC66; }
span { border-color: rgb(197,204,102); }
td.TdClassName
{
border-color: #C5CC66;
}
.TagClassName
{
border-color: #C5CC66;
}
</style>