Shades of Wild Willow #C2CB58
Tints of Wild Willow #C2CB58
RGB
CMYK
RGB Variations
Color information
#C2CB58 (or 0xC2CB58) is known color: Wild Willow. HEX triplet: C2, CB and 58. RGB value is (194,203,88). Sum of RGB (Red+Green+Blue) = 194+203+88=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB58 is #3D34A7. Grayscale: #BBBBBB. Windows color (decimal): -4011176 or 5819330. OLE color: 5819330.
HSL color Cylindrical-coordinate representation of color #C2CB58: hue angle of 64.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2CB58 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 88 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.20 |
| HSL | 64.7º | 0.53% | 0.57% | - |
| HSV(B) | 64.7º | 0.57% | 0.8% | - |
| XYZ | 45.37 | 54.89 | 17.44 | - |
| YUV | 187.2 | 72.02 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 88 | 0.04 | 0 | 0.57 | 0.20 | 64.7 | 0.53 | 0.57 |
| Hex | C2 | CB | 58 | 4 | 0 | 39 | 14 | 41 | 35 | 39 |
| Octal | 302 | 313 | 130 | 4 | 0 | 71 | 24 | 101 | 65 | 71 |
| Binary | 11000010 | 11001011 | 1011000 | 100 | 0 | 111001 | 10100 | 1000001 | 110101 | 111001 |
Color Harmonies of #C2CB58
Complementary color
Monochromatic Colors of #C2CB58
Black with #C2CB58
Text Example
Text Example
White with #C2CB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB58; }
p { color: rgb(194,203,88); }
H1.HeaderClassName
{
color: #C2CB58;
}
.AnyTagClassName
{
color: #C2CB58;
}
</style>
background-color css
<style>
a { background-color: #C2CB58; }
a { background-color: rgb(194,203,88); }
div.DivClassName
{
background-color: #C2CB58;
}
.BgClassName
{
background-color: #C2CB58;
}
</style>
border-color css
<style>
span { border-color: #C2CB58; }
span { border-color: rgb(194,203,88); }
td.TdClassName
{
border-color: #C2CB58;
}
.TagClassName
{
border-color: #C2CB58;
}
</style>