Shades of Wild Willow #C5C86D
Tints of Wild Willow #C5C86D
RGB
CMYK
RGB Variations
Color information
#C5C86D (or 0xC5C86D) is known color: Wild Willow. HEX triplet: C5, C8 and 6D. RGB value is (197,200,109). Sum of RGB (Red+Green+Blue) = 197+200+109=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C86D is #3A3792. Grayscale: #BDBDBD. Windows color (decimal): -3815315 or 7194821. OLE color: 7194821.
HSL color Cylindrical-coordinate representation of color #C5C86D: hue angle of 61.98º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5C86D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 109 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.22 |
| HSL | 61.98º | 0.45% | 0.61% | - |
| HSV(B) | 61.98º | 0.46% | 0.78% | - |
| XYZ | 46.44 | 54.28 | 22.5 | - |
| YUV | 188.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 109 | 0.02 | 0 | 0.46 | 0.22 | 61.98 | 0.45 | 0.61 |
| Hex | C5 | C8 | 6D | 2 | 0 | 2E | 16 | 3E | 2D | 3D |
| Octal | 305 | 310 | 155 | 2 | 0 | 56 | 26 | 76 | 55 | 75 |
| Binary | 11000101 | 11001000 | 1101101 | 10 | 0 | 101110 | 10110 | 111110 | 101101 | 111101 |
Color Harmonies of #C5C86D
Complementary color
Monochromatic Colors of #C5C86D
Black with #C5C86D
Text Example
Text Example
White with #C5C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C86D; }
p { color: rgb(197,200,109); }
H1.HeaderClassName
{
color: #C5C86D;
}
.AnyTagClassName
{
color: #C5C86D;
}
</style>
background-color css
<style>
a { background-color: #C5C86D; }
a { background-color: rgb(197,200,109); }
div.DivClassName
{
background-color: #C5C86D;
}
.BgClassName
{
background-color: #C5C86D;
}
</style>
border-color css
<style>
span { border-color: #C5C86D; }
span { border-color: rgb(197,200,109); }
td.TdClassName
{
border-color: #C5C86D;
}
.TagClassName
{
border-color: #C5C86D;
}
</style>