Shades of Wild Willow #C6CA6C
Tints of Wild Willow #C6CA6C
RGB
CMYK
RGB Variations
Color information
#C6CA6C (or 0xC6CA6C) is known color: Wild Willow. HEX triplet: C6, CA and 6C. RGB value is (198,202,108). Sum of RGB (Red+Green+Blue) = 198+202+108=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CA6C is #393593. Grayscale: #BEBEBE. Windows color (decimal): -3749268 or 7129798. OLE color: 7129798.
HSL color Cylindrical-coordinate representation of color #C6CA6C: hue angle of 62.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6CA6C is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 108 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.21 |
| HSL | 62.55º | 0.47% | 0.61% | - |
| HSV(B) | 62.55º | 0.47% | 0.79% | - |
| XYZ | 47.12 | 55.33 | 22.38 | - |
| YUV | 190.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 108 | 0.02 | 0 | 0.47 | 0.21 | 62.55 | 0.47 | 0.61 |
| Hex | C6 | CA | 6C | 2 | 0 | 2F | 15 | 3F | 2F | 3D |
| Octal | 306 | 312 | 154 | 2 | 0 | 57 | 25 | 77 | 57 | 75 |
| Binary | 11000110 | 11001010 | 1101100 | 10 | 0 | 101111 | 10101 | 111111 | 101111 | 111101 |
Color Harmonies of #C6CA6C
Complementary color
Monochromatic Colors of #C6CA6C
Black with #C6CA6C
Text Example
Text Example
White with #C6CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA6C; }
p { color: rgb(198,202,108); }
H1.HeaderClassName
{
color: #C6CA6C;
}
.AnyTagClassName
{
color: #C6CA6C;
}
</style>
background-color css
<style>
a { background-color: #C6CA6C; }
a { background-color: rgb(198,202,108); }
div.DivClassName
{
background-color: #C6CA6C;
}
.BgClassName
{
background-color: #C6CA6C;
}
</style>
border-color css
<style>
span { border-color: #C6CA6C; }
span { border-color: rgb(198,202,108); }
td.TdClassName
{
border-color: #C6CA6C;
}
.TagClassName
{
border-color: #C6CA6C;
}
</style>