Shades of Wild Willow #C1CE72
Tints of Wild Willow #C1CE72
RGB
CMYK
RGB Variations
Color information
#C1CE72 (or 0xC1CE72) is known color: Wild Willow. HEX triplet: C1, CE and 72. RGB value is (193,206,114). Sum of RGB (Red+Green+Blue) = 193+206+114=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CE72 is #3E318D. Grayscale: #BFBFBF. Windows color (decimal): -4075918 or 7524033. OLE color: 7524033.
HSL color Cylindrical-coordinate representation of color #C1CE72: hue angle of 68.48º 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 #C1CE72 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 114 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.19 |
| HSL | 68.48º | 0.48% | 0.63% | - |
| HSV(B) | 68.48º | 0.45% | 0.81% | - |
| XYZ | 47.1 | 56.69 | 24.38 | - |
| YUV | 191.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 114 | 0.06 | 0 | 0.45 | 0.19 | 68.48 | 0.48 | 0.63 |
| Hex | C1 | CE | 72 | 6 | 0 | 2D | 13 | 44 | 30 | 3F |
| Octal | 301 | 316 | 162 | 6 | 0 | 55 | 23 | 104 | 60 | 77 |
| Binary | 11000001 | 11001110 | 1110010 | 110 | 0 | 101101 | 10011 | 1000100 | 110000 | 111111 |
Color Harmonies of #C1CE72
Complementary color
Monochromatic Colors of #C1CE72
Black with #C1CE72
Text Example
Text Example
White with #C1CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE72; }
p { color: rgb(193,206,114); }
H1.HeaderClassName
{
color: #C1CE72;
}
.AnyTagClassName
{
color: #C1CE72;
}
</style>
background-color css
<style>
a { background-color: #C1CE72; }
a { background-color: rgb(193,206,114); }
div.DivClassName
{
background-color: #C1CE72;
}
.BgClassName
{
background-color: #C1CE72;
}
</style>
border-color css
<style>
span { border-color: #C1CE72; }
span { border-color: rgb(193,206,114); }
td.TdClassName
{
border-color: #C1CE72;
}
.TagClassName
{
border-color: #C1CE72;
}
</style>