Shades of Wild Willow #C9D85F
Tints of Wild Willow #C9D85F
RGB
CMYK
RGB Variations
Color information
#C9D85F (or 0xC9D85F) is known color: Wild Willow. HEX triplet: C9, D8 and 5F. RGB value is (201,216,95). Sum of RGB (Red+Green+Blue) = 201+216+95=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D85F is #3627A0. Grayscale: #C6C6C6. Windows color (decimal): -3549089 or 6281417. OLE color: 6281417.
HSL color Cylindrical-coordinate representation of color #C9D85F: hue angle of 67.44º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9D85F is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 95 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.15 |
| HSL | 67.44º | 0.61% | 0.61% | - |
| HSV(B) | 67.44º | 0.56% | 0.85% | - |
| XYZ | 50.71 | 62.36 | 20.19 | - |
| YUV | 197.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 95 | 0.07 | 0 | 0.56 | 0.15 | 67.44 | 0.61 | 0.61 |
| Hex | C9 | D8 | 5F | 7 | 0 | 38 | F | 43 | 3D | 3D |
| Octal | 311 | 330 | 137 | 7 | 0 | 70 | 17 | 103 | 75 | 75 |
| Binary | 11001001 | 11011000 | 1011111 | 111 | 0 | 111000 | 1111 | 1000011 | 111101 | 111101 |
Color Harmonies of #C9D85F
Complementary color
Monochromatic Colors of #C9D85F
Black with #C9D85F
Text Example
Text Example
White with #C9D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D85F; }
p { color: rgb(201,216,95); }
H1.HeaderClassName
{
color: #C9D85F;
}
.AnyTagClassName
{
color: #C9D85F;
}
</style>
background-color css
<style>
a { background-color: #C9D85F; }
a { background-color: rgb(201,216,95); }
div.DivClassName
{
background-color: #C9D85F;
}
.BgClassName
{
background-color: #C9D85F;
}
</style>
border-color css
<style>
span { border-color: #C9D85F; }
span { border-color: rgb(201,216,95); }
td.TdClassName
{
border-color: #C9D85F;
}
.TagClassName
{
border-color: #C9D85F;
}
</style>