Shades of Wild Willow #C9D06C
Tints of Wild Willow #C9D06C
RGB
CMYK
RGB Variations
Color information
#C9D06C (or 0xC9D06C) is known color: Wild Willow. HEX triplet: C9, D0 and 6C. RGB value is (201,208,108). Sum of RGB (Red+Green+Blue) = 201+208+108=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D06C is #362F93. Grayscale: #C2C2C2. Windows color (decimal): -3551124 or 7131337. OLE color: 7131337.
HSL color Cylindrical-coordinate representation of color #C9D06C: hue angle of 64.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9D06C is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 108 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.18 |
| HSL | 64.2º | 0.52% | 0.62% | - |
| HSV(B) | 64.2º | 0.48% | 0.82% | - |
| XYZ | 49.35 | 58.61 | 22.9 | - |
| YUV | 194.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 108 | 0.03 | 0 | 0.48 | 0.18 | 64.2 | 0.52 | 0.62 |
| Hex | C9 | D0 | 6C | 3 | 0 | 30 | 12 | 40 | 34 | 3E |
| Octal | 311 | 320 | 154 | 3 | 0 | 60 | 22 | 100 | 64 | 76 |
| Binary | 11001001 | 11010000 | 1101100 | 11 | 0 | 110000 | 10010 | 1000000 | 110100 | 111110 |
Color Harmonies of #C9D06C
Complementary color
Monochromatic Colors of #C9D06C
Black with #C9D06C
Text Example
Text Example
White with #C9D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D06C; }
p { color: rgb(201,208,108); }
H1.HeaderClassName
{
color: #C9D06C;
}
.AnyTagClassName
{
color: #C9D06C;
}
</style>
background-color css
<style>
a { background-color: #C9D06C; }
a { background-color: rgb(201,208,108); }
div.DivClassName
{
background-color: #C9D06C;
}
.BgClassName
{
background-color: #C9D06C;
}
</style>
border-color css
<style>
span { border-color: #C9D06C; }
span { border-color: rgb(201,208,108); }
td.TdClassName
{
border-color: #C9D06C;
}
.TagClassName
{
border-color: #C9D06C;
}
</style>