Shades of Wild Willow #C5C85A
Tints of Wild Willow #C5C85A
RGB
CMYK
RGB Variations
Color information
#C5C85A (or 0xC5C85A) is known color: Wild Willow. HEX triplet: C5, C8 and 5A. RGB value is (197,200,90). Sum of RGB (Red+Green+Blue) = 197+200+90=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C85A is #3A37A5. Grayscale: #BBBBBB. Windows color (decimal): -3815334 or 5949637. OLE color: 5949637.
HSL color Cylindrical-coordinate representation of color #C5C85A: hue angle of 61.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5C85A is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 90 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.22 |
| HSL | 61.64º | 0.5% | 0.57% | - |
| HSV(B) | 61.64º | 0.55% | 0.78% | - |
| XYZ | 45.53 | 53.92 | 17.68 | - |
| YUV | 186.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 90 | 0.02 | 0 | 0.55 | 0.22 | 61.64 | 0.5 | 0.57 |
| Hex | C5 | C8 | 5A | 2 | 0 | 37 | 16 | 3E | 32 | 39 |
| Octal | 305 | 310 | 132 | 2 | 0 | 67 | 26 | 76 | 62 | 71 |
| Binary | 11000101 | 11001000 | 1011010 | 10 | 0 | 110111 | 10110 | 111110 | 110010 | 111001 |
Color Harmonies of #C5C85A
Complementary color
Monochromatic Colors of #C5C85A
Black with #C5C85A
Text Example
Text Example
White with #C5C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C85A; }
p { color: rgb(197,200,90); }
H1.HeaderClassName
{
color: #C5C85A;
}
.AnyTagClassName
{
color: #C5C85A;
}
</style>
background-color css
<style>
a { background-color: #C5C85A; }
a { background-color: rgb(197,200,90); }
div.DivClassName
{
background-color: #C5C85A;
}
.BgClassName
{
background-color: #C5C85A;
}
</style>
border-color css
<style>
span { border-color: #C5C85A; }
span { border-color: rgb(197,200,90); }
td.TdClassName
{
border-color: #C5C85A;
}
.TagClassName
{
border-color: #C5C85A;
}
</style>