Shades of Wild Willow #C5C86C
Tints of Wild Willow #C5C86C
RGB
CMYK
RGB Variations
Color information
#C5C86C (or 0xC5C86C) is known color: Wild Willow. HEX triplet: C5, C8 and 6C. RGB value is (197,200,108). Sum of RGB (Red+Green+Blue) = 197+200+108=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C86C is #3A3793. Grayscale: #BCBCBC. Windows color (decimal): -3815316 or 7129285. OLE color: 7129285.
HSL color Cylindrical-coordinate representation of color #C5C86C: hue angle of 61.96º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5C86C is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 108 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.22 |
| HSL | 61.96º | 0.46% | 0.6% | - |
| HSV(B) | 61.96º | 0.46% | 0.78% | - |
| XYZ | 46.39 | 54.26 | 22.22 | - |
| YUV | 188.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 108 | 0.02 | 0 | 0.46 | 0.22 | 61.96 | 0.46 | 0.6 |
| Hex | C5 | C8 | 6C | 2 | 0 | 2E | 16 | 3E | 2E | 3C |
| Octal | 305 | 310 | 154 | 2 | 0 | 56 | 26 | 76 | 56 | 74 |
| Binary | 11000101 | 11001000 | 1101100 | 10 | 0 | 101110 | 10110 | 111110 | 101110 | 111100 |
Color Harmonies of #C5C86C
Complementary color
Monochromatic Colors of #C5C86C
Black with #C5C86C
Text Example
Text Example
White with #C5C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C86C; }
p { color: rgb(197,200,108); }
H1.HeaderClassName
{
color: #C5C86C;
}
.AnyTagClassName
{
color: #C5C86C;
}
</style>
background-color css
<style>
a { background-color: #C5C86C; }
a { background-color: rgb(197,200,108); }
div.DivClassName
{
background-color: #C5C86C;
}
.BgClassName
{
background-color: #C5C86C;
}
</style>
border-color css
<style>
span { border-color: #C5C86C; }
span { border-color: rgb(197,200,108); }
td.TdClassName
{
border-color: #C5C86C;
}
.TagClassName
{
border-color: #C5C86C;
}
</style>