Shades of Wild Willow #C5C75F
Tints of Wild Willow #C5C75F
RGB
CMYK
RGB Variations
Color information
#C5C75F (or 0xC5C75F) is known color: Wild Willow. HEX triplet: C5, C7 and 5F. RGB value is (197,199,95). Sum of RGB (Red+Green+Blue) = 197+199+95=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C75F is #3A38A0. Grayscale: #BABABA. Windows color (decimal): -3815585 or 6277061. OLE color: 6277061.
HSL color Cylindrical-coordinate representation of color #C5C75F: hue angle of 61.15º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5C75F is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 95 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.22 |
| HSL | 61.15º | 0.48% | 0.58% | - |
| HSV(B) | 61.15º | 0.52% | 0.78% | - |
| XYZ | 45.51 | 53.54 | 18.76 | - |
| YUV | 186.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 95 | 0.01 | 0 | 0.52 | 0.22 | 61.15 | 0.48 | 0.58 |
| Hex | C5 | C7 | 5F | 1 | 0 | 34 | 16 | 3D | 30 | 3A |
| Octal | 305 | 307 | 137 | 1 | 0 | 64 | 26 | 75 | 60 | 72 |
| Binary | 11000101 | 11000111 | 1011111 | 1 | 0 | 110100 | 10110 | 111101 | 110000 | 111010 |
Color Harmonies of #C5C75F
Complementary color
Monochromatic Colors of #C5C75F
Black with #C5C75F
Text Example
Text Example
White with #C5C75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C75F; }
p { color: rgb(197,199,95); }
H1.HeaderClassName
{
color: #C5C75F;
}
.AnyTagClassName
{
color: #C5C75F;
}
</style>
background-color css
<style>
a { background-color: #C5C75F; }
a { background-color: rgb(197,199,95); }
div.DivClassName
{
background-color: #C5C75F;
}
.BgClassName
{
background-color: #C5C75F;
}
</style>
border-color css
<style>
span { border-color: #C5C75F; }
span { border-color: rgb(197,199,95); }
td.TdClassName
{
border-color: #C5C75F;
}
.TagClassName
{
border-color: #C5C75F;
}
</style>