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