Shades of Wild Willow #C6C956
Tints of Wild Willow #C6C956
RGB
CMYK
RGB Variations
Color information
#C6C956 (or 0xC6C956) is known color: Wild Willow. HEX triplet: C6, C9 and 56. RGB value is (198,201,86). Sum of RGB (Red+Green+Blue) = 198+201+86=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C956 is #3936A9. Grayscale: #BBBBBB. Windows color (decimal): -3749546 or 5687750. OLE color: 5687750.
HSL color Cylindrical-coordinate representation of color #C6C956: hue angle of 61.57º 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 #C6C956 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 86 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.21 |
| HSL | 61.57º | 0.52% | 0.56% | - |
| HSV(B) | 61.57º | 0.57% | 0.79% | - |
| XYZ | 45.86 | 54.45 | 16.9 | - |
| YUV | 186.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 86 | 0.01 | 0 | 0.57 | 0.21 | 61.57 | 0.52 | 0.56 |
| Hex | C6 | C9 | 56 | 1 | 0 | 39 | 15 | 3E | 34 | 38 |
| Octal | 306 | 311 | 126 | 1 | 0 | 71 | 25 | 76 | 64 | 70 |
| Binary | 11000110 | 11001001 | 1010110 | 1 | 0 | 111001 | 10101 | 111110 | 110100 | 111000 |
Color Harmonies of #C6C956
Complementary color
Monochromatic Colors of #C6C956
Black with #C6C956
Text Example
Text Example
White with #C6C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C956; }
p { color: rgb(198,201,86); }
H1.HeaderClassName
{
color: #C6C956;
}
.AnyTagClassName
{
color: #C6C956;
}
</style>
background-color css
<style>
a { background-color: #C6C956; }
a { background-color: rgb(198,201,86); }
div.DivClassName
{
background-color: #C6C956;
}
.BgClassName
{
background-color: #C6C956;
}
</style>
border-color css
<style>
span { border-color: #C6C956; }
span { border-color: rgb(198,201,86); }
td.TdClassName
{
border-color: #C6C956;
}
.TagClassName
{
border-color: #C6C956;
}
</style>