Shades of Wild Willow #C9D46B
Tints of Wild Willow #C9D46B
RGB
CMYK
RGB Variations
Color information
#C9D46B (or 0xC9D46B) is known color: Wild Willow. HEX triplet: C9, D4 and 6B. RGB value is (201,212,107). Sum of RGB (Red+Green+Blue) = 201+212+107=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D46B is #362B94. Grayscale: #C5C5C5. Windows color (decimal): -3550101 or 7066825. OLE color: 7066825.
HSL color Cylindrical-coordinate representation of color #C9D46B: hue angle of 66.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9D46B is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 212 | 107 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.17 |
| HSL | 66.29º | 0.55% | 0.63% | - |
| HSV(B) | 66.29º | 0.5% | 0.83% | - |
| XYZ | 50.28 | 60.57 | 22.95 | - |
| YUV | 196.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 212 | 107 | 0.05 | 0 | 0.50 | 0.17 | 66.29 | 0.55 | 0.63 |
| Hex | C9 | D4 | 6B | 5 | 0 | 32 | 11 | 42 | 37 | 3F |
| Octal | 311 | 324 | 153 | 5 | 0 | 62 | 21 | 102 | 67 | 77 |
| Binary | 11001001 | 11010100 | 1101011 | 101 | 0 | 110010 | 10001 | 1000010 | 110111 | 111111 |
Color Harmonies of #C9D46B
Complementary color
Monochromatic Colors of #C9D46B
Black with #C9D46B
Text Example
Text Example
White with #C9D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D46B; }
p { color: rgb(201,212,107); }
H1.HeaderClassName
{
color: #C9D46B;
}
.AnyTagClassName
{
color: #C9D46B;
}
</style>
background-color css
<style>
a { background-color: #C9D46B; }
a { background-color: rgb(201,212,107); }
div.DivClassName
{
background-color: #C9D46B;
}
.BgClassName
{
background-color: #C9D46B;
}
</style>
border-color css
<style>
span { border-color: #C9D46B; }
span { border-color: rgb(201,212,107); }
td.TdClassName
{
border-color: #C9D46B;
}
.TagClassName
{
border-color: #C9D46B;
}
</style>