Shades of Wild Willow #C9CA5F
Tints of Wild Willow #C9CA5F
RGB
CMYK
RGB Variations
Color information
#C9CA5F (or 0xC9CA5F) is known color: Wild Willow. HEX triplet: C9, CA and 5F. RGB value is (201,202,95). Sum of RGB (Red+Green+Blue) = 201+202+95=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CA5F is #3635A0. Grayscale: #BDBDBD. Windows color (decimal): -3552673 or 6277833. OLE color: 6277833.
HSL color Cylindrical-coordinate representation of color #C9CA5F: hue angle of 60.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9CA5F is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 95 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.21 |
| HSL | 60.56º | 0.5% | 0.58% | - |
| HSV(B) | 60.56º | 0.53% | 0.79% | - |
| XYZ | 47.27 | 55.48 | 19.04 | - |
| YUV | 189.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 95 | 0.00 | 0 | 0.53 | 0.21 | 60.56 | 0.5 | 0.58 |
| Hex | C9 | CA | 5F | 0 | 0 | 35 | 15 | 3D | 32 | 3A |
| Octal | 311 | 312 | 137 | 0 | 0 | 65 | 25 | 75 | 62 | 72 |
| Binary | 11001001 | 11001010 | 1011111 | 0 | 0 | 110101 | 10101 | 111101 | 110010 | 111010 |
Color Harmonies of #C9CA5F
Complementary color
Monochromatic Colors of #C9CA5F
Black with #C9CA5F
Text Example
Text Example
White with #C9CA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA5F; }
p { color: rgb(201,202,95); }
H1.HeaderClassName
{
color: #C9CA5F;
}
.AnyTagClassName
{
color: #C9CA5F;
}
</style>
background-color css
<style>
a { background-color: #C9CA5F; }
a { background-color: rgb(201,202,95); }
div.DivClassName
{
background-color: #C9CA5F;
}
.BgClassName
{
background-color: #C9CA5F;
}
</style>
border-color css
<style>
span { border-color: #C9CA5F; }
span { border-color: rgb(201,202,95); }
td.TdClassName
{
border-color: #C9CA5F;
}
.TagClassName
{
border-color: #C9CA5F;
}
</style>