Shades of Wild Willow #C6CC56
Tints of Wild Willow #C6CC56
RGB
CMYK
RGB Variations
Color information
#C6CC56 (or 0xC6CC56) is known color: Wild Willow. HEX triplet: C6, CC and 56. RGB value is (198,204,86). Sum of RGB (Red+Green+Blue) = 198+204+86=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CC56 is #3933A9. Grayscale: #BDBDBD. Windows color (decimal): -3748778 or 5688518. OLE color: 5688518.
HSL color Cylindrical-coordinate representation of color #C6CC56: hue angle of 63.05º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6CC56 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 86 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.2 |
| HSL | 63.05º | 0.54% | 0.57% | - |
| HSV(B) | 63.05º | 0.58% | 0.8% | - |
| XYZ | 46.56 | 55.86 | 17.13 | - |
| YUV | 188.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 86 | 0.03 | 0 | 0.58 | 0.2 | 63.05 | 0.54 | 0.57 |
| Hex | C6 | CC | 56 | 3 | 0 | 3A | 14 | 3F | 36 | 39 |
| Octal | 306 | 314 | 126 | 3 | 0 | 72 | 24 | 77 | 66 | 71 |
| Binary | 11000110 | 11001100 | 1010110 | 11 | 0 | 111010 | 10100 | 111111 | 110110 | 111001 |
Color Harmonies of #C6CC56
Complementary color
Monochromatic Colors of #C6CC56
Black with #C6CC56
Text Example
Text Example
White with #C6CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CC56; }
p { color: rgb(198,204,86); }
H1.HeaderClassName
{
color: #C6CC56;
}
.AnyTagClassName
{
color: #C6CC56;
}
</style>
background-color css
<style>
a { background-color: #C6CC56; }
a { background-color: rgb(198,204,86); }
div.DivClassName
{
background-color: #C6CC56;
}
.BgClassName
{
background-color: #C6CC56;
}
</style>
border-color css
<style>
span { border-color: #C6CC56; }
span { border-color: rgb(198,204,86); }
td.TdClassName
{
border-color: #C6CC56;
}
.TagClassName
{
border-color: #C6CC56;
}
</style>