Shades of Wild Willow #C1CA5B
Tints of Wild Willow #C1CA5B
RGB
CMYK
RGB Variations
Color information
#C1CA5B (or 0xC1CA5B) is known color: Wild Willow. HEX triplet: C1, CA and 5B. RGB value is (193,202,91). Sum of RGB (Red+Green+Blue) = 193+202+91=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA5B is #3E35A4. Grayscale: #BBBBBB. Windows color (decimal): -4076965 or 6015681. OLE color: 6015681.
HSL color Cylindrical-coordinate representation of color #C1CA5B: hue angle of 64.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1CA5B is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 91 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.21 |
| HSL | 64.86º | 0.51% | 0.57% | - |
| HSV(B) | 64.86º | 0.55% | 0.79% | - |
| XYZ | 45 | 54.33 | 18.01 | - |
| YUV | 186.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 91 | 0.04 | 0 | 0.55 | 0.21 | 64.86 | 0.51 | 0.57 |
| Hex | C1 | CA | 5B | 4 | 0 | 37 | 15 | 41 | 33 | 39 |
| Octal | 301 | 312 | 133 | 4 | 0 | 67 | 25 | 101 | 63 | 71 |
| Binary | 11000001 | 11001010 | 1011011 | 100 | 0 | 110111 | 10101 | 1000001 | 110011 | 111001 |
Color Harmonies of #C1CA5B
Complementary color
Monochromatic Colors of #C1CA5B
Black with #C1CA5B
Text Example
Text Example
White with #C1CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA5B; }
p { color: rgb(193,202,91); }
H1.HeaderClassName
{
color: #C1CA5B;
}
.AnyTagClassName
{
color: #C1CA5B;
}
</style>
background-color css
<style>
a { background-color: #C1CA5B; }
a { background-color: rgb(193,202,91); }
div.DivClassName
{
background-color: #C1CA5B;
}
.BgClassName
{
background-color: #C1CA5B;
}
</style>
border-color css
<style>
span { border-color: #C1CA5B; }
span { border-color: rgb(193,202,91); }
td.TdClassName
{
border-color: #C1CA5B;
}
.TagClassName
{
border-color: #C1CA5B;
}
</style>