Shades of Wild Willow #C2CA64
Tints of Wild Willow #C2CA64
RGB
CMYK
RGB Variations
Color information
#C2CA64 (or 0xC2CA64) is known color: Wild Willow. HEX triplet: C2, CA and 64. RGB value is (194,202,100). Sum of RGB (Red+Green+Blue) = 194+202+100=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA64 is #3D359B. Grayscale: #BCBCBC. Windows color (decimal): -4011420 or 6605506. OLE color: 6605506.
HSL color Cylindrical-coordinate representation of color #C2CA64: hue angle of 64.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2CA64 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 100 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.21 |
| HSL | 64.71º | 0.49% | 0.59% | - |
| HSV(B) | 64.71º | 0.5% | 0.79% | - |
| XYZ | 45.67 | 54.63 | 20.19 | - |
| YUV | 187.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 100 | 0.04 | 0 | 0.50 | 0.21 | 64.71 | 0.49 | 0.59 |
| Hex | C2 | CA | 64 | 4 | 0 | 32 | 15 | 41 | 31 | 3B |
| Octal | 302 | 312 | 144 | 4 | 0 | 62 | 25 | 101 | 61 | 73 |
| Binary | 11000010 | 11001010 | 1100100 | 100 | 0 | 110010 | 10101 | 1000001 | 110001 | 111011 |
Color Harmonies of #C2CA64
Complementary color
Monochromatic Colors of #C2CA64
Black with #C2CA64
Text Example
Text Example
White with #C2CA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA64; }
p { color: rgb(194,202,100); }
H1.HeaderClassName
{
color: #C2CA64;
}
.AnyTagClassName
{
color: #C2CA64;
}
</style>
background-color css
<style>
a { background-color: #C2CA64; }
a { background-color: rgb(194,202,100); }
div.DivClassName
{
background-color: #C2CA64;
}
.BgClassName
{
background-color: #C2CA64;
}
</style>
border-color css
<style>
span { border-color: #C2CA64; }
span { border-color: rgb(194,202,100); }
td.TdClassName
{
border-color: #C2CA64;
}
.TagClassName
{
border-color: #C2CA64;
}
</style>