Shades of Wild Willow #C4D26B
Tints of Wild Willow #C4D26B
RGB
CMYK
RGB Variations
Color information
#C4D26B (or 0xC4D26B) is known color: Wild Willow. HEX triplet: C4, D2 and 6B. RGB value is (196,210,107). Sum of RGB (Red+Green+Blue) = 196+210+107=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D26B is #3B2D94. Grayscale: #C2C2C2. Windows color (decimal): -3878293 or 7066308. OLE color: 7066308.
HSL color Cylindrical-coordinate representation of color #C4D26B: hue angle of 68.16º 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 #C4D26B is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 107 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.18 |
| HSL | 68.16º | 0.53% | 0.62% | - |
| HSV(B) | 68.16º | 0.49% | 0.82% | - |
| XYZ | 48.47 | 58.89 | 22.72 | - |
| YUV | 194.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 107 | 0.07 | 0 | 0.49 | 0.18 | 68.16 | 0.53 | 0.62 |
| Hex | C4 | D2 | 6B | 7 | 0 | 31 | 12 | 44 | 35 | 3E |
| Octal | 304 | 322 | 153 | 7 | 0 | 61 | 22 | 104 | 65 | 76 |
| Binary | 11000100 | 11010010 | 1101011 | 111 | 0 | 110001 | 10010 | 1000100 | 110101 | 111110 |
Color Harmonies of #C4D26B
Complementary color
Monochromatic Colors of #C4D26B
Black with #C4D26B
Text Example
Text Example
White with #C4D26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D26B; }
p { color: rgb(196,210,107); }
H1.HeaderClassName
{
color: #C4D26B;
}
.AnyTagClassName
{
color: #C4D26B;
}
</style>
background-color css
<style>
a { background-color: #C4D26B; }
a { background-color: rgb(196,210,107); }
div.DivClassName
{
background-color: #C4D26B;
}
.BgClassName
{
background-color: #C4D26B;
}
</style>
border-color css
<style>
span { border-color: #C4D26B; }
span { border-color: rgb(196,210,107); }
td.TdClassName
{
border-color: #C4D26B;
}
.TagClassName
{
border-color: #C4D26B;
}
</style>