Shades of Wild Willow #C9CB5C
Tints of Wild Willow #C9CB5C
RGB
CMYK
RGB Variations
Color information
#C9CB5C (or 0xC9CB5C) is known color: Wild Willow. HEX triplet: C9, CB and 5C. RGB value is (201,203,92). Sum of RGB (Red+Green+Blue) = 201+203+92=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CB5C is #3634A3. Grayscale: #BEBEBE. Windows color (decimal): -3552420 or 6081481. OLE color: 6081481.
HSL color Cylindrical-coordinate representation of color #C9CB5C: hue angle of 61.08º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9CB5C is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 92 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.20 |
| HSL | 61.08º | 0.52% | 0.58% | - |
| HSV(B) | 61.08º | 0.55% | 0.8% | - |
| XYZ | 47.38 | 55.9 | 18.42 | - |
| YUV | 189.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 92 | 0.01 | 0 | 0.55 | 0.20 | 61.08 | 0.52 | 0.58 |
| Hex | C9 | CB | 5C | 1 | 0 | 37 | 14 | 3D | 34 | 3A |
| Octal | 311 | 313 | 134 | 1 | 0 | 67 | 24 | 75 | 64 | 72 |
| Binary | 11001001 | 11001011 | 1011100 | 1 | 0 | 110111 | 10100 | 111101 | 110100 | 111010 |
Color Harmonies of #C9CB5C
Complementary color
Monochromatic Colors of #C9CB5C
Black with #C9CB5C
Text Example
Text Example
White with #C9CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CB5C; }
p { color: rgb(201,203,92); }
H1.HeaderClassName
{
color: #C9CB5C;
}
.AnyTagClassName
{
color: #C9CB5C;
}
</style>
background-color css
<style>
a { background-color: #C9CB5C; }
a { background-color: rgb(201,203,92); }
div.DivClassName
{
background-color: #C9CB5C;
}
.BgClassName
{
background-color: #C9CB5C;
}
</style>
border-color css
<style>
span { border-color: #C9CB5C; }
span { border-color: rgb(201,203,92); }
td.TdClassName
{
border-color: #C9CB5C;
}
.TagClassName
{
border-color: #C9CB5C;
}
</style>