Shades of Wild Willow #C0C66D
Tints of Wild Willow #C0C66D
RGB
CMYK
RGB Variations
Color information
#C0C66D (or 0xC0C66D) is known color: Wild Willow. HEX triplet: C0, C6 and 6D. RGB value is (192,198,109). Sum of RGB (Red+Green+Blue) = 192+198+109=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C66D is #3F3992. Grayscale: #BABABA. Windows color (decimal): -4143507 or 7194304. OLE color: 7194304.
HSL color Cylindrical-coordinate representation of color #C0C66D: hue angle of 64.04º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0C66D is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 109 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.22 |
| HSL | 64.04º | 0.44% | 0.6% | - |
| HSV(B) | 64.04º | 0.45% | 0.78% | - |
| XYZ | 44.69 | 52.7 | 22.28 | - |
| YUV | 186.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 109 | 0.03 | 0 | 0.45 | 0.22 | 64.04 | 0.44 | 0.6 |
| Hex | C0 | C6 | 6D | 3 | 0 | 2D | 16 | 40 | 2C | 3C |
| Octal | 300 | 306 | 155 | 3 | 0 | 55 | 26 | 100 | 54 | 74 |
| Binary | 11000000 | 11000110 | 1101101 | 11 | 0 | 101101 | 10110 | 1000000 | 101100 | 111100 |
Color Harmonies of #C0C66D
Complementary color
Monochromatic Colors of #C0C66D
Black with #C0C66D
Text Example
Text Example
White with #C0C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C66D; }
p { color: rgb(192,198,109); }
H1.HeaderClassName
{
color: #C0C66D;
}
.AnyTagClassName
{
color: #C0C66D;
}
</style>
background-color css
<style>
a { background-color: #C0C66D; }
a { background-color: rgb(192,198,109); }
div.DivClassName
{
background-color: #C0C66D;
}
.BgClassName
{
background-color: #C0C66D;
}
</style>
border-color css
<style>
span { border-color: #C0C66D; }
span { border-color: rgb(192,198,109); }
td.TdClassName
{
border-color: #C0C66D;
}
.TagClassName
{
border-color: #C0C66D;
}
</style>