Shades of Wild Willow #C9CA5B
Tints of Wild Willow #C9CA5B
RGB
CMYK
RGB Variations
Color information
#C9CA5B (or 0xC9CA5B) is known color: Wild Willow. HEX triplet: C9, CA and 5B. RGB value is (201,202,91). Sum of RGB (Red+Green+Blue) = 201+202+91=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CA5B is #3635A4. Grayscale: #BDBDBD. Windows color (decimal): -3552677 or 6015689. OLE color: 6015689.
HSL color Cylindrical-coordinate representation of color #C9CA5B: hue angle of 60.54º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9CA5B is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 91 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.21 |
| HSL | 60.54º | 0.51% | 0.57% | - |
| HSV(B) | 60.54º | 0.55% | 0.79% | - |
| XYZ | 47.1 | 55.41 | 18.11 | - |
| YUV | 189.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 91 | 0.00 | 0 | 0.55 | 0.21 | 60.54 | 0.51 | 0.57 |
| Hex | C9 | CA | 5B | 0 | 0 | 37 | 15 | 3D | 33 | 39 |
| Octal | 311 | 312 | 133 | 0 | 0 | 67 | 25 | 75 | 63 | 71 |
| Binary | 11001001 | 11001010 | 1011011 | 0 | 0 | 110111 | 10101 | 111101 | 110011 | 111001 |
Color Harmonies of #C9CA5B
Complementary color
Monochromatic Colors of #C9CA5B
Black with #C9CA5B
Text Example
Text Example
White with #C9CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA5B; }
p { color: rgb(201,202,91); }
H1.HeaderClassName
{
color: #C9CA5B;
}
.AnyTagClassName
{
color: #C9CA5B;
}
</style>
background-color css
<style>
a { background-color: #C9CA5B; }
a { background-color: rgb(201,202,91); }
div.DivClassName
{
background-color: #C9CA5B;
}
.BgClassName
{
background-color: #C9CA5B;
}
</style>
border-color css
<style>
span { border-color: #C9CA5B; }
span { border-color: rgb(201,202,91); }
td.TdClassName
{
border-color: #C9CA5B;
}
.TagClassName
{
border-color: #C9CA5B;
}
</style>