Shades of Wild Willow #C6D656
Tints of Wild Willow #C6D656
RGB
CMYK
RGB Variations
Color information
#C6D656 (or 0xC6D656) is known color: Wild Willow. HEX triplet: C6, D6 and 56. RGB value is (198,214,86). Sum of RGB (Red+Green+Blue) = 198+214+86=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D656 is #3929A9. Grayscale: #C3C3C3. Windows color (decimal): -3746218 or 5691078. OLE color: 5691078.
HSL color Cylindrical-coordinate representation of color #C6D656: hue angle of 67.5º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6D656 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 86 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.16 |
| HSL | 67.5º | 0.61% | 0.59% | - |
| HSV(B) | 67.5º | 0.6% | 0.84% | - |
| XYZ | 49.01 | 60.77 | 17.95 | - |
| YUV | 194.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 86 | 0.07 | 0 | 0.60 | 0.16 | 67.5 | 0.61 | 0.59 |
| Hex | C6 | D6 | 56 | 7 | 0 | 3C | 10 | 44 | 3D | 3B |
| Octal | 306 | 326 | 126 | 7 | 0 | 74 | 20 | 104 | 75 | 73 |
| Binary | 11000110 | 11010110 | 1010110 | 111 | 0 | 111100 | 10000 | 1000100 | 111101 | 111011 |
Color Harmonies of #C6D656
Complementary color
Monochromatic Colors of #C6D656
Black with #C6D656
Text Example
Text Example
White with #C6D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D656; }
p { color: rgb(198,214,86); }
H1.HeaderClassName
{
color: #C6D656;
}
.AnyTagClassName
{
color: #C6D656;
}
</style>
background-color css
<style>
a { background-color: #C6D656; }
a { background-color: rgb(198,214,86); }
div.DivClassName
{
background-color: #C6D656;
}
.BgClassName
{
background-color: #C6D656;
}
</style>
border-color css
<style>
span { border-color: #C6D656; }
span { border-color: rgb(198,214,86); }
td.TdClassName
{
border-color: #C6D656;
}
.TagClassName
{
border-color: #C6D656;
}
</style>