Shades of Wild Willow #C2CC6D
Tints of Wild Willow #C2CC6D
RGB
CMYK
RGB Variations
Color information
#C2CC6D (or 0xC2CC6D) is known color: Wild Willow. HEX triplet: C2, CC and 6D. RGB value is (194,204,109). Sum of RGB (Red+Green+Blue) = 194+204+109=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC6D is #3D3392. Grayscale: #BEBEBE. Windows color (decimal): -4010899 or 7195842. OLE color: 7195842.
HSL color Cylindrical-coordinate representation of color #C2CC6D: hue angle of 66.32º 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 #C2CC6D is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 109 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.2 |
| HSL | 66.32º | 0.48% | 0.61% | - |
| HSV(B) | 66.32º | 0.47% | 0.8% | - |
| XYZ | 46.6 | 55.76 | 22.77 | - |
| YUV | 190.18 | 82.19 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 109 | 0.05 | 0 | 0.47 | 0.2 | 66.32 | 0.48 | 0.61 |
| Hex | C2 | CC | 6D | 5 | 0 | 2F | 14 | 42 | 30 | 3D |
| Octal | 302 | 314 | 155 | 5 | 0 | 57 | 24 | 102 | 60 | 75 |
| Binary | 11000010 | 11001100 | 1101101 | 101 | 0 | 101111 | 10100 | 1000010 | 110000 | 111101 |
Color Harmonies of #C2CC6D
Complementary color
Monochromatic Colors of #C2CC6D
Black with #C2CC6D
Text Example
Text Example
White with #C2CC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC6D; }
p { color: rgb(194,204,109); }
H1.HeaderClassName
{
color: #C2CC6D;
}
.AnyTagClassName
{
color: #C2CC6D;
}
</style>
background-color css
<style>
a { background-color: #C2CC6D; }
a { background-color: rgb(194,204,109); }
div.DivClassName
{
background-color: #C2CC6D;
}
.BgClassName
{
background-color: #C2CC6D;
}
</style>
border-color css
<style>
span { border-color: #C2CC6D; }
span { border-color: rgb(194,204,109); }
td.TdClassName
{
border-color: #C2CC6D;
}
.TagClassName
{
border-color: #C2CC6D;
}
</style>