Shades of Wild Willow #C1CA6E
Tints of Wild Willow #C1CA6E
RGB
CMYK
RGB Variations
Color information
#C1CA6E (or 0xC1CA6E) is known color: Wild Willow. HEX triplet: C1, CA and 6E. RGB value is (193,202,110). Sum of RGB (Red+Green+Blue) = 193+202+110=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA6E is #3E3591. Grayscale: #BDBDBD. Windows color (decimal): -4076946 or 7260865. OLE color: 7260865.
HSL color Cylindrical-coordinate representation of color #C1CA6E: hue angle of 65.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1CA6E is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 110 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.21 |
| HSL | 65.87º | 0.46% | 0.61% | - |
| HSV(B) | 65.87º | 0.46% | 0.79% | - |
| XYZ | 45.93 | 54.7 | 22.89 | - |
| YUV | 188.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 110 | 0.04 | 0 | 0.46 | 0.21 | 65.87 | 0.46 | 0.61 |
| Hex | C1 | CA | 6E | 4 | 0 | 2E | 15 | 42 | 2E | 3D |
| Octal | 301 | 312 | 156 | 4 | 0 | 56 | 25 | 102 | 56 | 75 |
| Binary | 11000001 | 11001010 | 1101110 | 100 | 0 | 101110 | 10101 | 1000010 | 101110 | 111101 |
Color Harmonies of #C1CA6E
Complementary color
Monochromatic Colors of #C1CA6E
Black with #C1CA6E
Text Example
Text Example
White with #C1CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA6E; }
p { color: rgb(193,202,110); }
H1.HeaderClassName
{
color: #C1CA6E;
}
.AnyTagClassName
{
color: #C1CA6E;
}
</style>
background-color css
<style>
a { background-color: #C1CA6E; }
a { background-color: rgb(193,202,110); }
div.DivClassName
{
background-color: #C1CA6E;
}
.BgClassName
{
background-color: #C1CA6E;
}
</style>
border-color css
<style>
span { border-color: #C1CA6E; }
span { border-color: rgb(193,202,110); }
td.TdClassName
{
border-color: #C1CA6E;
}
.TagClassName
{
border-color: #C1CA6E;
}
</style>