Shades of Wild Willow #C3D166
Tints of Wild Willow #C3D166
RGB
CMYK
RGB Variations
Color information
#C3D166 (or 0xC3D166) is known color: Wild Willow. HEX triplet: C3, D1 and 66. RGB value is (195,209,102). Sum of RGB (Red+Green+Blue) = 195+209+102=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D166 is #3C2E99. Grayscale: #C1C1C1. Windows color (decimal): -3944090 or 6738371. OLE color: 6738371.
HSL color Cylindrical-coordinate representation of color #C3D166: hue angle of 67.85º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3D166 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 102 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.18 |
| HSL | 67.85º | 0.54% | 0.61% | - |
| HSV(B) | 67.85º | 0.51% | 0.82% | - |
| XYZ | 47.7 | 58.16 | 21.28 | - |
| YUV | 192.62 | 76.86 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 102 | 0.07 | 0 | 0.51 | 0.18 | 67.85 | 0.54 | 0.61 |
| Hex | C3 | D1 | 66 | 7 | 0 | 33 | 12 | 44 | 36 | 3D |
| Octal | 303 | 321 | 146 | 7 | 0 | 63 | 22 | 104 | 66 | 75 |
| Binary | 11000011 | 11010001 | 1100110 | 111 | 0 | 110011 | 10010 | 1000100 | 110110 | 111101 |
Color Harmonies of #C3D166
Complementary color
Monochromatic Colors of #C3D166
Black with #C3D166
Text Example
Text Example
White with #C3D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D166; }
p { color: rgb(195,209,102); }
H1.HeaderClassName
{
color: #C3D166;
}
.AnyTagClassName
{
color: #C3D166;
}
</style>
background-color css
<style>
a { background-color: #C3D166; }
a { background-color: rgb(195,209,102); }
div.DivClassName
{
background-color: #C3D166;
}
.BgClassName
{
background-color: #C3D166;
}
</style>
border-color css
<style>
span { border-color: #C3D166; }
span { border-color: rgb(195,209,102); }
td.TdClassName
{
border-color: #C3D166;
}
.TagClassName
{
border-color: #C3D166;
}
</style>