Shades of Wild Willow #C6D960
Tints of Wild Willow #C6D960
RGB
CMYK
RGB Variations
Color information
#C6D960 (or 0xC6D960) is known color: Wild Willow. HEX triplet: C6, D9 and 60. RGB value is (198,217,96). Sum of RGB (Red+Green+Blue) = 198+217+96=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D960 is #39269F. Grayscale: #C5C5C5. Windows color (decimal): -3745440 or 6347206. OLE color: 6347206.
HSL color Cylindrical-coordinate representation of color #C6D960: hue angle of 69.42º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6D960 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 96 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.15 |
| HSL | 69.42º | 0.61% | 0.61% | - |
| HSV(B) | 69.42º | 0.56% | 0.85% | - |
| XYZ | 50.21 | 62.48 | 20.48 | - |
| YUV | 197.53 | 70.71 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 96 | 0.09 | 0 | 0.56 | 0.15 | 69.42 | 0.61 | 0.61 |
| Hex | C6 | D9 | 60 | 9 | 0 | 38 | F | 45 | 3D | 3D |
| Octal | 306 | 331 | 140 | 11 | 0 | 70 | 17 | 105 | 75 | 75 |
| Binary | 11000110 | 11011001 | 1100000 | 1001 | 0 | 111000 | 1111 | 1000101 | 111101 | 111101 |
Color Harmonies of #C6D960
Complementary color
Monochromatic Colors of #C6D960
Black with #C6D960
Text Example
Text Example
White with #C6D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D960; }
p { color: rgb(198,217,96); }
H1.HeaderClassName
{
color: #C6D960;
}
.AnyTagClassName
{
color: #C6D960;
}
</style>
background-color css
<style>
a { background-color: #C6D960; }
a { background-color: rgb(198,217,96); }
div.DivClassName
{
background-color: #C6D960;
}
.BgClassName
{
background-color: #C6D960;
}
</style>
border-color css
<style>
span { border-color: #C6D960; }
span { border-color: rgb(198,217,96); }
td.TdClassName
{
border-color: #C6D960;
}
.TagClassName
{
border-color: #C6D960;
}
</style>