Shades of Wild Willow #C5C958
Tints of Wild Willow #C5C958
RGB
CMYK
RGB Variations
Color information
#C5C958 (or 0xC5C958) is known color: Wild Willow. HEX triplet: C5, C9 and 58. RGB value is (197,201,88). Sum of RGB (Red+Green+Blue) = 197+201+88=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C958 is #3A36A7. Grayscale: #BBBBBB. Windows color (decimal): -3815080 or 5818821. OLE color: 5818821.
HSL color Cylindrical-coordinate representation of color #C5C958: hue angle of 62.12º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5C958 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 88 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.21 |
| HSL | 62.12º | 0.51% | 0.57% | - |
| HSV(B) | 62.12º | 0.56% | 0.79% | - |
| XYZ | 45.67 | 54.35 | 17.32 | - |
| YUV | 186.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 88 | 0.02 | 0 | 0.56 | 0.21 | 62.12 | 0.51 | 0.57 |
| Hex | C5 | C9 | 58 | 2 | 0 | 38 | 15 | 3E | 33 | 39 |
| Octal | 305 | 311 | 130 | 2 | 0 | 70 | 25 | 76 | 63 | 71 |
| Binary | 11000101 | 11001001 | 1011000 | 10 | 0 | 111000 | 10101 | 111110 | 110011 | 111001 |
Color Harmonies of #C5C958
Complementary color
Monochromatic Colors of #C5C958
Black with #C5C958
Text Example
Text Example
White with #C5C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C958; }
p { color: rgb(197,201,88); }
H1.HeaderClassName
{
color: #C5C958;
}
.AnyTagClassName
{
color: #C5C958;
}
</style>
background-color css
<style>
a { background-color: #C5C958; }
a { background-color: rgb(197,201,88); }
div.DivClassName
{
background-color: #C5C958;
}
.BgClassName
{
background-color: #C5C958;
}
</style>
border-color css
<style>
span { border-color: #C5C958; }
span { border-color: rgb(197,201,88); }
td.TdClassName
{
border-color: #C5C958;
}
.TagClassName
{
border-color: #C5C958;
}
</style>