Shades of Wild Willow #C0CC5F
Tints of Wild Willow #C0CC5F
RGB
CMYK
RGB Variations
Color information
#C0CC5F (or 0xC0CC5F) is known color: Wild Willow. HEX triplet: C0, CC and 5F. RGB value is (192,204,95). Sum of RGB (Red+Green+Blue) = 192+204+95=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC5F is #3F33A0. Grayscale: #BCBCBC. Windows color (decimal): -4141985 or 6278336. OLE color: 6278336.
HSL color Cylindrical-coordinate representation of color #C0CC5F: hue angle of 66.61º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0CC5F is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 95 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.2 |
| HSL | 66.61º | 0.52% | 0.59% | - |
| HSV(B) | 66.61º | 0.53% | 0.8% | - |
| XYZ | 45.4 | 55.22 | 19.09 | - |
| YUV | 187.99 | 75.52 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 95 | 0.06 | 0 | 0.53 | 0.2 | 66.61 | 0.52 | 0.59 |
| Hex | C0 | CC | 5F | 6 | 0 | 35 | 14 | 43 | 34 | 3B |
| Octal | 300 | 314 | 137 | 6 | 0 | 65 | 24 | 103 | 64 | 73 |
| Binary | 11000000 | 11001100 | 1011111 | 110 | 0 | 110101 | 10100 | 1000011 | 110100 | 111011 |
Color Harmonies of #C0CC5F
Complementary color
Monochromatic Colors of #C0CC5F
Black with #C0CC5F
Text Example
Text Example
White with #C0CC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC5F; }
p { color: rgb(192,204,95); }
H1.HeaderClassName
{
color: #C0CC5F;
}
.AnyTagClassName
{
color: #C0CC5F;
}
</style>
background-color css
<style>
a { background-color: #C0CC5F; }
a { background-color: rgb(192,204,95); }
div.DivClassName
{
background-color: #C0CC5F;
}
.BgClassName
{
background-color: #C0CC5F;
}
</style>
border-color css
<style>
span { border-color: #C0CC5F; }
span { border-color: rgb(192,204,95); }
td.TdClassName
{
border-color: #C0CC5F;
}
.TagClassName
{
border-color: #C0CC5F;
}
</style>