Shades of Wild Willow #C4C76F
Tints of Wild Willow #C4C76F
RGB
CMYK
RGB Variations
Color information
#C4C76F (or 0xC4C76F) is known color: Wild Willow. HEX triplet: C4, C7 and 6F. RGB value is (196,199,111). Sum of RGB (Red+Green+Blue) = 196+199+111=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C76F is #3B3890. Grayscale: #BCBCBC. Windows color (decimal): -3881105 or 7325636. OLE color: 7325636.
HSL color Cylindrical-coordinate representation of color #C4C76F: hue angle of 62.05º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4C76F is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 111 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.22 |
| HSL | 62.05º | 0.44% | 0.61% | - |
| HSV(B) | 62.05º | 0.44% | 0.78% | - |
| XYZ | 46.06 | 53.73 | 22.98 | - |
| YUV | 188.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 111 | 0.02 | 0 | 0.44 | 0.22 | 62.05 | 0.44 | 0.61 |
| Hex | C4 | C7 | 6F | 2 | 0 | 2C | 16 | 3E | 2C | 3D |
| Octal | 304 | 307 | 157 | 2 | 0 | 54 | 26 | 76 | 54 | 75 |
| Binary | 11000100 | 11000111 | 1101111 | 10 | 0 | 101100 | 10110 | 111110 | 101100 | 111101 |
Color Harmonies of #C4C76F
Complementary color
Monochromatic Colors of #C4C76F
Black with #C4C76F
Text Example
Text Example
White with #C4C76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C76F; }
p { color: rgb(196,199,111); }
H1.HeaderClassName
{
color: #C4C76F;
}
.AnyTagClassName
{
color: #C4C76F;
}
</style>
background-color css
<style>
a { background-color: #C4C76F; }
a { background-color: rgb(196,199,111); }
div.DivClassName
{
background-color: #C4C76F;
}
.BgClassName
{
background-color: #C4C76F;
}
</style>
border-color css
<style>
span { border-color: #C4C76F; }
span { border-color: rgb(196,199,111); }
td.TdClassName
{
border-color: #C4C76F;
}
.TagClassName
{
border-color: #C4C76F;
}
</style>