Shades of Wild Willow #C4CD6B
Tints of Wild Willow #C4CD6B
RGB
CMYK
RGB Variations
Color information
#C4CD6B (or 0xC4CD6B) is known color: Wild Willow. HEX triplet: C4, CD and 6B. RGB value is (196,205,107). Sum of RGB (Red+Green+Blue) = 196+205+107=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CD6B is #3B3294. Grayscale: #BFBFBF. Windows color (decimal): -3879573 or 7065028. OLE color: 7065028.
HSL color Cylindrical-coordinate representation of color #C4CD6B: hue angle of 65.51º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4CD6B is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
RGB | 196 | 205 | 107 | - |
CMYK | 0.04 | 0 | 0.48 | 0.20 |
HSL | 65.51º | 0.49% | 0.61% | - |
HSV(B) | 65.51º | 0.48% | 0.8% | - |
XYZ | 47.25 | 56.46 | 22.32 | - |
YUV | 191.14 | 80.52 | 131.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 205 | 107 | 0.04 | 0 | 0.48 | 0.20 | 65.51 | 0.49 | 0.61 |
Hex | C4 | CD | 6B | 4 | 0 | 30 | 14 | 42 | 31 | 3D |
Octal | 304 | 315 | 153 | 4 | 0 | 60 | 24 | 102 | 61 | 75 |
Binary | 11000100 | 11001101 | 1101011 | 100 | 0 | 110000 | 10100 | 1000010 | 110001 | 111101 |
Color Harmonies of #C4CD6B
Complementary color
Monochromatic Colors of #C4CD6B
Black with #C4CD6B
Text Example
Text Example
White with #C4CD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CD6B; }
p { color: rgb(196,205,107); }
H1.HeaderClassName
{
color: #C4CD6B;
}
.AnyTagClassName
{
color: #C4CD6B;
}
</style>
background-color css
<style>
a { background-color: #C4CD6B; }
a { background-color: rgb(196,205,107); }
div.DivClassName
{
background-color: #C4CD6B;
}
.BgClassName
{
background-color: #C4CD6B;
}
</style>
border-color css
<style>
span { border-color: #C4CD6B; }
span { border-color: rgb(196,205,107); }
td.TdClassName
{
border-color: #C4CD6B;
}
.TagClassName
{
border-color: #C4CD6B;
}
</style>