Shades of Wild Willow #C8D86B
Tints of Wild Willow #C8D86B
RGB
CMYK
RGB Variations
Color information
#C8D86B (or 0xC8D86B) is known color: Wild Willow. HEX triplet: C8, D8 and 6B. RGB value is (200,216,107). Sum of RGB (Red+Green+Blue) = 200+216+107=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D86B is #372794. Grayscale: #C7C7C7. Windows color (decimal): -3614613 or 7067848. OLE color: 7067848.
HSL color Cylindrical-coordinate representation of color #C8D86B: hue angle of 68.81º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8D86B is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 107 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.15 |
| HSL | 68.81º | 0.58% | 0.63% | - |
| HSV(B) | 68.81º | 0.5% | 0.85% | - |
| XYZ | 51.03 | 62.45 | 23.27 | - |
| YUV | 198.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 107 | 0.07 | 0 | 0.50 | 0.15 | 68.81 | 0.58 | 0.63 |
| Hex | C8 | D8 | 6B | 7 | 0 | 32 | F | 45 | 3A | 3F |
| Octal | 310 | 330 | 153 | 7 | 0 | 62 | 17 | 105 | 72 | 77 |
| Binary | 11001000 | 11011000 | 1101011 | 111 | 0 | 110010 | 1111 | 1000101 | 111010 | 111111 |
Color Harmonies of #C8D86B
Complementary color
Monochromatic Colors of #C8D86B
Black with #C8D86B
Text Example
Text Example
White with #C8D86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D86B; }
p { color: rgb(200,216,107); }
H1.HeaderClassName
{
color: #C8D86B;
}
.AnyTagClassName
{
color: #C8D86B;
}
</style>
background-color css
<style>
a { background-color: #C8D86B; }
a { background-color: rgb(200,216,107); }
div.DivClassName
{
background-color: #C8D86B;
}
.BgClassName
{
background-color: #C8D86B;
}
</style>
border-color css
<style>
span { border-color: #C8D86B; }
span { border-color: rgb(200,216,107); }
td.TdClassName
{
border-color: #C8D86B;
}
.TagClassName
{
border-color: #C8D86B;
}
</style>