Shades of Wild Willow #C5CB4F
Tints of Wild Willow #C5CB4F
RGB
CMYK
RGB Variations
Color information
#C5CB4F (or 0xC5CB4F) is known color: Wild Willow. HEX triplet: C5, CB and 4F. RGB value is (197,203,79). Sum of RGB (Red+Green+Blue) = 197+203+79=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CB4F is #3A34B0. Grayscale: #BBBBBB. Windows color (decimal): -3814577 or 5229509. OLE color: 5229509.
HSL color Cylindrical-coordinate representation of color #C5CB4F: hue angle of 62.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5CB4F is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 79 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.20 |
| HSL | 62.9º | 0.54% | 0.55% | - |
| HSV(B) | 62.9º | 0.61% | 0.8% | - |
| XYZ | 45.79 | 55.15 | 15.63 | - |
| YUV | 187.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 79 | 0.03 | 0 | 0.61 | 0.20 | 62.9 | 0.54 | 0.55 |
| Hex | C5 | CB | 4F | 3 | 0 | 3D | 14 | 3F | 36 | 37 |
| Octal | 305 | 313 | 117 | 3 | 0 | 75 | 24 | 77 | 66 | 67 |
| Binary | 11000101 | 11001011 | 1001111 | 11 | 0 | 111101 | 10100 | 111111 | 110110 | 110111 |
Color Harmonies of #C5CB4F
Complementary color
Monochromatic Colors of #C5CB4F
Black with #C5CB4F
Text Example
Text Example
White with #C5CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CB4F; }
p { color: rgb(197,203,79); }
H1.HeaderClassName
{
color: #C5CB4F;
}
.AnyTagClassName
{
color: #C5CB4F;
}
</style>
background-color css
<style>
a { background-color: #C5CB4F; }
a { background-color: rgb(197,203,79); }
div.DivClassName
{
background-color: #C5CB4F;
}
.BgClassName
{
background-color: #C5CB4F;
}
</style>
border-color css
<style>
span { border-color: #C5CB4F; }
span { border-color: rgb(197,203,79); }
td.TdClassName
{
border-color: #C5CB4F;
}
.TagClassName
{
border-color: #C5CB4F;
}
</style>