Shades of Wild Willow #C2C66D
Tints of Wild Willow #C2C66D
RGB
CMYK
RGB Variations
Color information
#C2C66D (or 0xC2C66D) is known color: Wild Willow. HEX triplet: C2, C6 and 6D. RGB value is (194,198,109). Sum of RGB (Red+Green+Blue) = 194+198+109=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C66D is #3D3992. Grayscale: #BBBBBB. Windows color (decimal): -4012435 or 7194306. OLE color: 7194306.
HSL color Cylindrical-coordinate representation of color #C2C66D: hue angle of 62.7º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2C66D is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 109 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.22 |
| HSL | 62.7º | 0.44% | 0.6% | - |
| HSV(B) | 62.7º | 0.45% | 0.78% | - |
| XYZ | 45.2 | 52.96 | 22.31 | - |
| YUV | 186.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 109 | 0.02 | 0 | 0.45 | 0.22 | 62.7 | 0.44 | 0.6 |
| Hex | C2 | C6 | 6D | 2 | 0 | 2D | 16 | 3F | 2C | 3C |
| Octal | 302 | 306 | 155 | 2 | 0 | 55 | 26 | 77 | 54 | 74 |
| Binary | 11000010 | 11000110 | 1101101 | 10 | 0 | 101101 | 10110 | 111111 | 101100 | 111100 |
Color Harmonies of #C2C66D
Complementary color
Monochromatic Colors of #C2C66D
Black with #C2C66D
Text Example
Text Example
White with #C2C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C66D; }
p { color: rgb(194,198,109); }
H1.HeaderClassName
{
color: #C2C66D;
}
.AnyTagClassName
{
color: #C2C66D;
}
</style>
background-color css
<style>
a { background-color: #C2C66D; }
a { background-color: rgb(194,198,109); }
div.DivClassName
{
background-color: #C2C66D;
}
.BgClassName
{
background-color: #C2C66D;
}
</style>
border-color css
<style>
span { border-color: #C2C66D; }
span { border-color: rgb(194,198,109); }
td.TdClassName
{
border-color: #C2C66D;
}
.TagClassName
{
border-color: #C2C66D;
}
</style>