Shades of Wild Willow #C9CA5D
Tints of Wild Willow #C9CA5D
RGB
CMYK
RGB Variations
Color information
#C9CA5D (or 0xC9CA5D) is known color: Wild Willow. HEX triplet: C9, CA and 5D. RGB value is (201,202,93). Sum of RGB (Red+Green+Blue) = 201+202+93=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CA5D is #3635A2. Grayscale: #BDBDBD. Windows color (decimal): -3552675 or 6146761. OLE color: 6146761.
HSL color Cylindrical-coordinate representation of color #C9CA5D: hue angle of 60.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9CA5D is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 93 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.21 |
| HSL | 60.55º | 0.51% | 0.58% | - |
| HSV(B) | 60.55º | 0.54% | 0.79% | - |
| XYZ | 47.18 | 55.45 | 18.57 | - |
| YUV | 189.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 93 | 0.00 | 0 | 0.54 | 0.21 | 60.55 | 0.51 | 0.58 |
| Hex | C9 | CA | 5D | 0 | 0 | 36 | 15 | 3D | 33 | 3A |
| Octal | 311 | 312 | 135 | 0 | 0 | 66 | 25 | 75 | 63 | 72 |
| Binary | 11001001 | 11001010 | 1011101 | 0 | 0 | 110110 | 10101 | 111101 | 110011 | 111010 |
Color Harmonies of #C9CA5D
Complementary color
Monochromatic Colors of #C9CA5D
Black with #C9CA5D
Text Example
Text Example
White with #C9CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA5D; }
p { color: rgb(201,202,93); }
H1.HeaderClassName
{
color: #C9CA5D;
}
.AnyTagClassName
{
color: #C9CA5D;
}
</style>
background-color css
<style>
a { background-color: #C9CA5D; }
a { background-color: rgb(201,202,93); }
div.DivClassName
{
background-color: #C9CA5D;
}
.BgClassName
{
background-color: #C9CA5D;
}
</style>
border-color css
<style>
span { border-color: #C9CA5D; }
span { border-color: rgb(201,202,93); }
td.TdClassName
{
border-color: #C9CA5D;
}
.TagClassName
{
border-color: #C9CA5D;
}
</style>