Shades of Wild Willow #C8CA5E
Tints of Wild Willow #C8CA5E
RGB
CMYK
RGB Variations
Color information
#C8CA5E (or 0xC8CA5E) is known color: Wild Willow. HEX triplet: C8, CA and 5E. RGB value is (200,202,94). Sum of RGB (Red+Green+Blue) = 200+202+94=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA5E is #3735A1. Grayscale: #BDBDBD. Windows color (decimal): -3618210 or 6212296. OLE color: 6212296.
HSL color Cylindrical-coordinate representation of color #C8CA5E: hue angle of 61.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8CA5E is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 94 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.21 |
| HSL | 61.11º | 0.5% | 0.58% | - |
| HSV(B) | 61.11º | 0.53% | 0.79% | - |
| XYZ | 46.96 | 55.33 | 18.79 | - |
| YUV | 189.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 94 | 0.01 | 0 | 0.53 | 0.21 | 61.11 | 0.5 | 0.58 |
| Hex | C8 | CA | 5E | 1 | 0 | 35 | 15 | 3D | 32 | 3A |
| Octal | 310 | 312 | 136 | 1 | 0 | 65 | 25 | 75 | 62 | 72 |
| Binary | 11001000 | 11001010 | 1011110 | 1 | 0 | 110101 | 10101 | 111101 | 110010 | 111010 |
Color Harmonies of #C8CA5E
Complementary color
Monochromatic Colors of #C8CA5E
Black with #C8CA5E
Text Example
Text Example
White with #C8CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA5E; }
p { color: rgb(200,202,94); }
H1.HeaderClassName
{
color: #C8CA5E;
}
.AnyTagClassName
{
color: #C8CA5E;
}
</style>
background-color css
<style>
a { background-color: #C8CA5E; }
a { background-color: rgb(200,202,94); }
div.DivClassName
{
background-color: #C8CA5E;
}
.BgClassName
{
background-color: #C8CA5E;
}
</style>
border-color css
<style>
span { border-color: #C8CA5E; }
span { border-color: rgb(200,202,94); }
td.TdClassName
{
border-color: #C8CA5E;
}
.TagClassName
{
border-color: #C8CA5E;
}
</style>