Shades of Wild Willow #C8CC5E
Tints of Wild Willow #C8CC5E
RGB
CMYK
RGB Variations
Color information
#C8CC5E (or 0xC8CC5E) is known color: Wild Willow. HEX triplet: C8, CC and 5E. RGB value is (200,204,94). Sum of RGB (Red+Green+Blue) = 200+204+94=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CC5E is #3733A1. Grayscale: #BEBEBE. Windows color (decimal): -3617698 or 6212808. OLE color: 6212808.
HSL color Cylindrical-coordinate representation of color #C8CC5E: hue angle of 62.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8CC5E is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 94 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.2 |
| HSL | 62.18º | 0.52% | 0.58% | - |
| HSV(B) | 62.18º | 0.54% | 0.8% | - |
| XYZ | 47.43 | 56.27 | 18.95 | - |
| YUV | 190.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 94 | 0.02 | 0 | 0.54 | 0.2 | 62.18 | 0.52 | 0.58 |
| Hex | C8 | CC | 5E | 2 | 0 | 36 | 14 | 3E | 34 | 3A |
| Octal | 310 | 314 | 136 | 2 | 0 | 66 | 24 | 76 | 64 | 72 |
| Binary | 11001000 | 11001100 | 1011110 | 10 | 0 | 110110 | 10100 | 111110 | 110100 | 111010 |
Color Harmonies of #C8CC5E
Complementary color
Monochromatic Colors of #C8CC5E
Black with #C8CC5E
Text Example
Text Example
White with #C8CC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC5E; }
p { color: rgb(200,204,94); }
H1.HeaderClassName
{
color: #C8CC5E;
}
.AnyTagClassName
{
color: #C8CC5E;
}
</style>
background-color css
<style>
a { background-color: #C8CC5E; }
a { background-color: rgb(200,204,94); }
div.DivClassName
{
background-color: #C8CC5E;
}
.BgClassName
{
background-color: #C8CC5E;
}
</style>
border-color css
<style>
span { border-color: #C8CC5E; }
span { border-color: rgb(200,204,94); }
td.TdClassName
{
border-color: #C8CC5E;
}
.TagClassName
{
border-color: #C8CC5E;
}
</style>