Shades of Wild Willow #C5CB5B
Tints of Wild Willow #C5CB5B
RGB
CMYK
RGB Variations
Color information
#C5CB5B (or 0xC5CB5B) is known color: Wild Willow. HEX triplet: C5, CB and 5B. RGB value is (197,203,91). Sum of RGB (Red+Green+Blue) = 197+203+91=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CB5B is #3A34A4. Grayscale: #BCBCBC. Windows color (decimal): -3814565 or 6015941. OLE color: 6015941.
HSL color Cylindrical-coordinate representation of color #C5CB5B: hue angle of 63.21º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5CB5B is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 91 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.20 |
| HSL | 63.21º | 0.52% | 0.58% | - |
| HSV(B) | 63.21º | 0.55% | 0.8% | - |
| XYZ | 46.27 | 55.34 | 18.14 | - |
| YUV | 188.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 91 | 0.03 | 0 | 0.55 | 0.20 | 63.21 | 0.52 | 0.58 |
| Hex | C5 | CB | 5B | 3 | 0 | 37 | 14 | 3F | 34 | 3A |
| Octal | 305 | 313 | 133 | 3 | 0 | 67 | 24 | 77 | 64 | 72 |
| Binary | 11000101 | 11001011 | 1011011 | 11 | 0 | 110111 | 10100 | 111111 | 110100 | 111010 |
Color Harmonies of #C5CB5B
Complementary color
Monochromatic Colors of #C5CB5B
Black with #C5CB5B
Text Example
Text Example
White with #C5CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CB5B; }
p { color: rgb(197,203,91); }
H1.HeaderClassName
{
color: #C5CB5B;
}
.AnyTagClassName
{
color: #C5CB5B;
}
</style>
background-color css
<style>
a { background-color: #C5CB5B; }
a { background-color: rgb(197,203,91); }
div.DivClassName
{
background-color: #C5CB5B;
}
.BgClassName
{
background-color: #C5CB5B;
}
</style>
border-color css
<style>
span { border-color: #C5CB5B; }
span { border-color: rgb(197,203,91); }
td.TdClassName
{
border-color: #C5CB5B;
}
.TagClassName
{
border-color: #C5CB5B;
}
</style>