Shades of Wild Willow #C4CF56
Tints of Wild Willow #C4CF56
RGB
CMYK
RGB Variations
Color information
#C4CF56 (or 0xC4CF56) is known color: Wild Willow. HEX triplet: C4, CF and 56. RGB value is (196,207,86). Sum of RGB (Red+Green+Blue) = 196+207+86=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CF56 is #3B30A9. Grayscale: #BEBEBE. Windows color (decimal): -3879082 or 5689284. OLE color: 5689284.
HSL color Cylindrical-coordinate representation of color #C4CF56: hue angle of 65.45º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4CF56 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 86 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.19 |
| HSL | 65.45º | 0.56% | 0.57% | - |
| HSV(B) | 65.45º | 0.58% | 0.81% | - |
| XYZ | 46.76 | 57.03 | 17.35 | - |
| YUV | 189.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 86 | 0.05 | 0 | 0.58 | 0.19 | 65.45 | 0.56 | 0.57 |
| Hex | C4 | CF | 56 | 5 | 0 | 3A | 13 | 41 | 38 | 39 |
| Octal | 304 | 317 | 126 | 5 | 0 | 72 | 23 | 101 | 70 | 71 |
| Binary | 11000100 | 11001111 | 1010110 | 101 | 0 | 111010 | 10011 | 1000001 | 111000 | 111001 |
Color Harmonies of #C4CF56
Complementary color
Monochromatic Colors of #C4CF56
Black with #C4CF56
Text Example
Text Example
White with #C4CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CF56; }
p { color: rgb(196,207,86); }
H1.HeaderClassName
{
color: #C4CF56;
}
.AnyTagClassName
{
color: #C4CF56;
}
</style>
background-color css
<style>
a { background-color: #C4CF56; }
a { background-color: rgb(196,207,86); }
div.DivClassName
{
background-color: #C4CF56;
}
.BgClassName
{
background-color: #C4CF56;
}
</style>
border-color css
<style>
span { border-color: #C4CF56; }
span { border-color: rgb(196,207,86); }
td.TdClassName
{
border-color: #C4CF56;
}
.TagClassName
{
border-color: #C4CF56;
}
</style>