Shades of Wild Willow #C4C956
Tints of Wild Willow #C4C956
RGB
CMYK
RGB Variations
Color information
#C4C956 (or 0xC4C956) is known color: Wild Willow. HEX triplet: C4, C9 and 56. RGB value is (196,201,86). Sum of RGB (Red+Green+Blue) = 196+201+86=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C956 is #3B36A9. Grayscale: #BABABA. Windows color (decimal): -3880618 or 5687748. OLE color: 5687748.
HSL color Cylindrical-coordinate representation of color #C4C956: hue angle of 62.61º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4C956 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 86 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.21 |
| HSL | 62.61º | 0.52% | 0.56% | - |
| HSV(B) | 62.61º | 0.57% | 0.79% | - |
| XYZ | 45.33 | 54.18 | 16.87 | - |
| YUV | 186.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 86 | 0.02 | 0 | 0.57 | 0.21 | 62.61 | 0.52 | 0.56 |
| Hex | C4 | C9 | 56 | 2 | 0 | 39 | 15 | 3F | 34 | 38 |
| Octal | 304 | 311 | 126 | 2 | 0 | 71 | 25 | 77 | 64 | 70 |
| Binary | 11000100 | 11001001 | 1010110 | 10 | 0 | 111001 | 10101 | 111111 | 110100 | 111000 |
Color Harmonies of #C4C956
Complementary color
Monochromatic Colors of #C4C956
Black with #C4C956
Text Example
Text Example
White with #C4C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C956; }
p { color: rgb(196,201,86); }
H1.HeaderClassName
{
color: #C4C956;
}
.AnyTagClassName
{
color: #C4C956;
}
</style>
background-color css
<style>
a { background-color: #C4C956; }
a { background-color: rgb(196,201,86); }
div.DivClassName
{
background-color: #C4C956;
}
.BgClassName
{
background-color: #C4C956;
}
</style>
border-color css
<style>
span { border-color: #C4C956; }
span { border-color: rgb(196,201,86); }
td.TdClassName
{
border-color: #C4C956;
}
.TagClassName
{
border-color: #C4C956;
}
</style>