Shades of Wild Willow #C5CA5E
Tints of Wild Willow #C5CA5E
RGB
CMYK
RGB Variations
Color information
#C5CA5E (or 0xC5CA5E) is known color: Wild Willow. HEX triplet: C5, CA and 5E. RGB value is (197,202,94). Sum of RGB (Red+Green+Blue) = 197+202+94=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA5E is #3A35A1. Grayscale: #BCBCBC. Windows color (decimal): -3814818 or 6212293. OLE color: 6212293.
HSL color Cylindrical-coordinate representation of color #C5CA5E: hue angle of 62.78º 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 #C5CA5E is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 94 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.21 |
| HSL | 62.78º | 0.5% | 0.58% | - |
| HSV(B) | 62.78º | 0.53% | 0.79% | - |
| XYZ | 46.17 | 54.92 | 18.76 | - |
| YUV | 188.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 94 | 0.02 | 0 | 0.53 | 0.21 | 62.78 | 0.5 | 0.58 |
| Hex | C5 | CA | 5E | 2 | 0 | 35 | 15 | 3F | 32 | 3A |
| Octal | 305 | 312 | 136 | 2 | 0 | 65 | 25 | 77 | 62 | 72 |
| Binary | 11000101 | 11001010 | 1011110 | 10 | 0 | 110101 | 10101 | 111111 | 110010 | 111010 |
Color Harmonies of #C5CA5E
Complementary color
Monochromatic Colors of #C5CA5E
Black with #C5CA5E
Text Example
Text Example
White with #C5CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA5E; }
p { color: rgb(197,202,94); }
H1.HeaderClassName
{
color: #C5CA5E;
}
.AnyTagClassName
{
color: #C5CA5E;
}
</style>
background-color css
<style>
a { background-color: #C5CA5E; }
a { background-color: rgb(197,202,94); }
div.DivClassName
{
background-color: #C5CA5E;
}
.BgClassName
{
background-color: #C5CA5E;
}
</style>
border-color css
<style>
span { border-color: #C5CA5E; }
span { border-color: rgb(197,202,94); }
td.TdClassName
{
border-color: #C5CA5E;
}
.TagClassName
{
border-color: #C5CA5E;
}
</style>