Shades of Wild Willow #C3D16A
Tints of Wild Willow #C3D16A
RGB
CMYK
RGB Variations
Color information
#C3D16A (or 0xC3D16A) is known color: Wild Willow. HEX triplet: C3, D1 and 6A. RGB value is (195,209,106). Sum of RGB (Red+Green+Blue) = 195+209+106=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D16A is #3C2E95. Grayscale: #C1C1C1. Windows color (decimal): -3944086 or 7000515. OLE color: 7000515.
HSL color Cylindrical-coordinate representation of color #C3D16A: hue angle of 68.16º 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 #C3D16A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 106 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.18 |
| HSL | 68.16º | 0.53% | 0.62% | - |
| HSV(B) | 68.16º | 0.49% | 0.82% | - |
| XYZ | 47.91 | 58.24 | 22.35 | - |
| YUV | 193.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 106 | 0.07 | 0 | 0.49 | 0.18 | 68.16 | 0.53 | 0.62 |
| Hex | C3 | D1 | 6A | 7 | 0 | 31 | 12 | 44 | 35 | 3E |
| Octal | 303 | 321 | 152 | 7 | 0 | 61 | 22 | 104 | 65 | 76 |
| Binary | 11000011 | 11010001 | 1101010 | 111 | 0 | 110001 | 10010 | 1000100 | 110101 | 111110 |
Color Harmonies of #C3D16A
Complementary color
Monochromatic Colors of #C3D16A
Black with #C3D16A
Text Example
Text Example
White with #C3D16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D16A; }
p { color: rgb(195,209,106); }
H1.HeaderClassName
{
color: #C3D16A;
}
.AnyTagClassName
{
color: #C3D16A;
}
</style>
background-color css
<style>
a { background-color: #C3D16A; }
a { background-color: rgb(195,209,106); }
div.DivClassName
{
background-color: #C3D16A;
}
.BgClassName
{
background-color: #C3D16A;
}
</style>
border-color css
<style>
span { border-color: #C3D16A; }
span { border-color: rgb(195,209,106); }
td.TdClassName
{
border-color: #C3D16A;
}
.TagClassName
{
border-color: #C3D16A;
}
</style>