Shades of Wild Willow #C5C65D
Tints of Wild Willow #C5C65D
RGB
CMYK
RGB Variations
Color information
#C5C65D (or 0xC5C65D) is known color: Wild Willow. HEX triplet: C5, C6 and 5D. RGB value is (197,198,93). Sum of RGB (Red+Green+Blue) = 197+198+93=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C65D is #3A39A2. Grayscale: #BABABA. Windows color (decimal): -3815843 or 6145733. OLE color: 6145733.
HSL color Cylindrical-coordinate representation of color #C5C65D: hue angle of 60.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5C65D is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 93 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.22 |
| HSL | 60.57º | 0.48% | 0.57% | - |
| HSV(B) | 60.57º | 0.53% | 0.78% | - |
| XYZ | 45.2 | 53.05 | 18.21 | - |
| YUV | 185.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 93 | 0.01 | 0 | 0.53 | 0.22 | 60.57 | 0.48 | 0.57 |
| Hex | C5 | C6 | 5D | 1 | 0 | 35 | 16 | 3D | 30 | 39 |
| Octal | 305 | 306 | 135 | 1 | 0 | 65 | 26 | 75 | 60 | 71 |
| Binary | 11000101 | 11000110 | 1011101 | 1 | 0 | 110101 | 10110 | 111101 | 110000 | 111001 |
Color Harmonies of #C5C65D
Complementary color
Monochromatic Colors of #C5C65D
Black with #C5C65D
Text Example
Text Example
White with #C5C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C65D; }
p { color: rgb(197,198,93); }
H1.HeaderClassName
{
color: #C5C65D;
}
.AnyTagClassName
{
color: #C5C65D;
}
</style>
background-color css
<style>
a { background-color: #C5C65D; }
a { background-color: rgb(197,198,93); }
div.DivClassName
{
background-color: #C5C65D;
}
.BgClassName
{
background-color: #C5C65D;
}
</style>
border-color css
<style>
span { border-color: #C5C65D; }
span { border-color: rgb(197,198,93); }
td.TdClassName
{
border-color: #C5C65D;
}
.TagClassName
{
border-color: #C5C65D;
}
</style>