Shades of Wild Willow #C9D76B
Tints of Wild Willow #C9D76B
RGB
CMYK
RGB Variations
Color information
#C9D76B (or 0xC9D76B) is known color: Wild Willow. HEX triplet: C9, D7 and 6B. RGB value is (201,215,107). Sum of RGB (Red+Green+Blue) = 201+215+107=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D76B is #362894. Grayscale: #C6C6C6. Windows color (decimal): -3549333 or 7067593. OLE color: 7067593.
HSL color Cylindrical-coordinate representation of color #C9D76B: hue angle of 67.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9D76B is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 107 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.16 |
| HSL | 67.78º | 0.57% | 0.63% | - |
| HSV(B) | 67.78º | 0.5% | 0.84% | - |
| XYZ | 51.04 | 62.08 | 23.2 | - |
| YUV | 198.5 | 76.36 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 107 | 0.07 | 0 | 0.50 | 0.16 | 67.78 | 0.57 | 0.63 |
| Hex | C9 | D7 | 6B | 7 | 0 | 32 | 10 | 44 | 39 | 3F |
| Octal | 311 | 327 | 153 | 7 | 0 | 62 | 20 | 104 | 71 | 77 |
| Binary | 11001001 | 11010111 | 1101011 | 111 | 0 | 110010 | 10000 | 1000100 | 111001 | 111111 |
Color Harmonies of #C9D76B
Complementary color
Monochromatic Colors of #C9D76B
Black with #C9D76B
Text Example
Text Example
White with #C9D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D76B; }
p { color: rgb(201,215,107); }
H1.HeaderClassName
{
color: #C9D76B;
}
.AnyTagClassName
{
color: #C9D76B;
}
</style>
background-color css
<style>
a { background-color: #C9D76B; }
a { background-color: rgb(201,215,107); }
div.DivClassName
{
background-color: #C9D76B;
}
.BgClassName
{
background-color: #C9D76B;
}
</style>
border-color css
<style>
span { border-color: #C9D76B; }
span { border-color: rgb(201,215,107); }
td.TdClassName
{
border-color: #C9D76B;
}
.TagClassName
{
border-color: #C9D76B;
}
</style>