Shades of Wild Willow #C3C86D
Tints of Wild Willow #C3C86D
RGB
CMYK
RGB Variations
Color information
#C3C86D (or 0xC3C86D) is known color: Wild Willow. HEX triplet: C3, C8 and 6D. RGB value is (195,200,109). Sum of RGB (Red+Green+Blue) = 195+200+109=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C86D is #3C3792. Grayscale: #BCBCBC. Windows color (decimal): -3946387 or 7194819. OLE color: 7194819.
HSL color Cylindrical-coordinate representation of color #C3C86D: hue angle of 63.3º 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 #C3C86D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 109 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.22 |
| HSL | 63.3º | 0.45% | 0.61% | - |
| HSV(B) | 63.3º | 0.46% | 0.78% | - |
| XYZ | 45.92 | 54.01 | 22.47 | - |
| YUV | 188.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 109 | 0.02 | 0 | 0.46 | 0.22 | 63.3 | 0.45 | 0.61 |
| Hex | C3 | C8 | 6D | 2 | 0 | 2E | 16 | 3F | 2D | 3D |
| Octal | 303 | 310 | 155 | 2 | 0 | 56 | 26 | 77 | 55 | 75 |
| Binary | 11000011 | 11001000 | 1101101 | 10 | 0 | 101110 | 10110 | 111111 | 101101 | 111101 |
Color Harmonies of #C3C86D
Complementary color
Monochromatic Colors of #C3C86D
Black with #C3C86D
Text Example
Text Example
White with #C3C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C86D; }
p { color: rgb(195,200,109); }
H1.HeaderClassName
{
color: #C3C86D;
}
.AnyTagClassName
{
color: #C3C86D;
}
</style>
background-color css
<style>
a { background-color: #C3C86D; }
a { background-color: rgb(195,200,109); }
div.DivClassName
{
background-color: #C3C86D;
}
.BgClassName
{
background-color: #C3C86D;
}
</style>
border-color css
<style>
span { border-color: #C3C86D; }
span { border-color: rgb(195,200,109); }
td.TdClassName
{
border-color: #C3C86D;
}
.TagClassName
{
border-color: #C3C86D;
}
</style>