Shades of Wild Willow #C5C554
Tints of Wild Willow #C5C554
RGB
CMYK
RGB Variations
Color information
#C5C554 (or 0xC5C554) is known color: Wild Willow. HEX triplet: C5, C5 and 54. RGB value is (197,197,84). Sum of RGB (Red+Green+Blue) = 197+197+84=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C554 is #3A3AAB. Grayscale: #B8B8B8. Windows color (decimal): -3816108 or 5555653. OLE color: 5555653.
HSL color Cylindrical-coordinate representation of color #C5C554: hue angle of 60º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5C554 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 84 | - |
| CMYK | 0 | 0 | 0.57 | 0.23 |
| HSL | 60º | 0.49% | 0.55% | - |
| HSV(B) | 60º | 0.57% | 0.77% | - |
| XYZ | 44.59 | 52.44 | 16.16 | - |
| YUV | 184.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 84 | 0 | 0 | 0.57 | 0.23 | 60 | 0.49 | 0.55 |
| Hex | C5 | C5 | 54 | 0 | 0 | 39 | 17 | 3C | 31 | 37 |
| Octal | 305 | 305 | 124 | 0 | 0 | 71 | 27 | 74 | 61 | 67 |
| Binary | 11000101 | 11000101 | 1010100 | 0 | 0 | 111001 | 10111 | 111100 | 110001 | 110111 |
Color Harmonies of #C5C554
Complementary color
Monochromatic Colors of #C5C554
Black with #C5C554
Text Example
Text Example
White with #C5C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C554; }
p { color: rgb(197,197,84); }
H1.HeaderClassName
{
color: #C5C554;
}
.AnyTagClassName
{
color: #C5C554;
}
</style>
background-color css
<style>
a { background-color: #C5C554; }
a { background-color: rgb(197,197,84); }
div.DivClassName
{
background-color: #C5C554;
}
.BgClassName
{
background-color: #C5C554;
}
</style>
border-color css
<style>
span { border-color: #C5C554; }
span { border-color: rgb(197,197,84); }
td.TdClassName
{
border-color: #C5C554;
}
.TagClassName
{
border-color: #C5C554;
}
</style>