Shades of Wild Willow #C5C75D
Tints of Wild Willow #C5C75D
RGB
CMYK
RGB Variations
Color information
#C5C75D (or 0xC5C75D) is known color: Wild Willow. HEX triplet: C5, C7 and 5D. RGB value is (197,199,93). Sum of RGB (Red+Green+Blue) = 197+199+93=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C75D is #3A38A2. Grayscale: #BABABA. Windows color (decimal): -3815587 or 6145989. OLE color: 6145989.
HSL color Cylindrical-coordinate representation of color #C5C75D: hue angle of 61.13º degrees, saturation: 0.49, 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 #C5C75D is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 93 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.22 |
| HSL | 61.13º | 0.49% | 0.57% | - |
| HSV(B) | 61.13º | 0.53% | 0.78% | - |
| XYZ | 45.43 | 53.51 | 18.29 | - |
| YUV | 186.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 93 | 0.01 | 0 | 0.53 | 0.22 | 61.13 | 0.49 | 0.57 |
| Hex | C5 | C7 | 5D | 1 | 0 | 35 | 16 | 3D | 31 | 39 |
| Octal | 305 | 307 | 135 | 1 | 0 | 65 | 26 | 75 | 61 | 71 |
| Binary | 11000101 | 11000111 | 1011101 | 1 | 0 | 110101 | 10110 | 111101 | 110001 | 111001 |
Color Harmonies of #C5C75D
Complementary color
Monochromatic Colors of #C5C75D
Black with #C5C75D
Text Example
Text Example
White with #C5C75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C75D; }
p { color: rgb(197,199,93); }
H1.HeaderClassName
{
color: #C5C75D;
}
.AnyTagClassName
{
color: #C5C75D;
}
</style>
background-color css
<style>
a { background-color: #C5C75D; }
a { background-color: rgb(197,199,93); }
div.DivClassName
{
background-color: #C5C75D;
}
.BgClassName
{
background-color: #C5C75D;
}
</style>
border-color css
<style>
span { border-color: #C5C75D; }
span { border-color: rgb(197,199,93); }
td.TdClassName
{
border-color: #C5C75D;
}
.TagClassName
{
border-color: #C5C75D;
}
</style>