Shades of Wild Willow #C6C86D
Tints of Wild Willow #C6C86D
RGB
CMYK
RGB Variations
Color information
#C6C86D (or 0xC6C86D) is known color: Wild Willow. HEX triplet: C6, C8 and 6D. RGB value is (198,200,109). Sum of RGB (Red+Green+Blue) = 198+200+109=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C86D is #393792. Grayscale: #BDBDBD. Windows color (decimal): -3749779 or 7194822. OLE color: 7194822.
HSL color Cylindrical-coordinate representation of color #C6C86D: hue angle of 61.32º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6C86D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 109 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.22 |
| HSL | 61.32º | 0.45% | 0.61% | - |
| HSV(B) | 61.32º | 0.46% | 0.78% | - |
| XYZ | 46.7 | 54.42 | 22.51 | - |
| YUV | 189.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 109 | 0.01 | 0 | 0.46 | 0.22 | 61.32 | 0.45 | 0.61 |
| Hex | C6 | C8 | 6D | 1 | 0 | 2E | 16 | 3D | 2D | 3D |
| Octal | 306 | 310 | 155 | 1 | 0 | 56 | 26 | 75 | 55 | 75 |
| Binary | 11000110 | 11001000 | 1101101 | 1 | 0 | 101110 | 10110 | 111101 | 101101 | 111101 |
Color Harmonies of #C6C86D
Complementary color
Monochromatic Colors of #C6C86D
Black with #C6C86D
Text Example
Text Example
White with #C6C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C86D; }
p { color: rgb(198,200,109); }
H1.HeaderClassName
{
color: #C6C86D;
}
.AnyTagClassName
{
color: #C6C86D;
}
</style>
background-color css
<style>
a { background-color: #C6C86D; }
a { background-color: rgb(198,200,109); }
div.DivClassName
{
background-color: #C6C86D;
}
.BgClassName
{
background-color: #C6C86D;
}
</style>
border-color css
<style>
span { border-color: #C6C86D; }
span { border-color: rgb(198,200,109); }
td.TdClassName
{
border-color: #C6C86D;
}
.TagClassName
{
border-color: #C6C86D;
}
</style>