Shades of Wild Willow #C2CC6C
Tints of Wild Willow #C2CC6C
RGB
CMYK
RGB Variations
Color information
#C2CC6C (or 0xC2CC6C) is known color: Wild Willow. HEX triplet: C2, CC and 6C. RGB value is (194,204,108). Sum of RGB (Red+Green+Blue) = 194+204+108=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC6C is #3D3393. Grayscale: #BEBEBE. Windows color (decimal): -4010900 or 7130306. OLE color: 7130306.
HSL color Cylindrical-coordinate representation of color #C2CC6C: hue angle of 66.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2CC6C is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 108 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.2 |
| HSL | 66.25º | 0.48% | 0.61% | - |
| HSV(B) | 66.25º | 0.47% | 0.8% | - |
| XYZ | 46.55 | 55.74 | 22.49 | - |
| YUV | 190.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 108 | 0.05 | 0 | 0.47 | 0.2 | 66.25 | 0.48 | 0.61 |
| Hex | C2 | CC | 6C | 5 | 0 | 2F | 14 | 42 | 30 | 3D |
| Octal | 302 | 314 | 154 | 5 | 0 | 57 | 24 | 102 | 60 | 75 |
| Binary | 11000010 | 11001100 | 1101100 | 101 | 0 | 101111 | 10100 | 1000010 | 110000 | 111101 |
Color Harmonies of #C2CC6C
Complementary color
Monochromatic Colors of #C2CC6C
Black with #C2CC6C
Text Example
Text Example
White with #C2CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC6C; }
p { color: rgb(194,204,108); }
H1.HeaderClassName
{
color: #C2CC6C;
}
.AnyTagClassName
{
color: #C2CC6C;
}
</style>
background-color css
<style>
a { background-color: #C2CC6C; }
a { background-color: rgb(194,204,108); }
div.DivClassName
{
background-color: #C2CC6C;
}
.BgClassName
{
background-color: #C2CC6C;
}
</style>
border-color css
<style>
span { border-color: #C2CC6C; }
span { border-color: rgb(194,204,108); }
td.TdClassName
{
border-color: #C2CC6C;
}
.TagClassName
{
border-color: #C2CC6C;
}
</style>