Shades of Wild Willow #C2CB5C
Tints of Wild Willow #C2CB5C
RGB
CMYK
RGB Variations
Color information
#C2CB5C (or 0xC2CB5C) is known color: Wild Willow. HEX triplet: C2, CB and 5C. RGB value is (194,203,92). Sum of RGB (Red+Green+Blue) = 194+203+92=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB5C is #3D34A3. Grayscale: #BCBCBC. Windows color (decimal): -4011172 or 6081474. OLE color: 6081474.
HSL color Cylindrical-coordinate representation of color #C2CB5C: hue angle of 64.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2CB5C is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 92 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.20 |
| HSL | 64.86º | 0.52% | 0.58% | - |
| HSV(B) | 64.86º | 0.55% | 0.8% | - |
| XYZ | 45.54 | 54.95 | 18.33 | - |
| YUV | 187.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 92 | 0.04 | 0 | 0.55 | 0.20 | 64.86 | 0.52 | 0.58 |
| Hex | C2 | CB | 5C | 4 | 0 | 37 | 14 | 41 | 34 | 3A |
| Octal | 302 | 313 | 134 | 4 | 0 | 67 | 24 | 101 | 64 | 72 |
| Binary | 11000010 | 11001011 | 1011100 | 100 | 0 | 110111 | 10100 | 1000001 | 110100 | 111010 |
Color Harmonies of #C2CB5C
Complementary color
Monochromatic Colors of #C2CB5C
Black with #C2CB5C
Text Example
Text Example
White with #C2CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB5C; }
p { color: rgb(194,203,92); }
H1.HeaderClassName
{
color: #C2CB5C;
}
.AnyTagClassName
{
color: #C2CB5C;
}
</style>
background-color css
<style>
a { background-color: #C2CB5C; }
a { background-color: rgb(194,203,92); }
div.DivClassName
{
background-color: #C2CB5C;
}
.BgClassName
{
background-color: #C2CB5C;
}
</style>
border-color css
<style>
span { border-color: #C2CB5C; }
span { border-color: rgb(194,203,92); }
td.TdClassName
{
border-color: #C2CB5C;
}
.TagClassName
{
border-color: #C2CB5C;
}
</style>