Shades of Wild Willow #C3C76E
Tints of Wild Willow #C3C76E
RGB
CMYK
RGB Variations
Color information
#C3C76E (or 0xC3C76E) is known color: Wild Willow. HEX triplet: C3, C7 and 6E. RGB value is (195,199,110). Sum of RGB (Red+Green+Blue) = 195+199+110=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C76E is #3C3891. Grayscale: #BCBCBC. Windows color (decimal): -3946642 or 7260099. OLE color: 7260099.
HSL color Cylindrical-coordinate representation of color #C3C76E: hue angle of 62.7º 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 #C3C76E is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 110 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.22 |
| HSL | 62.7º | 0.44% | 0.61% | - |
| HSV(B) | 62.7º | 0.45% | 0.78% | - |
| XYZ | 45.74 | 53.57 | 22.68 | - |
| YUV | 187.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 110 | 0.02 | 0 | 0.45 | 0.22 | 62.7 | 0.44 | 0.61 |
| Hex | C3 | C7 | 6E | 2 | 0 | 2D | 16 | 3F | 2C | 3D |
| Octal | 303 | 307 | 156 | 2 | 0 | 55 | 26 | 77 | 54 | 75 |
| Binary | 11000011 | 11000111 | 1101110 | 10 | 0 | 101101 | 10110 | 111111 | 101100 | 111101 |
Color Harmonies of #C3C76E
Complementary color
Monochromatic Colors of #C3C76E
Black with #C3C76E
Text Example
Text Example
White with #C3C76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C76E; }
p { color: rgb(195,199,110); }
H1.HeaderClassName
{
color: #C3C76E;
}
.AnyTagClassName
{
color: #C3C76E;
}
</style>
background-color css
<style>
a { background-color: #C3C76E; }
a { background-color: rgb(195,199,110); }
div.DivClassName
{
background-color: #C3C76E;
}
.BgClassName
{
background-color: #C3C76E;
}
</style>
border-color css
<style>
span { border-color: #C3C76E; }
span { border-color: rgb(195,199,110); }
td.TdClassName
{
border-color: #C3C76E;
}
.TagClassName
{
border-color: #C3C76E;
}
</style>