Shades of Wild Willow #C5CA53
Tints of Wild Willow #C5CA53
RGB
CMYK
RGB Variations
Color information
#C5CA53 (or 0xC5CA53) is known color: Wild Willow. HEX triplet: C5, CA and 53. RGB value is (197,202,83). Sum of RGB (Red+Green+Blue) = 197+202+83=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA53 is #3A35AC. Grayscale: #BBBBBB. Windows color (decimal): -3814829 or 5491397. OLE color: 5491397.
HSL color Cylindrical-coordinate representation of color #C5CA53: hue angle of 62.52º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5CA53 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 83 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.21 |
| HSL | 62.52º | 0.53% | 0.56% | - |
| HSV(B) | 62.52º | 0.59% | 0.79% | - |
| XYZ | 45.71 | 54.74 | 16.34 | - |
| YUV | 186.94 | 69.34 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 83 | 0.02 | 0 | 0.59 | 0.21 | 62.52 | 0.53 | 0.56 |
| Hex | C5 | CA | 53 | 2 | 0 | 3B | 15 | 3F | 35 | 38 |
| Octal | 305 | 312 | 123 | 2 | 0 | 73 | 25 | 77 | 65 | 70 |
| Binary | 11000101 | 11001010 | 1010011 | 10 | 0 | 111011 | 10101 | 111111 | 110101 | 111000 |
Color Harmonies of #C5CA53
Complementary color
Monochromatic Colors of #C5CA53
Black with #C5CA53
Text Example
Text Example
White with #C5CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA53; }
p { color: rgb(197,202,83); }
H1.HeaderClassName
{
color: #C5CA53;
}
.AnyTagClassName
{
color: #C5CA53;
}
</style>
background-color css
<style>
a { background-color: #C5CA53; }
a { background-color: rgb(197,202,83); }
div.DivClassName
{
background-color: #C5CA53;
}
.BgClassName
{
background-color: #C5CA53;
}
</style>
border-color css
<style>
span { border-color: #C5CA53; }
span { border-color: rgb(197,202,83); }
td.TdClassName
{
border-color: #C5CA53;
}
.TagClassName
{
border-color: #C5CA53;
}
</style>