Shades of Wild Willow #C0D96B
Tints of Wild Willow #C0D96B
RGB
CMYK
RGB Variations
Color information
#C0D96B (or 0xC0D96B) is known color: Wild Willow. HEX triplet: C0, D9 and 6B. RGB value is (192,217,107). Sum of RGB (Red+Green+Blue) = 192+217+107=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D96B is #3F2694. Grayscale: #C5C5C5. Windows color (decimal): -4138645 or 7068096. OLE color: 7068096.
HSL color Cylindrical-coordinate representation of color #C0D96B: hue angle of 73.64º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0D96B is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 107 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.15 |
| HSL | 73.64º | 0.59% | 0.64% | - |
| HSV(B) | 73.64º | 0.51% | 0.85% | - |
| XYZ | 49.2 | 61.89 | 23.26 | - |
| YUV | 196.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 107 | 0.12 | 0 | 0.51 | 0.15 | 73.64 | 0.59 | 0.64 |
| Hex | C0 | D9 | 6B | C | 0 | 33 | F | 4A | 3B | 40 |
| Octal | 300 | 331 | 153 | 14 | 0 | 63 | 17 | 112 | 73 | 100 |
| Binary | 11000000 | 11011001 | 1101011 | 1100 | 0 | 110011 | 1111 | 1001010 | 111011 | 1000000 |
Color Harmonies of #C0D96B
Complementary color
Monochromatic Colors of #C0D96B
Black with #C0D96B
Text Example
Text Example
White with #C0D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D96B; }
p { color: rgb(192,217,107); }
H1.HeaderClassName
{
color: #C0D96B;
}
.AnyTagClassName
{
color: #C0D96B;
}
</style>
background-color css
<style>
a { background-color: #C0D96B; }
a { background-color: rgb(192,217,107); }
div.DivClassName
{
background-color: #C0D96B;
}
.BgClassName
{
background-color: #C0D96B;
}
</style>
border-color css
<style>
span { border-color: #C0D96B; }
span { border-color: rgb(192,217,107); }
td.TdClassName
{
border-color: #C0D96B;
}
.TagClassName
{
border-color: #C0D96B;
}
</style>