Shades of Wild Willow #C5C955
Tints of Wild Willow #C5C955
RGB
CMYK
RGB Variations
Color information
#C5C955 (or 0xC5C955) is known color: Wild Willow. HEX triplet: C5, C9 and 55. RGB value is (197,201,85). Sum of RGB (Red+Green+Blue) = 197+201+85=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C955 is #3A36AA. Grayscale: #BBBBBB. Windows color (decimal): -3815083 or 5622213. OLE color: 5622213.
HSL color Cylindrical-coordinate representation of color #C5C955: hue angle of 62.07º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5C955 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 85 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.21 |
| HSL | 62.07º | 0.52% | 0.56% | - |
| HSV(B) | 62.07º | 0.58% | 0.79% | - |
| XYZ | 45.55 | 54.3 | 16.67 | - |
| YUV | 186.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 85 | 0.02 | 0 | 0.58 | 0.21 | 62.07 | 0.52 | 0.56 |
| Hex | C5 | C9 | 55 | 2 | 0 | 3A | 15 | 3E | 34 | 38 |
| Octal | 305 | 311 | 125 | 2 | 0 | 72 | 25 | 76 | 64 | 70 |
| Binary | 11000101 | 11001001 | 1010101 | 10 | 0 | 111010 | 10101 | 111110 | 110100 | 111000 |
Color Harmonies of #C5C955
Complementary color
Monochromatic Colors of #C5C955
Black with #C5C955
Text Example
Text Example
White with #C5C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C955; }
p { color: rgb(197,201,85); }
H1.HeaderClassName
{
color: #C5C955;
}
.AnyTagClassName
{
color: #C5C955;
}
</style>
background-color css
<style>
a { background-color: #C5C955; }
a { background-color: rgb(197,201,85); }
div.DivClassName
{
background-color: #C5C955;
}
.BgClassName
{
background-color: #C5C955;
}
</style>
border-color css
<style>
span { border-color: #C5C955; }
span { border-color: rgb(197,201,85); }
td.TdClassName
{
border-color: #C5C955;
}
.TagClassName
{
border-color: #C5C955;
}
</style>