Shades of Wild Willow #C5C254
Tints of Wild Willow #C5C254
RGB
CMYK
RGB Variations
Color information
#C5C254 (or 0xC5C254) is known color: Wild Willow. HEX triplet: C5, C2 and 54. RGB value is (197,194,84). Sum of RGB (Red+Green+Blue) = 197+194+84=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C254 is #3A3DAB. Grayscale: #B6B6B6. Windows color (decimal): -3816876 or 5554885. OLE color: 5554885.
HSL color Cylindrical-coordinate representation of color #C5C254: hue angle of 58.41º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5C254 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 84 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.23 |
| HSL | 58.41º | 0.49% | 0.55% | - |
| HSV(B) | 58.41º | 0.57% | 0.77% | - |
| XYZ | 43.92 | 51.09 | 15.93 | - |
| YUV | 182.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 84 | 0 | 0.02 | 0.57 | 0.23 | 58.41 | 0.49 | 0.55 |
| Hex | C5 | C2 | 54 | 0 | 2 | 39 | 17 | 3A | 31 | 37 |
| Octal | 305 | 302 | 124 | 0 | 2 | 71 | 27 | 72 | 61 | 67 |
| Binary | 11000101 | 11000010 | 1010100 | 0 | 10 | 111001 | 10111 | 111010 | 110001 | 110111 |
Color Harmonies of #C5C254
Complementary color
Monochromatic Colors of #C5C254
Black with #C5C254
Text Example
Text Example
White with #C5C254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C254; }
p { color: rgb(197,194,84); }
H1.HeaderClassName
{
color: #C5C254;
}
.AnyTagClassName
{
color: #C5C254;
}
</style>
background-color css
<style>
a { background-color: #C5C254; }
a { background-color: rgb(197,194,84); }
div.DivClassName
{
background-color: #C5C254;
}
.BgClassName
{
background-color: #C5C254;
}
</style>
border-color css
<style>
span { border-color: #C5C254; }
span { border-color: rgb(197,194,84); }
td.TdClassName
{
border-color: #C5C254;
}
.TagClassName
{
border-color: #C5C254;
}
</style>