Shades of Wild Willow #C4D26C
Tints of Wild Willow #C4D26C
RGB
CMYK
RGB Variations
Color information
#C4D26C (or 0xC4D26C) is known color: Wild Willow. HEX triplet: C4, D2 and 6C. RGB value is (196,210,108). Sum of RGB (Red+Green+Blue) = 196+210+108=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D26C is #3B2D93. Grayscale: #C2C2C2. Windows color (decimal): -3878292 or 7131844. OLE color: 7131844.
HSL color Cylindrical-coordinate representation of color #C4D26C: hue angle of 68.24º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4D26C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 108 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.18 |
| HSL | 68.24º | 0.53% | 0.62% | - |
| HSV(B) | 68.24º | 0.49% | 0.82% | - |
| XYZ | 48.52 | 58.91 | 23 | - |
| YUV | 194.19 | 79.36 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 108 | 0.07 | 0 | 0.49 | 0.18 | 68.24 | 0.53 | 0.62 |
| Hex | C4 | D2 | 6C | 7 | 0 | 31 | 12 | 44 | 35 | 3E |
| Octal | 304 | 322 | 154 | 7 | 0 | 61 | 22 | 104 | 65 | 76 |
| Binary | 11000100 | 11010010 | 1101100 | 111 | 0 | 110001 | 10010 | 1000100 | 110101 | 111110 |
Color Harmonies of #C4D26C
Complementary color
Monochromatic Colors of #C4D26C
Black with #C4D26C
Text Example
Text Example
White with #C4D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D26C; }
p { color: rgb(196,210,108); }
H1.HeaderClassName
{
color: #C4D26C;
}
.AnyTagClassName
{
color: #C4D26C;
}
</style>
background-color css
<style>
a { background-color: #C4D26C; }
a { background-color: rgb(196,210,108); }
div.DivClassName
{
background-color: #C4D26C;
}
.BgClassName
{
background-color: #C4D26C;
}
</style>
border-color css
<style>
span { border-color: #C4D26C; }
span { border-color: rgb(196,210,108); }
td.TdClassName
{
border-color: #C4D26C;
}
.TagClassName
{
border-color: #C4D26C;
}
</style>