Shades of Wild Willow #C2CB71
Tints of Wild Willow #C2CB71
RGB
CMYK
RGB Variations
Color information
#C2CB71 (or 0xC2CB71) is known color: Wild Willow. HEX triplet: C2, CB and 71. RGB value is (194,203,113). Sum of RGB (Red+Green+Blue) = 194+203+113=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB71 is #3D348E. Grayscale: #BEBEBE. Windows color (decimal): -4011151 or 7457730. OLE color: 7457730.
HSL color Cylindrical-coordinate representation of color #C2CB71: hue angle of 66º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2CB71 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 113 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.20 |
| HSL | 66º | 0.46% | 0.62% | - |
| HSV(B) | 66º | 0.44% | 0.8% | - |
| XYZ | 46.58 | 55.37 | 23.86 | - |
| YUV | 190.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 113 | 0.04 | 0 | 0.44 | 0.20 | 66 | 0.46 | 0.62 |
| Hex | C2 | CB | 71 | 4 | 0 | 2C | 14 | 42 | 2E | 3E |
| Octal | 302 | 313 | 161 | 4 | 0 | 54 | 24 | 102 | 56 | 76 |
| Binary | 11000010 | 11001011 | 1110001 | 100 | 0 | 101100 | 10100 | 1000010 | 101110 | 111110 |
Color Harmonies of #C2CB71
Complementary color
Monochromatic Colors of #C2CB71
Black with #C2CB71
Text Example
Text Example
White with #C2CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB71; }
p { color: rgb(194,203,113); }
H1.HeaderClassName
{
color: #C2CB71;
}
.AnyTagClassName
{
color: #C2CB71;
}
</style>
background-color css
<style>
a { background-color: #C2CB71; }
a { background-color: rgb(194,203,113); }
div.DivClassName
{
background-color: #C2CB71;
}
.BgClassName
{
background-color: #C2CB71;
}
</style>
border-color css
<style>
span { border-color: #C2CB71; }
span { border-color: rgb(194,203,113); }
td.TdClassName
{
border-color: #C2CB71;
}
.TagClassName
{
border-color: #C2CB71;
}
</style>