Shades of Wild Willow #C4C25B
Tints of Wild Willow #C4C25B
RGB
CMYK
RGB Variations
Color information
#C4C25B (or 0xC4C25B) is known color: Wild Willow. HEX triplet: C4, C2 and 5B. RGB value is (196,194,91). Sum of RGB (Red+Green+Blue) = 196+194+91=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C25B is #3B3DA4. Grayscale: #B7B7B7. Windows color (decimal): -3882405 or 6013636. OLE color: 6013636.
HSL color Cylindrical-coordinate representation of color #C4C25B: hue angle of 58.86º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4C25B is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 91 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.23 |
| HSL | 58.86º | 0.47% | 0.56% | - |
| HSV(B) | 58.86º | 0.54% | 0.77% | - |
| XYZ | 43.95 | 51.07 | 17.44 | - |
| YUV | 182.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 91 | 0 | 0.01 | 0.54 | 0.23 | 58.86 | 0.47 | 0.56 |
| Hex | C4 | C2 | 5B | 0 | 1 | 36 | 17 | 3B | 2F | 38 |
| Octal | 304 | 302 | 133 | 0 | 1 | 66 | 27 | 73 | 57 | 70 |
| Binary | 11000100 | 11000010 | 1011011 | 0 | 1 | 110110 | 10111 | 111011 | 101111 | 111000 |
Color Harmonies of #C4C25B
Complementary color
Monochromatic Colors of #C4C25B
Black with #C4C25B
Text Example
Text Example
White with #C4C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C25B; }
p { color: rgb(196,194,91); }
H1.HeaderClassName
{
color: #C4C25B;
}
.AnyTagClassName
{
color: #C4C25B;
}
</style>
background-color css
<style>
a { background-color: #C4C25B; }
a { background-color: rgb(196,194,91); }
div.DivClassName
{
background-color: #C4C25B;
}
.BgClassName
{
background-color: #C4C25B;
}
</style>
border-color css
<style>
span { border-color: #C4C25B; }
span { border-color: rgb(196,194,91); }
td.TdClassName
{
border-color: #C4C25B;
}
.TagClassName
{
border-color: #C4C25B;
}
</style>