Shades of Wild Willow #C3D162
Tints of Wild Willow #C3D162
RGB
CMYK
RGB Variations
Color information
#C3D162 (or 0xC3D162) is known color: Wild Willow. HEX triplet: C3, D1 and 62. RGB value is (195,209,98). Sum of RGB (Red+Green+Blue) = 195+209+98=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D162 is #3C2E9D. Grayscale: #C0C0C0. Windows color (decimal): -3944094 or 6476227. OLE color: 6476227.
HSL color Cylindrical-coordinate representation of color #C3D162: hue angle of 67.57º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3D162 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 98 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.18 |
| HSL | 67.57º | 0.55% | 0.6% | - |
| HSV(B) | 67.57º | 0.53% | 0.82% | - |
| XYZ | 47.51 | 58.08 | 20.26 | - |
| YUV | 192.16 | 74.86 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 98 | 0.07 | 0 | 0.53 | 0.18 | 67.57 | 0.55 | 0.6 |
| Hex | C3 | D1 | 62 | 7 | 0 | 35 | 12 | 44 | 37 | 3C |
| Octal | 303 | 321 | 142 | 7 | 0 | 65 | 22 | 104 | 67 | 74 |
| Binary | 11000011 | 11010001 | 1100010 | 111 | 0 | 110101 | 10010 | 1000100 | 110111 | 111100 |
Color Harmonies of #C3D162
Complementary color
Monochromatic Colors of #C3D162
Black with #C3D162
Text Example
Text Example
White with #C3D162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D162; }
p { color: rgb(195,209,98); }
H1.HeaderClassName
{
color: #C3D162;
}
.AnyTagClassName
{
color: #C3D162;
}
</style>
background-color css
<style>
a { background-color: #C3D162; }
a { background-color: rgb(195,209,98); }
div.DivClassName
{
background-color: #C3D162;
}
.BgClassName
{
background-color: #C3D162;
}
</style>
border-color css
<style>
span { border-color: #C3D162; }
span { border-color: rgb(195,209,98); }
td.TdClassName
{
border-color: #C3D162;
}
.TagClassName
{
border-color: #C3D162;
}
</style>