Shades of Wild Willow #C5CB6C
Tints of Wild Willow #C5CB6C
RGB
CMYK
RGB Variations
Color information
#C5CB6C (or 0xC5CB6C) is known color: Wild Willow. HEX triplet: C5, CB and 6C. RGB value is (197,203,108). Sum of RGB (Red+Green+Blue) = 197+203+108=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CB6C is #3A3493. Grayscale: #BEBEBE. Windows color (decimal): -3814548 or 7130053. OLE color: 7130053.
HSL color Cylindrical-coordinate representation of color #C5CB6C: hue angle of 63.79º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5CB6C is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 108 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.20 |
| HSL | 63.79º | 0.48% | 0.61% | - |
| HSV(B) | 63.79º | 0.47% | 0.8% | - |
| XYZ | 47.09 | 55.66 | 22.45 | - |
| YUV | 190.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 108 | 0.03 | 0 | 0.47 | 0.20 | 63.79 | 0.48 | 0.61 |
| Hex | C5 | CB | 6C | 3 | 0 | 2F | 14 | 40 | 30 | 3D |
| Octal | 305 | 313 | 154 | 3 | 0 | 57 | 24 | 100 | 60 | 75 |
| Binary | 11000101 | 11001011 | 1101100 | 11 | 0 | 101111 | 10100 | 1000000 | 110000 | 111101 |
Color Harmonies of #C5CB6C
Complementary color
Monochromatic Colors of #C5CB6C
Black with #C5CB6C
Text Example
Text Example
White with #C5CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CB6C; }
p { color: rgb(197,203,108); }
H1.HeaderClassName
{
color: #C5CB6C;
}
.AnyTagClassName
{
color: #C5CB6C;
}
</style>
background-color css
<style>
a { background-color: #C5CB6C; }
a { background-color: rgb(197,203,108); }
div.DivClassName
{
background-color: #C5CB6C;
}
.BgClassName
{
background-color: #C5CB6C;
}
</style>
border-color css
<style>
span { border-color: #C5CB6C; }
span { border-color: rgb(197,203,108); }
td.TdClassName
{
border-color: #C5CB6C;
}
.TagClassName
{
border-color: #C5CB6C;
}
</style>