Shades of Wild Willow #C8D16A
Tints of Wild Willow #C8D16A
RGB
CMYK
RGB Variations
Color information
#C8D16A (or 0xC8D16A) is known color: Wild Willow. HEX triplet: C8, D1 and 6A. RGB value is (200,209,106). Sum of RGB (Red+Green+Blue) = 200+209+106=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D16A is #372E95. Grayscale: #C2C2C2. Windows color (decimal): -3616406 or 7000520. OLE color: 7000520.
HSL color Cylindrical-coordinate representation of color #C8D16A: hue angle of 65.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 #C8D16A is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 106 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.18 |
| HSL | 65.24º | 0.53% | 0.62% | - |
| HSV(B) | 65.24º | 0.49% | 0.82% | - |
| XYZ | 49.22 | 58.92 | 22.41 | - |
| YUV | 194.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 106 | 0.04 | 0 | 0.49 | 0.18 | 65.24 | 0.53 | 0.62 |
| Hex | C8 | D1 | 6A | 4 | 0 | 31 | 12 | 41 | 35 | 3E |
| Octal | 310 | 321 | 152 | 4 | 0 | 61 | 22 | 101 | 65 | 76 |
| Binary | 11001000 | 11010001 | 1101010 | 100 | 0 | 110001 | 10010 | 1000001 | 110101 | 111110 |
Color Harmonies of #C8D16A
Complementary color
Monochromatic Colors of #C8D16A
Black with #C8D16A
Text Example
Text Example
White with #C8D16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D16A; }
p { color: rgb(200,209,106); }
H1.HeaderClassName
{
color: #C8D16A;
}
.AnyTagClassName
{
color: #C8D16A;
}
</style>
background-color css
<style>
a { background-color: #C8D16A; }
a { background-color: rgb(200,209,106); }
div.DivClassName
{
background-color: #C8D16A;
}
.BgClassName
{
background-color: #C8D16A;
}
</style>
border-color css
<style>
span { border-color: #C8D16A; }
span { border-color: rgb(200,209,106); }
td.TdClassName
{
border-color: #C8D16A;
}
.TagClassName
{
border-color: #C8D16A;
}
</style>