Shades of Wild Willow #C8CA5B
Tints of Wild Willow #C8CA5B
RGB
CMYK
RGB Variations
Color information
#C8CA5B (or 0xC8CA5B) is known color: Wild Willow. HEX triplet: C8, CA and 5B. RGB value is (200,202,91). Sum of RGB (Red+Green+Blue) = 200+202+91=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA5B is #3735A4. Grayscale: #BDBDBD. Windows color (decimal): -3618213 or 6015688. OLE color: 6015688.
HSL color Cylindrical-coordinate representation of color #C8CA5B: hue angle of 61.08º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8CA5B is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 91 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.21 |
| HSL | 61.08º | 0.51% | 0.57% | - |
| HSV(B) | 61.08º | 0.55% | 0.79% | - |
| XYZ | 46.83 | 55.28 | 18.1 | - |
| YUV | 188.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 91 | 0.01 | 0 | 0.55 | 0.21 | 61.08 | 0.51 | 0.57 |
| Hex | C8 | CA | 5B | 1 | 0 | 37 | 15 | 3D | 33 | 39 |
| Octal | 310 | 312 | 133 | 1 | 0 | 67 | 25 | 75 | 63 | 71 |
| Binary | 11001000 | 11001010 | 1011011 | 1 | 0 | 110111 | 10101 | 111101 | 110011 | 111001 |
Color Harmonies of #C8CA5B
Complementary color
Monochromatic Colors of #C8CA5B
Black with #C8CA5B
Text Example
Text Example
White with #C8CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA5B; }
p { color: rgb(200,202,91); }
H1.HeaderClassName
{
color: #C8CA5B;
}
.AnyTagClassName
{
color: #C8CA5B;
}
</style>
background-color css
<style>
a { background-color: #C8CA5B; }
a { background-color: rgb(200,202,91); }
div.DivClassName
{
background-color: #C8CA5B;
}
.BgClassName
{
background-color: #C8CA5B;
}
</style>
border-color css
<style>
span { border-color: #C8CA5B; }
span { border-color: rgb(200,202,91); }
td.TdClassName
{
border-color: #C8CA5B;
}
.TagClassName
{
border-color: #C8CA5B;
}
</style>