Shades of Wild Willow #C0D164
Tints of Wild Willow #C0D164
RGB
CMYK
RGB Variations
Color information
#C0D164 (or 0xC0D164) is known color: Wild Willow. HEX triplet: C0, D1 and 64. RGB value is (192,209,100). Sum of RGB (Red+Green+Blue) = 192+209+100=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D164 is #3F2E9B. Grayscale: #BFBFBF. Windows color (decimal): -4140700 or 6607296. OLE color: 6607296.
HSL color Cylindrical-coordinate representation of color #C0D164: hue angle of 69.36º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0D164 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 100 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.18 |
| HSL | 69.36º | 0.54% | 0.61% | - |
| HSV(B) | 69.36º | 0.52% | 0.82% | - |
| XYZ | 46.84 | 57.73 | 20.73 | - |
| YUV | 191.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 100 | 0.08 | 0 | 0.52 | 0.18 | 69.36 | 0.54 | 0.61 |
| Hex | C0 | D1 | 64 | 8 | 0 | 34 | 12 | 45 | 36 | 3D |
| Octal | 300 | 321 | 144 | 10 | 0 | 64 | 22 | 105 | 66 | 75 |
| Binary | 11000000 | 11010001 | 1100100 | 1000 | 0 | 110100 | 10010 | 1000101 | 110110 | 111101 |
Color Harmonies of #C0D164
Complementary color
Monochromatic Colors of #C0D164
Black with #C0D164
Text Example
Text Example
White with #C0D164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D164; }
p { color: rgb(192,209,100); }
H1.HeaderClassName
{
color: #C0D164;
}
.AnyTagClassName
{
color: #C0D164;
}
</style>
background-color css
<style>
a { background-color: #C0D164; }
a { background-color: rgb(192,209,100); }
div.DivClassName
{
background-color: #C0D164;
}
.BgClassName
{
background-color: #C0D164;
}
</style>
border-color css
<style>
span { border-color: #C0D164; }
span { border-color: rgb(192,209,100); }
td.TdClassName
{
border-color: #C0D164;
}
.TagClassName
{
border-color: #C0D164;
}
</style>