Shades of Wild Willow #C0C65E
Tints of Wild Willow #C0C65E
RGB
CMYK
RGB Variations
Color information
#C0C65E (or 0xC0C65E) is known color: Wild Willow. HEX triplet: C0, C6 and 5E. RGB value is (192,198,94). Sum of RGB (Red+Green+Blue) = 192+198+94=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C65E is #3F39A1. Grayscale: #B8B8B8. Windows color (decimal): -4143522 or 6211264. OLE color: 6211264.
HSL color Cylindrical-coordinate representation of color #C0C65E: hue angle of 63.46º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0C65E is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 94 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.22 |
| HSL | 63.46º | 0.48% | 0.57% | - |
| HSV(B) | 63.46º | 0.53% | 0.78% | - |
| XYZ | 43.95 | 52.4 | 18.39 | - |
| YUV | 184.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 94 | 0.03 | 0 | 0.53 | 0.22 | 63.46 | 0.48 | 0.57 |
| Hex | C0 | C6 | 5E | 3 | 0 | 35 | 16 | 3F | 30 | 39 |
| Octal | 300 | 306 | 136 | 3 | 0 | 65 | 26 | 77 | 60 | 71 |
| Binary | 11000000 | 11000110 | 1011110 | 11 | 0 | 110101 | 10110 | 111111 | 110000 | 111001 |
Color Harmonies of #C0C65E
Complementary color
Monochromatic Colors of #C0C65E
Black with #C0C65E
Text Example
Text Example
White with #C0C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C65E; }
p { color: rgb(192,198,94); }
H1.HeaderClassName
{
color: #C0C65E;
}
.AnyTagClassName
{
color: #C0C65E;
}
</style>
background-color css
<style>
a { background-color: #C0C65E; }
a { background-color: rgb(192,198,94); }
div.DivClassName
{
background-color: #C0C65E;
}
.BgClassName
{
background-color: #C0C65E;
}
</style>
border-color css
<style>
span { border-color: #C0C65E; }
span { border-color: rgb(192,198,94); }
td.TdClassName
{
border-color: #C0C65E;
}
.TagClassName
{
border-color: #C0C65E;
}
</style>