Shades of Wild Willow #C2C76D
Tints of Wild Willow #C2C76D
RGB
CMYK
RGB Variations
Color information
#C2C76D (or 0xC2C76D) is known color: Wild Willow. HEX triplet: C2, C7 and 6D. RGB value is (194,199,109). Sum of RGB (Red+Green+Blue) = 194+199+109=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C76D is #3D3892. Grayscale: #BBBBBB. Windows color (decimal): -4012179 or 7194562. OLE color: 7194562.
HSL color Cylindrical-coordinate representation of color #C2C76D: hue angle of 63.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2C76D is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 199 | 109 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.22 |
| HSL | 63.33º | 0.45% | 0.6% | - |
| HSV(B) | 63.33º | 0.45% | 0.78% | - |
| XYZ | 45.43 | 53.42 | 22.38 | - |
| YUV | 187.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 109 | 0.03 | 0 | 0.45 | 0.22 | 63.33 | 0.45 | 0.6 |
| Hex | C2 | C7 | 6D | 3 | 0 | 2D | 16 | 3F | 2D | 3C |
| Octal | 302 | 307 | 155 | 3 | 0 | 55 | 26 | 77 | 55 | 74 |
| Binary | 11000010 | 11000111 | 1101101 | 11 | 0 | 101101 | 10110 | 111111 | 101101 | 111100 |
Color Harmonies of #C2C76D
Complementary color
Monochromatic Colors of #C2C76D
Black with #C2C76D
Text Example
Text Example
White with #C2C76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C76D; }
p { color: rgb(194,199,109); }
H1.HeaderClassName
{
color: #C2C76D;
}
.AnyTagClassName
{
color: #C2C76D;
}
</style>
background-color css
<style>
a { background-color: #C2C76D; }
a { background-color: rgb(194,199,109); }
div.DivClassName
{
background-color: #C2C76D;
}
.BgClassName
{
background-color: #C2C76D;
}
</style>
border-color css
<style>
span { border-color: #C2C76D; }
span { border-color: rgb(194,199,109); }
td.TdClassName
{
border-color: #C2C76D;
}
.TagClassName
{
border-color: #C2C76D;
}
</style>