Shades of Wild Willow #C5C85F
Tints of Wild Willow #C5C85F
RGB
CMYK
RGB Variations
Color information
#C5C85F (or 0xC5C85F) is known color: Wild Willow. HEX triplet: C5, C8 and 5F. RGB value is (197,200,95). Sum of RGB (Red+Green+Blue) = 197+200+95=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C85F is #3A37A0. Grayscale: #BBBBBB. Windows color (decimal): -3815329 or 6277317. OLE color: 6277317.
HSL color Cylindrical-coordinate representation of color #C5C85F: hue angle of 61.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5C85F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 95 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.22 |
| HSL | 61.71º | 0.49% | 0.58% | - |
| HSV(B) | 61.71º | 0.53% | 0.78% | - |
| XYZ | 45.75 | 54.01 | 18.84 | - |
| YUV | 187.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 95 | 0.02 | 0 | 0.52 | 0.22 | 61.71 | 0.49 | 0.58 |
| Hex | C5 | C8 | 5F | 2 | 0 | 34 | 16 | 3E | 31 | 3A |
| Octal | 305 | 310 | 137 | 2 | 0 | 64 | 26 | 76 | 61 | 72 |
| Binary | 11000101 | 11001000 | 1011111 | 10 | 0 | 110100 | 10110 | 111110 | 110001 | 111010 |
Color Harmonies of #C5C85F
Complementary color
Monochromatic Colors of #C5C85F
Black with #C5C85F
Text Example
Text Example
White with #C5C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C85F; }
p { color: rgb(197,200,95); }
H1.HeaderClassName
{
color: #C5C85F;
}
.AnyTagClassName
{
color: #C5C85F;
}
</style>
background-color css
<style>
a { background-color: #C5C85F; }
a { background-color: rgb(197,200,95); }
div.DivClassName
{
background-color: #C5C85F;
}
.BgClassName
{
background-color: #C5C85F;
}
</style>
border-color css
<style>
span { border-color: #C5C85F; }
span { border-color: rgb(197,200,95); }
td.TdClassName
{
border-color: #C5C85F;
}
.TagClassName
{
border-color: #C5C85F;
}
</style>