Shades of Wild Willow #C9D85B
Tints of Wild Willow #C9D85B
RGB
CMYK
RGB Variations
Color information
#C9D85B (or 0xC9D85B) is known color: Wild Willow. HEX triplet: C9, D8 and 5B. RGB value is (201,216,91). Sum of RGB (Red+Green+Blue) = 201+216+91=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D85B is #3627A4. Grayscale: #C5C5C5. Windows color (decimal): -3549093 or 6019273. OLE color: 6019273.
HSL color Cylindrical-coordinate representation of color #C9D85B: hue angle of 67.2º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9D85B is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 91 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.15 |
| HSL | 67.2º | 0.62% | 0.6% | - |
| HSV(B) | 67.2º | 0.58% | 0.85% | - |
| XYZ | 50.53 | 62.28 | 19.26 | - |
| YUV | 197.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 91 | 0.07 | 0 | 0.58 | 0.15 | 67.2 | 0.62 | 0.6 |
| Hex | C9 | D8 | 5B | 7 | 0 | 3A | F | 43 | 3E | 3C |
| Octal | 311 | 330 | 133 | 7 | 0 | 72 | 17 | 103 | 76 | 74 |
| Binary | 11001001 | 11011000 | 1011011 | 111 | 0 | 111010 | 1111 | 1000011 | 111110 | 111100 |
Color Harmonies of #C9D85B
Complementary color
Monochromatic Colors of #C9D85B
Black with #C9D85B
Text Example
Text Example
White with #C9D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D85B; }
p { color: rgb(201,216,91); }
H1.HeaderClassName
{
color: #C9D85B;
}
.AnyTagClassName
{
color: #C9D85B;
}
</style>
background-color css
<style>
a { background-color: #C9D85B; }
a { background-color: rgb(201,216,91); }
div.DivClassName
{
background-color: #C9D85B;
}
.BgClassName
{
background-color: #C9D85B;
}
</style>
border-color css
<style>
span { border-color: #C9D85B; }
span { border-color: rgb(201,216,91); }
td.TdClassName
{
border-color: #C9D85B;
}
.TagClassName
{
border-color: #C9D85B;
}
</style>