Shades of Wild Willow #C0D673
Tints of Wild Willow #C0D673
RGB
CMYK
RGB Variations
Color information
#C0D673 (or 0xC0D673) is known color: Wild Willow. HEX triplet: C0, D6 and 73. RGB value is (192,214,115). Sum of RGB (Red+Green+Blue) = 192+214+115=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D673 is #3F298C. Grayscale: #C4C4C4. Windows color (decimal): -4139405 or 7591616. OLE color: 7591616.
HSL color Cylindrical-coordinate representation of color #C0D673: hue angle of 73.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0D673 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 115 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.16 |
| HSL | 73.33º | 0.55% | 0.65% | - |
| HSV(B) | 73.33º | 0.46% | 0.84% | - |
| XYZ | 48.88 | 60.54 | 25.33 | - |
| YUV | 196.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 115 | 0.10 | 0 | 0.46 | 0.16 | 73.33 | 0.55 | 0.65 |
| Hex | C0 | D6 | 73 | A | 0 | 2E | 10 | 49 | 37 | 41 |
| Octal | 300 | 326 | 163 | 12 | 0 | 56 | 20 | 111 | 67 | 101 |
| Binary | 11000000 | 11010110 | 1110011 | 1010 | 0 | 101110 | 10000 | 1001001 | 110111 | 1000001 |
Color Harmonies of #C0D673
Complementary color
Monochromatic Colors of #C0D673
Black with #C0D673
Text Example
Text Example
White with #C0D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D673; }
p { color: rgb(192,214,115); }
H1.HeaderClassName
{
color: #C0D673;
}
.AnyTagClassName
{
color: #C0D673;
}
</style>
background-color css
<style>
a { background-color: #C0D673; }
a { background-color: rgb(192,214,115); }
div.DivClassName
{
background-color: #C0D673;
}
.BgClassName
{
background-color: #C0D673;
}
</style>
border-color css
<style>
span { border-color: #C0D673; }
span { border-color: rgb(192,214,115); }
td.TdClassName
{
border-color: #C0D673;
}
.TagClassName
{
border-color: #C0D673;
}
</style>