Shades of Wild Willow #C5C95F
Tints of Wild Willow #C5C95F
RGB
CMYK
RGB Variations
Color information
#C5C95F (or 0xC5C95F) is known color: Wild Willow. HEX triplet: C5, C9 and 5F. RGB value is (197,201,95). Sum of RGB (Red+Green+Blue) = 197+201+95=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C95F is #3A36A0. Grayscale: #BCBCBC. Windows color (decimal): -3815073 or 6277573. OLE color: 6277573.
HSL color Cylindrical-coordinate representation of color #C5C95F: hue angle of 62.26º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5C95F is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 95 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.21 |
| HSL | 62.26º | 0.5% | 0.58% | - |
| HSV(B) | 62.26º | 0.53% | 0.79% | - |
| XYZ | 45.98 | 54.47 | 18.92 | - |
| YUV | 187.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 95 | 0.02 | 0 | 0.53 | 0.21 | 62.26 | 0.5 | 0.58 |
| Hex | C5 | C9 | 5F | 2 | 0 | 35 | 15 | 3E | 32 | 3A |
| Octal | 305 | 311 | 137 | 2 | 0 | 65 | 25 | 76 | 62 | 72 |
| Binary | 11000101 | 11001001 | 1011111 | 10 | 0 | 110101 | 10101 | 111110 | 110010 | 111010 |
Color Harmonies of #C5C95F
Complementary color
Monochromatic Colors of #C5C95F
Black with #C5C95F
Text Example
Text Example
White with #C5C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C95F; }
p { color: rgb(197,201,95); }
H1.HeaderClassName
{
color: #C5C95F;
}
.AnyTagClassName
{
color: #C5C95F;
}
</style>
background-color css
<style>
a { background-color: #C5C95F; }
a { background-color: rgb(197,201,95); }
div.DivClassName
{
background-color: #C5C95F;
}
.BgClassName
{
background-color: #C5C95F;
}
</style>
border-color css
<style>
span { border-color: #C5C95F; }
span { border-color: rgb(197,201,95); }
td.TdClassName
{
border-color: #C5C95F;
}
.TagClassName
{
border-color: #C5C95F;
}
</style>