Shades of Wild Willow #C2CA5E
Tints of Wild Willow #C2CA5E
RGB
CMYK
RGB Variations
Color information
#C2CA5E (or 0xC2CA5E) is known color: Wild Willow. HEX triplet: C2, CA and 5E. RGB value is (194,202,94). Sum of RGB (Red+Green+Blue) = 194+202+94=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA5E is #3D35A1. Grayscale: #BBBBBB. Windows color (decimal): -4011426 or 6212290. OLE color: 6212290.
HSL color Cylindrical-coordinate representation of color #C2CA5E: hue angle of 64.44º 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 #C2CA5E is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 94 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.21 |
| HSL | 64.44º | 0.5% | 0.58% | - |
| HSV(B) | 64.44º | 0.53% | 0.79% | - |
| XYZ | 45.39 | 54.52 | 18.72 | - |
| YUV | 187.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 94 | 0.04 | 0 | 0.53 | 0.21 | 64.44 | 0.5 | 0.58 |
| Hex | C2 | CA | 5E | 4 | 0 | 35 | 15 | 40 | 32 | 3A |
| Octal | 302 | 312 | 136 | 4 | 0 | 65 | 25 | 100 | 62 | 72 |
| Binary | 11000010 | 11001010 | 1011110 | 100 | 0 | 110101 | 10101 | 1000000 | 110010 | 111010 |
Color Harmonies of #C2CA5E
Complementary color
Monochromatic Colors of #C2CA5E
Black with #C2CA5E
Text Example
Text Example
White with #C2CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA5E; }
p { color: rgb(194,202,94); }
H1.HeaderClassName
{
color: #C2CA5E;
}
.AnyTagClassName
{
color: #C2CA5E;
}
</style>
background-color css
<style>
a { background-color: #C2CA5E; }
a { background-color: rgb(194,202,94); }
div.DivClassName
{
background-color: #C2CA5E;
}
.BgClassName
{
background-color: #C2CA5E;
}
</style>
border-color css
<style>
span { border-color: #C2CA5E; }
span { border-color: rgb(194,202,94); }
td.TdClassName
{
border-color: #C2CA5E;
}
.TagClassName
{
border-color: #C2CA5E;
}
</style>