Shades of Wild Willow #C9D16B
Tints of Wild Willow #C9D16B
RGB
CMYK
RGB Variations
Color information
#C9D16B (or 0xC9D16B) is known color: Wild Willow. HEX triplet: C9, D1 and 6B. RGB value is (201,209,107). Sum of RGB (Red+Green+Blue) = 201+209+107=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D16B is #362E94. Grayscale: #C3C3C3. Windows color (decimal): -3550869 or 7066057. OLE color: 7066057.
HSL color Cylindrical-coordinate representation of color #C9D16B: hue angle of 64.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9D16B is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 107 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.18 |
| HSL | 64.71º | 0.53% | 0.62% | - |
| HSV(B) | 64.71º | 0.49% | 0.82% | - |
| XYZ | 49.54 | 59.08 | 22.7 | - |
| YUV | 194.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 107 | 0.04 | 0 | 0.49 | 0.18 | 64.71 | 0.53 | 0.62 |
| Hex | C9 | D1 | 6B | 4 | 0 | 31 | 12 | 41 | 35 | 3E |
| Octal | 311 | 321 | 153 | 4 | 0 | 61 | 22 | 101 | 65 | 76 |
| Binary | 11001001 | 11010001 | 1101011 | 100 | 0 | 110001 | 10010 | 1000001 | 110101 | 111110 |
Color Harmonies of #C9D16B
Complementary color
Monochromatic Colors of #C9D16B
Black with #C9D16B
Text Example
Text Example
White with #C9D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D16B; }
p { color: rgb(201,209,107); }
H1.HeaderClassName
{
color: #C9D16B;
}
.AnyTagClassName
{
color: #C9D16B;
}
</style>
background-color css
<style>
a { background-color: #C9D16B; }
a { background-color: rgb(201,209,107); }
div.DivClassName
{
background-color: #C9D16B;
}
.BgClassName
{
background-color: #C9D16B;
}
</style>
border-color css
<style>
span { border-color: #C9D16B; }
span { border-color: rgb(201,209,107); }
td.TdClassName
{
border-color: #C9D16B;
}
.TagClassName
{
border-color: #C9D16B;
}
</style>