Shades of Wild Willow #C9CB5D
Tints of Wild Willow #C9CB5D
RGB
CMYK
RGB Variations
Color information
#C9CB5D (or 0xC9CB5D) is known color: Wild Willow. HEX triplet: C9, CB and 5D. RGB value is (201,203,93). Sum of RGB (Red+Green+Blue) = 201+203+93=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CB5D is #3634A2. Grayscale: #BEBEBE. Windows color (decimal): -3552419 or 6147017. OLE color: 6147017.
HSL color Cylindrical-coordinate representation of color #C9CB5D: hue angle of 61.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9CB5D is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 93 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.20 |
| HSL | 61.09º | 0.51% | 0.58% | - |
| HSV(B) | 61.09º | 0.54% | 0.8% | - |
| XYZ | 47.42 | 55.92 | 18.65 | - |
| YUV | 189.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 93 | 0.01 | 0 | 0.54 | 0.20 | 61.09 | 0.51 | 0.58 |
| Hex | C9 | CB | 5D | 1 | 0 | 36 | 14 | 3D | 33 | 3A |
| Octal | 311 | 313 | 135 | 1 | 0 | 66 | 24 | 75 | 63 | 72 |
| Binary | 11001001 | 11001011 | 1011101 | 1 | 0 | 110110 | 10100 | 111101 | 110011 | 111010 |
Color Harmonies of #C9CB5D
Complementary color
Monochromatic Colors of #C9CB5D
Black with #C9CB5D
Text Example
Text Example
White with #C9CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CB5D; }
p { color: rgb(201,203,93); }
H1.HeaderClassName
{
color: #C9CB5D;
}
.AnyTagClassName
{
color: #C9CB5D;
}
</style>
background-color css
<style>
a { background-color: #C9CB5D; }
a { background-color: rgb(201,203,93); }
div.DivClassName
{
background-color: #C9CB5D;
}
.BgClassName
{
background-color: #C9CB5D;
}
</style>
border-color css
<style>
span { border-color: #C9CB5D; }
span { border-color: rgb(201,203,93); }
td.TdClassName
{
border-color: #C9CB5D;
}
.TagClassName
{
border-color: #C9CB5D;
}
</style>