Shades of Wild Willow #C4C96D
Tints of Wild Willow #C4C96D
RGB
CMYK
RGB Variations
Color information
#C4C96D (or 0xC4C96D) is known color: Wild Willow. HEX triplet: C4, C9 and 6D. RGB value is (196,201,109). Sum of RGB (Red+Green+Blue) = 196+201+109=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C96D is #3B3692. Grayscale: #BDBDBD. Windows color (decimal): -3880595 or 7195076. OLE color: 7195076.
HSL color Cylindrical-coordinate representation of color #C4C96D: hue angle of 63.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4C96D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 109 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.21 |
| HSL | 63.26º | 0.46% | 0.61% | - |
| HSV(B) | 63.26º | 0.46% | 0.79% | - |
| XYZ | 46.41 | 54.61 | 22.56 | - |
| YUV | 189.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 109 | 0.02 | 0 | 0.46 | 0.21 | 63.26 | 0.46 | 0.61 |
| Hex | C4 | C9 | 6D | 2 | 0 | 2E | 15 | 3F | 2E | 3D |
| Octal | 304 | 311 | 155 | 2 | 0 | 56 | 25 | 77 | 56 | 75 |
| Binary | 11000100 | 11001001 | 1101101 | 10 | 0 | 101110 | 10101 | 111111 | 101110 | 111101 |
Color Harmonies of #C4C96D
Complementary color
Monochromatic Colors of #C4C96D
Black with #C4C96D
Text Example
Text Example
White with #C4C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C96D; }
p { color: rgb(196,201,109); }
H1.HeaderClassName
{
color: #C4C96D;
}
.AnyTagClassName
{
color: #C4C96D;
}
</style>
background-color css
<style>
a { background-color: #C4C96D; }
a { background-color: rgb(196,201,109); }
div.DivClassName
{
background-color: #C4C96D;
}
.BgClassName
{
background-color: #C4C96D;
}
</style>
border-color css
<style>
span { border-color: #C4C96D; }
span { border-color: rgb(196,201,109); }
td.TdClassName
{
border-color: #C4C96D;
}
.TagClassName
{
border-color: #C4C96D;
}
</style>