Shades of Wild Willow #C2D26C
Tints of Wild Willow #C2D26C
RGB
CMYK
RGB Variations
Color information
#C2D26C (or 0xC2D26C) is known color: Wild Willow. HEX triplet: C2, D2 and 6C. RGB value is (194,210,108). Sum of RGB (Red+Green+Blue) = 194+210+108=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D26C is #3D2D93. Grayscale: #C1C1C1. Windows color (decimal): -4009364 or 7131842. OLE color: 7131842.
HSL color Cylindrical-coordinate representation of color #C2D26C: hue angle of 69.41º 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 #C2D26C is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 108 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.18 |
| HSL | 69.41º | 0.53% | 0.62% | - |
| HSV(B) | 69.41º | 0.49% | 0.82% | - |
| XYZ | 48 | 58.65 | 22.98 | - |
| YUV | 193.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 108 | 0.08 | 0 | 0.49 | 0.18 | 69.41 | 0.53 | 0.62 |
| Hex | C2 | D2 | 6C | 8 | 0 | 31 | 12 | 45 | 35 | 3E |
| Octal | 302 | 322 | 154 | 10 | 0 | 61 | 22 | 105 | 65 | 76 |
| Binary | 11000010 | 11010010 | 1101100 | 1000 | 0 | 110001 | 10010 | 1000101 | 110101 | 111110 |
Color Harmonies of #C2D26C
Complementary color
Monochromatic Colors of #C2D26C
Black with #C2D26C
Text Example
Text Example
White with #C2D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D26C; }
p { color: rgb(194,210,108); }
H1.HeaderClassName
{
color: #C2D26C;
}
.AnyTagClassName
{
color: #C2D26C;
}
</style>
background-color css
<style>
a { background-color: #C2D26C; }
a { background-color: rgb(194,210,108); }
div.DivClassName
{
background-color: #C2D26C;
}
.BgClassName
{
background-color: #C2D26C;
}
</style>
border-color css
<style>
span { border-color: #C2D26C; }
span { border-color: rgb(194,210,108); }
td.TdClassName
{
border-color: #C2D26C;
}
.TagClassName
{
border-color: #C2D26C;
}
</style>