Shades of Wild Willow #C5C86F
Tints of Wild Willow #C5C86F
RGB
CMYK
RGB Variations
Color information
#C5C86F (or 0xC5C86F) is known color: Wild Willow. HEX triplet: C5, C8 and 6F. RGB value is (197,200,111). Sum of RGB (Red+Green+Blue) = 197+200+111=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C86F is #3A3790. Grayscale: #BDBDBD. Windows color (decimal): -3815313 or 7325893. OLE color: 7325893.
HSL color Cylindrical-coordinate representation of color #C5C86F: hue angle of 62.02º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5C86F is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 111 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.22 |
| HSL | 62.02º | 0.45% | 0.61% | - |
| HSV(B) | 62.02º | 0.45% | 0.78% | - |
| XYZ | 46.55 | 54.33 | 23.07 | - |
| YUV | 188.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 111 | 0.02 | 0 | 0.44 | 0.22 | 62.02 | 0.45 | 0.61 |
| Hex | C5 | C8 | 6F | 2 | 0 | 2C | 16 | 3E | 2D | 3D |
| Octal | 305 | 310 | 157 | 2 | 0 | 54 | 26 | 76 | 55 | 75 |
| Binary | 11000101 | 11001000 | 1101111 | 10 | 0 | 101100 | 10110 | 111110 | 101101 | 111101 |
Color Harmonies of #C5C86F
Complementary color
Monochromatic Colors of #C5C86F
Black with #C5C86F
Text Example
Text Example
White with #C5C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C86F; }
p { color: rgb(197,200,111); }
H1.HeaderClassName
{
color: #C5C86F;
}
.AnyTagClassName
{
color: #C5C86F;
}
</style>
background-color css
<style>
a { background-color: #C5C86F; }
a { background-color: rgb(197,200,111); }
div.DivClassName
{
background-color: #C5C86F;
}
.BgClassName
{
background-color: #C5C86F;
}
</style>
border-color css
<style>
span { border-color: #C5C86F; }
span { border-color: rgb(197,200,111); }
td.TdClassName
{
border-color: #C5C86F;
}
.TagClassName
{
border-color: #C5C86F;
}
</style>