Shades of Wild Willow #C2C556
Tints of Wild Willow #C2C556
RGB
CMYK
RGB Variations
Color information
#C2C556 (or 0xC2C556) is known color: Wild Willow. HEX triplet: C2, C5 and 56. RGB value is (194,197,86). Sum of RGB (Red+Green+Blue) = 194+197+86=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C556 is #3D3AA9. Grayscale: #B7B7B7. Windows color (decimal): -4012714 or 5686722. OLE color: 5686722.
HSL color Cylindrical-coordinate representation of color #C2C556: hue angle of 61.62º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2C556 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 86 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.23 |
| HSL | 61.62º | 0.49% | 0.55% | - |
| HSV(B) | 61.62º | 0.56% | 0.77% | - |
| XYZ | 43.89 | 52.07 | 16.54 | - |
| YUV | 183.45 | 73.01 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 86 | 0.02 | 0 | 0.56 | 0.23 | 61.62 | 0.49 | 0.55 |
| Hex | C2 | C5 | 56 | 2 | 0 | 38 | 17 | 3E | 31 | 37 |
| Octal | 302 | 305 | 126 | 2 | 0 | 70 | 27 | 76 | 61 | 67 |
| Binary | 11000010 | 11000101 | 1010110 | 10 | 0 | 111000 | 10111 | 111110 | 110001 | 110111 |
Color Harmonies of #C2C556
Complementary color
Monochromatic Colors of #C2C556
Black with #C2C556
Text Example
Text Example
White with #C2C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C556; }
p { color: rgb(194,197,86); }
H1.HeaderClassName
{
color: #C2C556;
}
.AnyTagClassName
{
color: #C2C556;
}
</style>
background-color css
<style>
a { background-color: #C2C556; }
a { background-color: rgb(194,197,86); }
div.DivClassName
{
background-color: #C2C556;
}
.BgClassName
{
background-color: #C2C556;
}
</style>
border-color css
<style>
span { border-color: #C2C556; }
span { border-color: rgb(194,197,86); }
td.TdClassName
{
border-color: #C2C556;
}
.TagClassName
{
border-color: #C2C556;
}
</style>