Shades of Wild Willow #C9D35B
Tints of Wild Willow #C9D35B
RGB
CMYK
RGB Variations
Color information
#C9D35B (or 0xC9D35B) is known color: Wild Willow. HEX triplet: C9, D3 and 5B. RGB value is (201,211,91). Sum of RGB (Red+Green+Blue) = 201+211+91=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D35B is #362CA4. Grayscale: #C2C2C2. Windows color (decimal): -3550373 or 6017993. OLE color: 6017993.
HSL color Cylindrical-coordinate representation of color #C9D35B: hue angle of 65º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9D35B is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 91 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.17 |
| HSL | 65º | 0.58% | 0.59% | - |
| HSV(B) | 65º | 0.57% | 0.83% | - |
| XYZ | 49.27 | 59.76 | 18.84 | - |
| YUV | 194.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 91 | 0.05 | 0 | 0.57 | 0.17 | 65 | 0.58 | 0.59 |
| Hex | C9 | D3 | 5B | 5 | 0 | 39 | 11 | 41 | 3A | 3B |
| Octal | 311 | 323 | 133 | 5 | 0 | 71 | 21 | 101 | 72 | 73 |
| Binary | 11001001 | 11010011 | 1011011 | 101 | 0 | 111001 | 10001 | 1000001 | 111010 | 111011 |
Color Harmonies of #C9D35B
Complementary color
Monochromatic Colors of #C9D35B
Black with #C9D35B
Text Example
Text Example
White with #C9D35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D35B; }
p { color: rgb(201,211,91); }
H1.HeaderClassName
{
color: #C9D35B;
}
.AnyTagClassName
{
color: #C9D35B;
}
</style>
background-color css
<style>
a { background-color: #C9D35B; }
a { background-color: rgb(201,211,91); }
div.DivClassName
{
background-color: #C9D35B;
}
.BgClassName
{
background-color: #C9D35B;
}
</style>
border-color css
<style>
span { border-color: #C9D35B; }
span { border-color: rgb(201,211,91); }
td.TdClassName
{
border-color: #C9D35B;
}
.TagClassName
{
border-color: #C9D35B;
}
</style>