Shades of Wild Willow #C5C862
Tints of Wild Willow #C5C862
RGB
CMYK
RGB Variations
Color information
#C5C862 (or 0xC5C862) is known color: Wild Willow. HEX triplet: C5, C8 and 62. RGB value is (197,200,98). Sum of RGB (Red+Green+Blue) = 197+200+98=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C862 is #3A379D. Grayscale: #BBBBBB. Windows color (decimal): -3815326 or 6473925. OLE color: 6473925.
HSL color Cylindrical-coordinate representation of color #C5C862: hue angle of 61.76º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5C862 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 98 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.22 |
| HSL | 61.76º | 0.48% | 0.58% | - |
| HSV(B) | 61.76º | 0.51% | 0.78% | - |
| XYZ | 45.88 | 54.06 | 19.57 | - |
| YUV | 187.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 98 | 0.02 | 0 | 0.51 | 0.22 | 61.76 | 0.48 | 0.58 |
| Hex | C5 | C8 | 62 | 2 | 0 | 33 | 16 | 3E | 30 | 3A |
| Octal | 305 | 310 | 142 | 2 | 0 | 63 | 26 | 76 | 60 | 72 |
| Binary | 11000101 | 11001000 | 1100010 | 10 | 0 | 110011 | 10110 | 111110 | 110000 | 111010 |
Color Harmonies of #C5C862
Complementary color
Monochromatic Colors of #C5C862
Black with #C5C862
Text Example
Text Example
White with #C5C862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C862; }
p { color: rgb(197,200,98); }
H1.HeaderClassName
{
color: #C5C862;
}
.AnyTagClassName
{
color: #C5C862;
}
</style>
background-color css
<style>
a { background-color: #C5C862; }
a { background-color: rgb(197,200,98); }
div.DivClassName
{
background-color: #C5C862;
}
.BgClassName
{
background-color: #C5C862;
}
</style>
border-color css
<style>
span { border-color: #C5C862; }
span { border-color: rgb(197,200,98); }
td.TdClassName
{
border-color: #C5C862;
}
.TagClassName
{
border-color: #C5C862;
}
</style>