Shades of Wild Willow #C0C462
Tints of Wild Willow #C0C462
RGB
CMYK
RGB Variations
Color information
#C0C462 (or 0xC0C462) is known color: Wild Willow. HEX triplet: C0, C4 and 62. RGB value is (192,196,98). Sum of RGB (Red+Green+Blue) = 192+196+98=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C462 is #3F3B9D. Grayscale: #B8B8B8. Windows color (decimal): -4144030 or 6472896. OLE color: 6472896.
HSL color Cylindrical-coordinate representation of color #C0C462: hue angle of 62.45º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0C462 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 98 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.23 |
| HSL | 62.45º | 0.45% | 0.58% | - |
| HSV(B) | 62.45º | 0.5% | 0.77% | - |
| XYZ | 43.68 | 51.57 | 19.21 | - |
| YUV | 183.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 98 | 0.02 | 0 | 0.5 | 0.23 | 62.45 | 0.45 | 0.58 |
| Hex | C0 | C4 | 62 | 2 | 0 | 32 | 17 | 3E | 2D | 3A |
| Octal | 300 | 304 | 142 | 2 | 0 | 62 | 27 | 76 | 55 | 72 |
| Binary | 11000000 | 11000100 | 1100010 | 10 | 0 | 110010 | 10111 | 111110 | 101101 | 111010 |
Color Harmonies of #C0C462
Complementary color
Monochromatic Colors of #C0C462
Black with #C0C462
Text Example
Text Example
White with #C0C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C462; }
p { color: rgb(192,196,98); }
H1.HeaderClassName
{
color: #C0C462;
}
.AnyTagClassName
{
color: #C0C462;
}
</style>
background-color css
<style>
a { background-color: #C0C462; }
a { background-color: rgb(192,196,98); }
div.DivClassName
{
background-color: #C0C462;
}
.BgClassName
{
background-color: #C0C462;
}
</style>
border-color css
<style>
span { border-color: #C0C462; }
span { border-color: rgb(192,196,98); }
td.TdClassName
{
border-color: #C0C462;
}
.TagClassName
{
border-color: #C0C462;
}
</style>