Shades of Wild Willow #C3D86B
Tints of Wild Willow #C3D86B
RGB
CMYK
RGB Variations
Color information
#C3D86B (or 0xC3D86B) is known color: Wild Willow. HEX triplet: C3, D8 and 6B. RGB value is (195,216,107). Sum of RGB (Red+Green+Blue) = 195+216+107=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D86B is #3C2794. Grayscale: #C5C5C5. Windows color (decimal): -3942293 or 7067843. OLE color: 7067843.
HSL color Cylindrical-coordinate representation of color #C3D86B: hue angle of 71.56º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3D86B is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 107 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.15 |
| HSL | 71.56º | 0.58% | 0.63% | - |
| HSV(B) | 71.56º | 0.5% | 0.85% | - |
| XYZ | 49.72 | 61.78 | 23.21 | - |
| YUV | 197.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 107 | 0.10 | 0 | 0.50 | 0.15 | 71.56 | 0.58 | 0.63 |
| Hex | C3 | D8 | 6B | A | 0 | 32 | F | 48 | 3A | 3F |
| Octal | 303 | 330 | 153 | 12 | 0 | 62 | 17 | 110 | 72 | 77 |
| Binary | 11000011 | 11011000 | 1101011 | 1010 | 0 | 110010 | 1111 | 1001000 | 111010 | 111111 |
Color Harmonies of #C3D86B
Complementary color
Monochromatic Colors of #C3D86B
Black with #C3D86B
Text Example
Text Example
White with #C3D86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D86B; }
p { color: rgb(195,216,107); }
H1.HeaderClassName
{
color: #C3D86B;
}
.AnyTagClassName
{
color: #C3D86B;
}
</style>
background-color css
<style>
a { background-color: #C3D86B; }
a { background-color: rgb(195,216,107); }
div.DivClassName
{
background-color: #C3D86B;
}
.BgClassName
{
background-color: #C3D86B;
}
</style>
border-color css
<style>
span { border-color: #C3D86B; }
span { border-color: rgb(195,216,107); }
td.TdClassName
{
border-color: #C3D86B;
}
.TagClassName
{
border-color: #C3D86B;
}
</style>