Shades of Wild Willow #C2C66B
Tints of Wild Willow #C2C66B
RGB
CMYK
RGB Variations
Color information
#C2C66B (or 0xC2C66B) is known color: Wild Willow. HEX triplet: C2, C6 and 6B. RGB value is (194,198,107). Sum of RGB (Red+Green+Blue) = 194+198+107=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C66B is #3D3994. Grayscale: #BABABA. Windows color (decimal): -4012437 or 7063234. OLE color: 7063234.
HSL color Cylindrical-coordinate representation of color #C2C66B: hue angle of 62.64º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2C66B is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 107 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.22 |
| HSL | 62.64º | 0.44% | 0.6% | - |
| HSV(B) | 62.64º | 0.46% | 0.78% | - |
| XYZ | 45.1 | 52.92 | 21.75 | - |
| YUV | 186.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 107 | 0.02 | 0 | 0.46 | 0.22 | 62.64 | 0.44 | 0.6 |
| Hex | C2 | C6 | 6B | 2 | 0 | 2E | 16 | 3F | 2C | 3C |
| Octal | 302 | 306 | 153 | 2 | 0 | 56 | 26 | 77 | 54 | 74 |
| Binary | 11000010 | 11000110 | 1101011 | 10 | 0 | 101110 | 10110 | 111111 | 101100 | 111100 |
Color Harmonies of #C2C66B
Complementary color
Monochromatic Colors of #C2C66B
Black with #C2C66B
Text Example
Text Example
White with #C2C66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C66B; }
p { color: rgb(194,198,107); }
H1.HeaderClassName
{
color: #C2C66B;
}
.AnyTagClassName
{
color: #C2C66B;
}
</style>
background-color css
<style>
a { background-color: #C2C66B; }
a { background-color: rgb(194,198,107); }
div.DivClassName
{
background-color: #C2C66B;
}
.BgClassName
{
background-color: #C2C66B;
}
</style>
border-color css
<style>
span { border-color: #C2C66B; }
span { border-color: rgb(194,198,107); }
td.TdClassName
{
border-color: #C2C66B;
}
.TagClassName
{
border-color: #C2C66B;
}
</style>