Shades of Wild Willow #C2CB56
Tints of Wild Willow #C2CB56
RGB
CMYK
RGB Variations
Color information
#C2CB56 (or 0xC2CB56) is known color: Wild Willow. HEX triplet: C2, CB and 56. RGB value is (194,203,86). Sum of RGB (Red+Green+Blue) = 194+203+86=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB56 is #3D34A9. Grayscale: #BBBBBB. Windows color (decimal): -4011178 or 5688258. OLE color: 5688258.
HSL color Cylindrical-coordinate representation of color #C2CB56: hue angle of 64.62º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2CB56 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 86 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.20 |
| HSL | 64.62º | 0.53% | 0.57% | - |
| HSV(B) | 64.62º | 0.58% | 0.8% | - |
| XYZ | 45.28 | 54.85 | 17.01 | - |
| YUV | 186.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 86 | 0.04 | 0 | 0.58 | 0.20 | 64.62 | 0.53 | 0.57 |
| Hex | C2 | CB | 56 | 4 | 0 | 3A | 14 | 41 | 35 | 39 |
| Octal | 302 | 313 | 126 | 4 | 0 | 72 | 24 | 101 | 65 | 71 |
| Binary | 11000010 | 11001011 | 1010110 | 100 | 0 | 111010 | 10100 | 1000001 | 110101 | 111001 |
Color Harmonies of #C2CB56
Complementary color
Monochromatic Colors of #C2CB56
Black with #C2CB56
Text Example
Text Example
White with #C2CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB56; }
p { color: rgb(194,203,86); }
H1.HeaderClassName
{
color: #C2CB56;
}
.AnyTagClassName
{
color: #C2CB56;
}
</style>
background-color css
<style>
a { background-color: #C2CB56; }
a { background-color: rgb(194,203,86); }
div.DivClassName
{
background-color: #C2CB56;
}
.BgClassName
{
background-color: #C2CB56;
}
</style>
border-color css
<style>
span { border-color: #C2CB56; }
span { border-color: rgb(194,203,86); }
td.TdClassName
{
border-color: #C2CB56;
}
.TagClassName
{
border-color: #C2CB56;
}
</style>