Shades of Wild Willow #C6D26C
Tints of Wild Willow #C6D26C
RGB
CMYK
RGB Variations
Color information
#C6D26C (or 0xC6D26C) is known color: Wild Willow. HEX triplet: C6, D2 and 6C. RGB value is (198,210,108). Sum of RGB (Red+Green+Blue) = 198+210+108=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D26C is #392D93. Grayscale: #C3C3C3. Windows color (decimal): -3747220 or 7131846. OLE color: 7131846.
HSL color Cylindrical-coordinate representation of color #C6D26C: hue angle of 67.06º 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 #C6D26C is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 108 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.18 |
| HSL | 67.06º | 0.53% | 0.62% | - |
| HSV(B) | 67.06º | 0.49% | 0.82% | - |
| XYZ | 49.04 | 59.18 | 23.03 | - |
| YUV | 194.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 108 | 0.06 | 0 | 0.49 | 0.18 | 67.06 | 0.53 | 0.62 |
| Hex | C6 | D2 | 6C | 6 | 0 | 31 | 12 | 43 | 35 | 3E |
| Octal | 306 | 322 | 154 | 6 | 0 | 61 | 22 | 103 | 65 | 76 |
| Binary | 11000110 | 11010010 | 1101100 | 110 | 0 | 110001 | 10010 | 1000011 | 110101 | 111110 |
Color Harmonies of #C6D26C
Complementary color
Monochromatic Colors of #C6D26C
Black with #C6D26C
Text Example
Text Example
White with #C6D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D26C; }
p { color: rgb(198,210,108); }
H1.HeaderClassName
{
color: #C6D26C;
}
.AnyTagClassName
{
color: #C6D26C;
}
</style>
background-color css
<style>
a { background-color: #C6D26C; }
a { background-color: rgb(198,210,108); }
div.DivClassName
{
background-color: #C6D26C;
}
.BgClassName
{
background-color: #C6D26C;
}
</style>
border-color css
<style>
span { border-color: #C6D26C; }
span { border-color: rgb(198,210,108); }
td.TdClassName
{
border-color: #C6D26C;
}
.TagClassName
{
border-color: #C6D26C;
}
</style>