Shades of Wild Willow #C9CA50
Tints of Wild Willow #C9CA50
RGB
CMYK
RGB Variations
Color information
#C9CA50 (or 0xC9CA50) is known color: Wild Willow. HEX triplet: C9, CA and 50. RGB value is (201,202,80). Sum of RGB (Red+Green+Blue) = 201+202+80=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CA50 is #3635AF. Grayscale: #BCBCBC. Windows color (decimal): -3552688 or 5294793. OLE color: 5294793.
HSL color Cylindrical-coordinate representation of color #C9CA50: hue angle of 60.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9CA50 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 80 | - |
| CMYK | 0.00 | 0 | 0.60 | 0.21 |
| HSL | 60.49º | 0.54% | 0.55% | - |
| HSV(B) | 60.49º | 0.6% | 0.79% | - |
| XYZ | 46.66 | 55.24 | 15.79 | - |
| YUV | 187.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 80 | 0.00 | 0 | 0.60 | 0.21 | 60.49 | 0.54 | 0.55 |
| Hex | C9 | CA | 50 | 0 | 0 | 3C | 15 | 3C | 36 | 37 |
| Octal | 311 | 312 | 120 | 0 | 0 | 74 | 25 | 74 | 66 | 67 |
| Binary | 11001001 | 11001010 | 1010000 | 0 | 0 | 111100 | 10101 | 111100 | 110110 | 110111 |
Color Harmonies of #C9CA50
Complementary color
Monochromatic Colors of #C9CA50
Black with #C9CA50
Text Example
Text Example
White with #C9CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA50; }
p { color: rgb(201,202,80); }
H1.HeaderClassName
{
color: #C9CA50;
}
.AnyTagClassName
{
color: #C9CA50;
}
</style>
background-color css
<style>
a { background-color: #C9CA50; }
a { background-color: rgb(201,202,80); }
div.DivClassName
{
background-color: #C9CA50;
}
.BgClassName
{
background-color: #C9CA50;
}
</style>
border-color css
<style>
span { border-color: #C9CA50; }
span { border-color: rgb(201,202,80); }
td.TdClassName
{
border-color: #C9CA50;
}
.TagClassName
{
border-color: #C9CA50;
}
</style>