Shades of Wild Willow #C5CB6A
Tints of Wild Willow #C5CB6A
RGB
CMYK
RGB Variations
Color information
#C5CB6A (or 0xC5CB6A) is known color: Wild Willow. HEX triplet: C5, CB and 6A. RGB value is (197,203,106). Sum of RGB (Red+Green+Blue) = 197+203+106=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CB6A is #3A3495. Grayscale: #BEBEBE. Windows color (decimal): -3814550 or 6998981. OLE color: 6998981.
HSL color Cylindrical-coordinate representation of color #C5CB6A: hue angle of 63.71º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5CB6A is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 106 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.20 |
| HSL | 63.71º | 0.48% | 0.61% | - |
| HSV(B) | 63.71º | 0.48% | 0.8% | - |
| XYZ | 46.98 | 55.62 | 21.9 | - |
| YUV | 190.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 106 | 0.03 | 0 | 0.48 | 0.20 | 63.71 | 0.48 | 0.61 |
| Hex | C5 | CB | 6A | 3 | 0 | 30 | 14 | 40 | 30 | 3D |
| Octal | 305 | 313 | 152 | 3 | 0 | 60 | 24 | 100 | 60 | 75 |
| Binary | 11000101 | 11001011 | 1101010 | 11 | 0 | 110000 | 10100 | 1000000 | 110000 | 111101 |
Color Harmonies of #C5CB6A
Complementary color
Monochromatic Colors of #C5CB6A
Black with #C5CB6A
Text Example
Text Example
White with #C5CB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CB6A; }
p { color: rgb(197,203,106); }
H1.HeaderClassName
{
color: #C5CB6A;
}
.AnyTagClassName
{
color: #C5CB6A;
}
</style>
background-color css
<style>
a { background-color: #C5CB6A; }
a { background-color: rgb(197,203,106); }
div.DivClassName
{
background-color: #C5CB6A;
}
.BgClassName
{
background-color: #C5CB6A;
}
</style>
border-color css
<style>
span { border-color: #C5CB6A; }
span { border-color: rgb(197,203,106); }
td.TdClassName
{
border-color: #C5CB6A;
}
.TagClassName
{
border-color: #C5CB6A;
}
</style>