Shades of Wild Willow #C2D16A
Tints of Wild Willow #C2D16A
RGB
CMYK
RGB Variations
Color information
#C2D16A (or 0xC2D16A) is known color: Wild Willow. HEX triplet: C2, D1 and 6A. RGB value is (194,209,106). Sum of RGB (Red+Green+Blue) = 194+209+106=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D16A is #3D2E95. Grayscale: #C1C1C1. Windows color (decimal): -4009622 or 7000514. OLE color: 7000514.
HSL color Cylindrical-coordinate representation of color #C2D16A: hue angle of 68.74º 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 #C2D16A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 106 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.18 |
| HSL | 68.74º | 0.53% | 0.62% | - |
| HSV(B) | 68.74º | 0.49% | 0.82% | - |
| XYZ | 47.65 | 58.11 | 22.34 | - |
| YUV | 192.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 106 | 0.07 | 0 | 0.49 | 0.18 | 68.74 | 0.53 | 0.62 |
| Hex | C2 | D1 | 6A | 7 | 0 | 31 | 12 | 45 | 35 | 3E |
| Octal | 302 | 321 | 152 | 7 | 0 | 61 | 22 | 105 | 65 | 76 |
| Binary | 11000010 | 11010001 | 1101010 | 111 | 0 | 110001 | 10010 | 1000101 | 110101 | 111110 |
Color Harmonies of #C2D16A
Complementary color
Monochromatic Colors of #C2D16A
Black with #C2D16A
Text Example
Text Example
White with #C2D16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D16A; }
p { color: rgb(194,209,106); }
H1.HeaderClassName
{
color: #C2D16A;
}
.AnyTagClassName
{
color: #C2D16A;
}
</style>
background-color css
<style>
a { background-color: #C2D16A; }
a { background-color: rgb(194,209,106); }
div.DivClassName
{
background-color: #C2D16A;
}
.BgClassName
{
background-color: #C2D16A;
}
</style>
border-color css
<style>
span { border-color: #C2D16A; }
span { border-color: rgb(194,209,106); }
td.TdClassName
{
border-color: #C2D16A;
}
.TagClassName
{
border-color: #C2D16A;
}
</style>