Shades of Wild Willow #C2C86A
Tints of Wild Willow #C2C86A
RGB
CMYK
RGB Variations
Color information
#C2C86A (or 0xC2C86A) is known color: Wild Willow. HEX triplet: C2, C8 and 6A. RGB value is (194,200,106). Sum of RGB (Red+Green+Blue) = 194+200+106=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C86A is #3D3795. Grayscale: #BBBBBB. Windows color (decimal): -4011926 or 6998210. OLE color: 6998210.
HSL color Cylindrical-coordinate representation of color #C2C86A: hue angle of 63.83º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2C86A is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 106 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.22 |
| HSL | 63.83º | 0.46% | 0.6% | - |
| HSV(B) | 63.83º | 0.47% | 0.78% | - |
| XYZ | 45.5 | 53.82 | 21.63 | - |
| YUV | 187.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 106 | 0.03 | 0 | 0.47 | 0.22 | 63.83 | 0.46 | 0.6 |
| Hex | C2 | C8 | 6A | 3 | 0 | 2F | 16 | 40 | 2E | 3C |
| Octal | 302 | 310 | 152 | 3 | 0 | 57 | 26 | 100 | 56 | 74 |
| Binary | 11000010 | 11001000 | 1101010 | 11 | 0 | 101111 | 10110 | 1000000 | 101110 | 111100 |
Color Harmonies of #C2C86A
Complementary color
Monochromatic Colors of #C2C86A
Black with #C2C86A
Text Example
Text Example
White with #C2C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C86A; }
p { color: rgb(194,200,106); }
H1.HeaderClassName
{
color: #C2C86A;
}
.AnyTagClassName
{
color: #C2C86A;
}
</style>
background-color css
<style>
a { background-color: #C2C86A; }
a { background-color: rgb(194,200,106); }
div.DivClassName
{
background-color: #C2C86A;
}
.BgClassName
{
background-color: #C2C86A;
}
</style>
border-color css
<style>
span { border-color: #C2C86A; }
span { border-color: rgb(194,200,106); }
td.TdClassName
{
border-color: #C2C86A;
}
.TagClassName
{
border-color: #C2C86A;
}
</style>