Shades of Wild Willow #C6D06E
Tints of Wild Willow #C6D06E
RGB
CMYK
RGB Variations
Color information
#C6D06E (or 0xC6D06E) is known color: Wild Willow. HEX triplet: C6, D0 and 6E. RGB value is (198,208,110). Sum of RGB (Red+Green+Blue) = 198+208+110=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D06E is #392F91. Grayscale: #C2C2C2. Windows color (decimal): -3747730 or 7262406. OLE color: 7262406.
HSL color Cylindrical-coordinate representation of color #C6D06E: hue angle of 66.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6D06E is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 110 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.18 |
| HSL | 66.12º | 0.51% | 0.62% | - |
| HSV(B) | 66.12º | 0.47% | 0.82% | - |
| XYZ | 48.66 | 58.24 | 23.43 | - |
| YUV | 193.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 110 | 0.05 | 0 | 0.47 | 0.18 | 66.12 | 0.51 | 0.62 |
| Hex | C6 | D0 | 6E | 5 | 0 | 2F | 12 | 42 | 33 | 3E |
| Octal | 306 | 320 | 156 | 5 | 0 | 57 | 22 | 102 | 63 | 76 |
| Binary | 11000110 | 11010000 | 1101110 | 101 | 0 | 101111 | 10010 | 1000010 | 110011 | 111110 |
Color Harmonies of #C6D06E
Complementary color
Monochromatic Colors of #C6D06E
Black with #C6D06E
Text Example
Text Example
White with #C6D06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D06E; }
p { color: rgb(198,208,110); }
H1.HeaderClassName
{
color: #C6D06E;
}
.AnyTagClassName
{
color: #C6D06E;
}
</style>
background-color css
<style>
a { background-color: #C6D06E; }
a { background-color: rgb(198,208,110); }
div.DivClassName
{
background-color: #C6D06E;
}
.BgClassName
{
background-color: #C6D06E;
}
</style>
border-color css
<style>
span { border-color: #C6D06E; }
span { border-color: rgb(198,208,110); }
td.TdClassName
{
border-color: #C6D06E;
}
.TagClassName
{
border-color: #C6D06E;
}
</style>