Shades of Wild Willow #C4D76B
Tints of Wild Willow #C4D76B
RGB
CMYK
RGB Variations
Color information
#C4D76B (or 0xC4D76B) is known color: Wild Willow. HEX triplet: C4, D7 and 6B. RGB value is (196,215,107). Sum of RGB (Red+Green+Blue) = 196+215+107=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D76B is #3B2894. Grayscale: #C5C5C5. Windows color (decimal): -3877013 or 7067588. OLE color: 7067588.
HSL color Cylindrical-coordinate representation of color #C4D76B: hue angle of 70.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4D76B is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 107 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.16 |
| HSL | 70.56º | 0.57% | 0.63% | - |
| HSV(B) | 70.56º | 0.5% | 0.84% | - |
| XYZ | 49.72 | 61.4 | 23.14 | - |
| YUV | 197.01 | 77.21 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 107 | 0.09 | 0 | 0.50 | 0.16 | 70.56 | 0.57 | 0.63 |
| Hex | C4 | D7 | 6B | 9 | 0 | 32 | 10 | 47 | 39 | 3F |
| Octal | 304 | 327 | 153 | 11 | 0 | 62 | 20 | 107 | 71 | 77 |
| Binary | 11000100 | 11010111 | 1101011 | 1001 | 0 | 110010 | 10000 | 1000111 | 111001 | 111111 |
Color Harmonies of #C4D76B
Complementary color
Monochromatic Colors of #C4D76B
Black with #C4D76B
Text Example
Text Example
White with #C4D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D76B; }
p { color: rgb(196,215,107); }
H1.HeaderClassName
{
color: #C4D76B;
}
.AnyTagClassName
{
color: #C4D76B;
}
</style>
background-color css
<style>
a { background-color: #C4D76B; }
a { background-color: rgb(196,215,107); }
div.DivClassName
{
background-color: #C4D76B;
}
.BgClassName
{
background-color: #C4D76B;
}
</style>
border-color css
<style>
span { border-color: #C4D76B; }
span { border-color: rgb(196,215,107); }
td.TdClassName
{
border-color: #C4D76B;
}
.TagClassName
{
border-color: #C4D76B;
}
</style>