Shades of Wild Willow #C4CC55
Tints of Wild Willow #C4CC55
RGB
CMYK
RGB Variations
Color information
#C4CC55 (or 0xC4CC55) is known color: Wild Willow. HEX triplet: C4, CC and 55. RGB value is (196,204,85). Sum of RGB (Red+Green+Blue) = 196+204+85=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CC55 is #3B33AA. Grayscale: #BCBCBC. Windows color (decimal): -3879851 or 5622980. OLE color: 5622980.
HSL color Cylindrical-coordinate representation of color #C4CC55: hue angle of 64.03º degrees, saturation: 0.54, 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 #C4CC55 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 85 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.2 |
| HSL | 64.03º | 0.54% | 0.57% | - |
| HSV(B) | 64.03º | 0.58% | 0.8% | - |
| XYZ | 46 | 55.58 | 16.9 | - |
| YUV | 188.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 85 | 0.04 | 0 | 0.58 | 0.2 | 64.03 | 0.54 | 0.57 |
| Hex | C4 | CC | 55 | 4 | 0 | 3A | 14 | 40 | 36 | 39 |
| Octal | 304 | 314 | 125 | 4 | 0 | 72 | 24 | 100 | 66 | 71 |
| Binary | 11000100 | 11001100 | 1010101 | 100 | 0 | 111010 | 10100 | 1000000 | 110110 | 111001 |
Color Harmonies of #C4CC55
Complementary color
Monochromatic Colors of #C4CC55
Black with #C4CC55
Text Example
Text Example
White with #C4CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CC55; }
p { color: rgb(196,204,85); }
H1.HeaderClassName
{
color: #C4CC55;
}
.AnyTagClassName
{
color: #C4CC55;
}
</style>
background-color css
<style>
a { background-color: #C4CC55; }
a { background-color: rgb(196,204,85); }
div.DivClassName
{
background-color: #C4CC55;
}
.BgClassName
{
background-color: #C4CC55;
}
</style>
border-color css
<style>
span { border-color: #C4CC55; }
span { border-color: rgb(196,204,85); }
td.TdClassName
{
border-color: #C4CC55;
}
.TagClassName
{
border-color: #C4CC55;
}
</style>