Shades of Wild Willow #C4C862
Tints of Wild Willow #C4C862
RGB
CMYK
RGB Variations
Color information
#C4C862 (or 0xC4C862) is known color: Wild Willow. HEX triplet: C4, C8 and 62. RGB value is (196,200,98). Sum of RGB (Red+Green+Blue) = 196+200+98=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C862 is #3B379D. Grayscale: #BBBBBB. Windows color (decimal): -3880862 or 6473924. OLE color: 6473924.
HSL color Cylindrical-coordinate representation of color #C4C862: hue angle of 62.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4C862 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 98 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.22 |
| HSL | 62.35º | 0.48% | 0.58% | - |
| HSV(B) | 62.35º | 0.51% | 0.78% | - |
| XYZ | 45.62 | 53.93 | 19.56 | - |
| YUV | 187.18 | 77.67 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 98 | 0.02 | 0 | 0.51 | 0.22 | 62.35 | 0.48 | 0.58 |
| Hex | C4 | C8 | 62 | 2 | 0 | 33 | 16 | 3E | 30 | 3A |
| Octal | 304 | 310 | 142 | 2 | 0 | 63 | 26 | 76 | 60 | 72 |
| Binary | 11000100 | 11001000 | 1100010 | 10 | 0 | 110011 | 10110 | 111110 | 110000 | 111010 |
Color Harmonies of #C4C862
Complementary color
Monochromatic Colors of #C4C862
Black with #C4C862
Text Example
Text Example
White with #C4C862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C862; }
p { color: rgb(196,200,98); }
H1.HeaderClassName
{
color: #C4C862;
}
.AnyTagClassName
{
color: #C4C862;
}
</style>
background-color css
<style>
a { background-color: #C4C862; }
a { background-color: rgb(196,200,98); }
div.DivClassName
{
background-color: #C4C862;
}
.BgClassName
{
background-color: #C4C862;
}
</style>
border-color css
<style>
span { border-color: #C4C862; }
span { border-color: rgb(196,200,98); }
td.TdClassName
{
border-color: #C4C862;
}
.TagClassName
{
border-color: #C4C862;
}
</style>