Shades of Wild Willow #C0CE6C
Tints of Wild Willow #C0CE6C
RGB
CMYK
RGB Variations
Color information
#C0CE6C (or 0xC0CE6C) is known color: Wild Willow. HEX triplet: C0, CE and 6C. RGB value is (192,206,108). Sum of RGB (Red+Green+Blue) = 192+206+108=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CE6C is #3F3193. Grayscale: #BFBFBF. Windows color (decimal): -4141460 or 7130816. OLE color: 7130816.
HSL color Cylindrical-coordinate representation of color #C0CE6C: hue angle of 68.57º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0CE6C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 108 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.19 |
| HSL | 68.57º | 0.5% | 0.62% | - |
| HSV(B) | 68.57º | 0.48% | 0.81% | - |
| XYZ | 46.52 | 56.43 | 22.63 | - |
| YUV | 190.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 108 | 0.07 | 0 | 0.48 | 0.19 | 68.57 | 0.5 | 0.62 |
| Hex | C0 | CE | 6C | 7 | 0 | 30 | 13 | 45 | 32 | 3E |
| Octal | 300 | 316 | 154 | 7 | 0 | 60 | 23 | 105 | 62 | 76 |
| Binary | 11000000 | 11001110 | 1101100 | 111 | 0 | 110000 | 10011 | 1000101 | 110010 | 111110 |
Color Harmonies of #C0CE6C
Complementary color
Monochromatic Colors of #C0CE6C
Black with #C0CE6C
Text Example
Text Example
White with #C0CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE6C; }
p { color: rgb(192,206,108); }
H1.HeaderClassName
{
color: #C0CE6C;
}
.AnyTagClassName
{
color: #C0CE6C;
}
</style>
background-color css
<style>
a { background-color: #C0CE6C; }
a { background-color: rgb(192,206,108); }
div.DivClassName
{
background-color: #C0CE6C;
}
.BgClassName
{
background-color: #C0CE6C;
}
</style>
border-color css
<style>
span { border-color: #C0CE6C; }
span { border-color: rgb(192,206,108); }
td.TdClassName
{
border-color: #C0CE6C;
}
.TagClassName
{
border-color: #C0CE6C;
}
</style>