Shades of Wild Willow #C9D96C
Tints of Wild Willow #C9D96C
RGB
CMYK
RGB Variations
Color information
#C9D96C (or 0xC9D96C) is known color: Wild Willow. HEX triplet: C9, D9 and 6C. RGB value is (201,217,108). Sum of RGB (Red+Green+Blue) = 201+217+108=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D96C is #362693. Grayscale: #C8C8C8. Windows color (decimal): -3548820 or 7133641. OLE color: 7133641.
HSL color Cylindrical-coordinate representation of color #C9D96C: hue angle of 68.81º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9D96C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 108 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.15 |
| HSL | 68.81º | 0.59% | 0.64% | - |
| HSV(B) | 68.81º | 0.5% | 0.85% | - |
| XYZ | 51.61 | 63.13 | 23.65 | - |
| YUV | 199.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 108 | 0.07 | 0 | 0.50 | 0.15 | 68.81 | 0.59 | 0.64 |
| Hex | C9 | D9 | 6C | 7 | 0 | 32 | F | 45 | 3B | 40 |
| Octal | 311 | 331 | 154 | 7 | 0 | 62 | 17 | 105 | 73 | 100 |
| Binary | 11001001 | 11011001 | 1101100 | 111 | 0 | 110010 | 1111 | 1000101 | 111011 | 1000000 |
Color Harmonies of #C9D96C
Complementary color
Monochromatic Colors of #C9D96C
Black with #C9D96C
Text Example
Text Example
White with #C9D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D96C; }
p { color: rgb(201,217,108); }
H1.HeaderClassName
{
color: #C9D96C;
}
.AnyTagClassName
{
color: #C9D96C;
}
</style>
background-color css
<style>
a { background-color: #C9D96C; }
a { background-color: rgb(201,217,108); }
div.DivClassName
{
background-color: #C9D96C;
}
.BgClassName
{
background-color: #C9D96C;
}
</style>
border-color css
<style>
span { border-color: #C9D96C; }
span { border-color: rgb(201,217,108); }
td.TdClassName
{
border-color: #C9D96C;
}
.TagClassName
{
border-color: #C9D96C;
}
</style>