Shades of Wild Willow #C0C15E
Tints of Wild Willow #C0C15E
RGB
CMYK
RGB Variations
Color information
#C0C15E (or 0xC0C15E) is known color: Wild Willow. HEX triplet: C0, C1 and 5E. RGB value is (192,193,94). Sum of RGB (Red+Green+Blue) = 192+193+94=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C15E is #3F3EA1. Grayscale: #B5B5B5. Windows color (decimal): -4144802 or 6209984. OLE color: 6209984.
HSL color Cylindrical-coordinate representation of color #C0C15E: hue angle of 60.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0C15E is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 94 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.24 |
| HSL | 60.61º | 0.44% | 0.56% | - |
| HSV(B) | 60.61º | 0.51% | 0.76% | - |
| XYZ | 42.83 | 50.15 | 18.01 | - |
| YUV | 181.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 94 | 0.01 | 0 | 0.51 | 0.24 | 60.61 | 0.44 | 0.56 |
| Hex | C0 | C1 | 5E | 1 | 0 | 33 | 18 | 3D | 2C | 38 |
| Octal | 300 | 301 | 136 | 1 | 0 | 63 | 30 | 75 | 54 | 70 |
| Binary | 11000000 | 11000001 | 1011110 | 1 | 0 | 110011 | 11000 | 111101 | 101100 | 111000 |
Color Harmonies of #C0C15E
Complementary color
Monochromatic Colors of #C0C15E
Black with #C0C15E
Text Example
Text Example
White with #C0C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C15E; }
p { color: rgb(192,193,94); }
H1.HeaderClassName
{
color: #C0C15E;
}
.AnyTagClassName
{
color: #C0C15E;
}
</style>
background-color css
<style>
a { background-color: #C0C15E; }
a { background-color: rgb(192,193,94); }
div.DivClassName
{
background-color: #C0C15E;
}
.BgClassName
{
background-color: #C0C15E;
}
</style>
border-color css
<style>
span { border-color: #C0C15E; }
span { border-color: rgb(192,193,94); }
td.TdClassName
{
border-color: #C0C15E;
}
.TagClassName
{
border-color: #C0C15E;
}
</style>