Shades of Wild Willow #C3C85E
Tints of Wild Willow #C3C85E
RGB
CMYK
RGB Variations
Color information
#C3C85E (or 0xC3C85E) is known color: Wild Willow. HEX triplet: C3, C8 and 5E. RGB value is (195,200,94). Sum of RGB (Red+Green+Blue) = 195+200+94=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C85E is #3C37A1. Grayscale: #BABABA. Windows color (decimal): -3946402 or 6211779. OLE color: 6211779.
HSL color Cylindrical-coordinate representation of color #C3C85E: hue angle of 62.83º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3C85E is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 94 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.22 |
| HSL | 62.83º | 0.49% | 0.58% | - |
| HSV(B) | 62.83º | 0.53% | 0.78% | - |
| XYZ | 45.18 | 53.72 | 18.58 | - |
| YUV | 186.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 94 | 0.02 | 0 | 0.53 | 0.22 | 62.83 | 0.49 | 0.58 |
| Hex | C3 | C8 | 5E | 2 | 0 | 35 | 16 | 3F | 31 | 3A |
| Octal | 303 | 310 | 136 | 2 | 0 | 65 | 26 | 77 | 61 | 72 |
| Binary | 11000011 | 11001000 | 1011110 | 10 | 0 | 110101 | 10110 | 111111 | 110001 | 111010 |
Color Harmonies of #C3C85E
Complementary color
Monochromatic Colors of #C3C85E
Black with #C3C85E
Text Example
Text Example
White with #C3C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C85E; }
p { color: rgb(195,200,94); }
H1.HeaderClassName
{
color: #C3C85E;
}
.AnyTagClassName
{
color: #C3C85E;
}
</style>
background-color css
<style>
a { background-color: #C3C85E; }
a { background-color: rgb(195,200,94); }
div.DivClassName
{
background-color: #C3C85E;
}
.BgClassName
{
background-color: #C3C85E;
}
</style>
border-color css
<style>
span { border-color: #C3C85E; }
span { border-color: rgb(195,200,94); }
td.TdClassName
{
border-color: #C3C85E;
}
.TagClassName
{
border-color: #C3C85E;
}
</style>