Shades of Wild Willow #C2CE72
Tints of Wild Willow #C2CE72
RGB
CMYK
RGB Variations
Color information
#C2CE72 (or 0xC2CE72) is known color: Wild Willow. HEX triplet: C2, CE and 72. RGB value is (194,206,114). Sum of RGB (Red+Green+Blue) = 194+206+114=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CE72 is #3D318D. Grayscale: #C0C0C0. Windows color (decimal): -4010382 or 7524034. OLE color: 7524034.
HSL color Cylindrical-coordinate representation of color #C2CE72: hue angle of 67.83º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2CE72 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 114 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.19 |
| HSL | 67.83º | 0.48% | 0.63% | - |
| HSV(B) | 67.83º | 0.45% | 0.81% | - |
| XYZ | 47.36 | 56.83 | 24.39 | - |
| YUV | 191.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 114 | 0.06 | 0 | 0.45 | 0.19 | 67.83 | 0.48 | 0.63 |
| Hex | C2 | CE | 72 | 6 | 0 | 2D | 13 | 44 | 30 | 3F |
| Octal | 302 | 316 | 162 | 6 | 0 | 55 | 23 | 104 | 60 | 77 |
| Binary | 11000010 | 11001110 | 1110010 | 110 | 0 | 101101 | 10011 | 1000100 | 110000 | 111111 |
Color Harmonies of #C2CE72
Complementary color
Monochromatic Colors of #C2CE72
Black with #C2CE72
Text Example
Text Example
White with #C2CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE72; }
p { color: rgb(194,206,114); }
H1.HeaderClassName
{
color: #C2CE72;
}
.AnyTagClassName
{
color: #C2CE72;
}
</style>
background-color css
<style>
a { background-color: #C2CE72; }
a { background-color: rgb(194,206,114); }
div.DivClassName
{
background-color: #C2CE72;
}
.BgClassName
{
background-color: #C2CE72;
}
</style>
border-color css
<style>
span { border-color: #C2CE72; }
span { border-color: rgb(194,206,114); }
td.TdClassName
{
border-color: #C2CE72;
}
.TagClassName
{
border-color: #C2CE72;
}
</style>