Shades of Wild Willow #C0D16B
Tints of Wild Willow #C0D16B
RGB
CMYK
RGB Variations
Color information
#C0D16B (or 0xC0D16B) is known color: Wild Willow. HEX triplet: C0, D1 and 6B. RGB value is (192,209,107). Sum of RGB (Red+Green+Blue) = 192+209+107=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D16B is #3F2E94. Grayscale: #C0C0C0. Windows color (decimal): -4140693 or 7066048. OLE color: 7066048.
HSL color Cylindrical-coordinate representation of color #C0D16B: hue angle of 70º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0D16B is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 107 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.18 |
| HSL | 70º | 0.53% | 0.62% | - |
| HSV(B) | 70º | 0.49% | 0.82% | - |
| XYZ | 47.19 | 57.87 | 22.59 | - |
| YUV | 192.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 107 | 0.08 | 0 | 0.49 | 0.18 | 70 | 0.53 | 0.62 |
| Hex | C0 | D1 | 6B | 8 | 0 | 31 | 12 | 46 | 35 | 3E |
| Octal | 300 | 321 | 153 | 10 | 0 | 61 | 22 | 106 | 65 | 76 |
| Binary | 11000000 | 11010001 | 1101011 | 1000 | 0 | 110001 | 10010 | 1000110 | 110101 | 111110 |
Color Harmonies of #C0D16B
Complementary color
Monochromatic Colors of #C0D16B
Black with #C0D16B
Text Example
Text Example
White with #C0D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D16B; }
p { color: rgb(192,209,107); }
H1.HeaderClassName
{
color: #C0D16B;
}
.AnyTagClassName
{
color: #C0D16B;
}
</style>
background-color css
<style>
a { background-color: #C0D16B; }
a { background-color: rgb(192,209,107); }
div.DivClassName
{
background-color: #C0D16B;
}
.BgClassName
{
background-color: #C0D16B;
}
</style>
border-color css
<style>
span { border-color: #C0D16B; }
span { border-color: rgb(192,209,107); }
td.TdClassName
{
border-color: #C0D16B;
}
.TagClassName
{
border-color: #C0D16B;
}
</style>