Shades of Wild Willow #C4C76E
Tints of Wild Willow #C4C76E
RGB
CMYK
RGB Variations
Color information
#C4C76E (or 0xC4C76E) is known color: Wild Willow. HEX triplet: C4, C7 and 6E. RGB value is (196,199,110). Sum of RGB (Red+Green+Blue) = 196+199+110=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C76E is #3B3891. Grayscale: #BCBCBC. Windows color (decimal): -3881106 or 7260100. OLE color: 7260100.
HSL color Cylindrical-coordinate representation of color #C4C76E: hue angle of 62.02º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4C76E is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 110 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.22 |
| HSL | 62.02º | 0.44% | 0.61% | - |
| HSV(B) | 62.02º | 0.45% | 0.78% | - |
| XYZ | 46 | 53.71 | 22.69 | - |
| YUV | 187.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 110 | 0.02 | 0 | 0.45 | 0.22 | 62.02 | 0.44 | 0.61 |
| Hex | C4 | C7 | 6E | 2 | 0 | 2D | 16 | 3E | 2C | 3D |
| Octal | 304 | 307 | 156 | 2 | 0 | 55 | 26 | 76 | 54 | 75 |
| Binary | 11000100 | 11000111 | 1101110 | 10 | 0 | 101101 | 10110 | 111110 | 101100 | 111101 |
Color Harmonies of #C4C76E
Complementary color
Monochromatic Colors of #C4C76E
Black with #C4C76E
Text Example
Text Example
White with #C4C76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C76E; }
p { color: rgb(196,199,110); }
H1.HeaderClassName
{
color: #C4C76E;
}
.AnyTagClassName
{
color: #C4C76E;
}
</style>
background-color css
<style>
a { background-color: #C4C76E; }
a { background-color: rgb(196,199,110); }
div.DivClassName
{
background-color: #C4C76E;
}
.BgClassName
{
background-color: #C4C76E;
}
</style>
border-color css
<style>
span { border-color: #C4C76E; }
span { border-color: rgb(196,199,110); }
td.TdClassName
{
border-color: #C4C76E;
}
.TagClassName
{
border-color: #C4C76E;
}
</style>