Shades of Wild Willow #C4D15C
Tints of Wild Willow #C4D15C
RGB
CMYK
RGB Variations
Color information
#C4D15C (or 0xC4D15C) is known color: Wild Willow. HEX triplet: C4, D1 and 5C. RGB value is (196,209,92). Sum of RGB (Red+Green+Blue) = 196+209+92=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D15C is #3B2EA3. Grayscale: #C0C0C0. Windows color (decimal): -3878564 or 6083012. OLE color: 6083012.
HSL color Cylindrical-coordinate representation of color #C4D15C: hue angle of 66.67º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4D15C is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 92 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.18 |
| HSL | 66.67º | 0.56% | 0.59% | - |
| HSV(B) | 66.67º | 0.56% | 0.82% | - |
| XYZ | 47.5 | 58.11 | 18.84 | - |
| YUV | 191.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 92 | 0.06 | 0 | 0.56 | 0.18 | 66.67 | 0.56 | 0.59 |
| Hex | C4 | D1 | 5C | 6 | 0 | 38 | 12 | 43 | 38 | 3B |
| Octal | 304 | 321 | 134 | 6 | 0 | 70 | 22 | 103 | 70 | 73 |
| Binary | 11000100 | 11010001 | 1011100 | 110 | 0 | 111000 | 10010 | 1000011 | 111000 | 111011 |
Color Harmonies of #C4D15C
Complementary color
Monochromatic Colors of #C4D15C
Black with #C4D15C
Text Example
Text Example
White with #C4D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D15C; }
p { color: rgb(196,209,92); }
H1.HeaderClassName
{
color: #C4D15C;
}
.AnyTagClassName
{
color: #C4D15C;
}
</style>
background-color css
<style>
a { background-color: #C4D15C; }
a { background-color: rgb(196,209,92); }
div.DivClassName
{
background-color: #C4D15C;
}
.BgClassName
{
background-color: #C4D15C;
}
</style>
border-color css
<style>
span { border-color: #C4D15C; }
span { border-color: rgb(196,209,92); }
td.TdClassName
{
border-color: #C4D15C;
}
.TagClassName
{
border-color: #C4D15C;
}
</style>