Shades of Wild Willow #C0C65C
Tints of Wild Willow #C0C65C
RGB
CMYK
RGB Variations
Color information
#C0C65C (or 0xC0C65C) is known color: Wild Willow. HEX triplet: C0, C6 and 5C. RGB value is (192,198,92). Sum of RGB (Red+Green+Blue) = 192+198+92=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C65C is #3F39A3. Grayscale: #B8B8B8. Windows color (decimal): -4143524 or 6080192. OLE color: 6080192.
HSL color Cylindrical-coordinate representation of color #C0C65C: hue angle of 63.4º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0C65C is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 92 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.22 |
| HSL | 63.4º | 0.48% | 0.57% | - |
| HSV(B) | 63.4º | 0.54% | 0.78% | - |
| XYZ | 43.86 | 52.37 | 17.92 | - |
| YUV | 184.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 92 | 0.03 | 0 | 0.54 | 0.22 | 63.4 | 0.48 | 0.57 |
| Hex | C0 | C6 | 5C | 3 | 0 | 36 | 16 | 3F | 30 | 39 |
| Octal | 300 | 306 | 134 | 3 | 0 | 66 | 26 | 77 | 60 | 71 |
| Binary | 11000000 | 11000110 | 1011100 | 11 | 0 | 110110 | 10110 | 111111 | 110000 | 111001 |
Color Harmonies of #C0C65C
Complementary color
Monochromatic Colors of #C0C65C
Black with #C0C65C
Text Example
Text Example
White with #C0C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C65C; }
p { color: rgb(192,198,92); }
H1.HeaderClassName
{
color: #C0C65C;
}
.AnyTagClassName
{
color: #C0C65C;
}
</style>
background-color css
<style>
a { background-color: #C0C65C; }
a { background-color: rgb(192,198,92); }
div.DivClassName
{
background-color: #C0C65C;
}
.BgClassName
{
background-color: #C0C65C;
}
</style>
border-color css
<style>
span { border-color: #C0C65C; }
span { border-color: rgb(192,198,92); }
td.TdClassName
{
border-color: #C0C65C;
}
.TagClassName
{
border-color: #C0C65C;
}
</style>