Shades of Wild Willow #C9D55A
Tints of Wild Willow #C9D55A
RGB
CMYK
RGB Variations
Color information
#C9D55A (or 0xC9D55A) is known color: Wild Willow. HEX triplet: C9, D5 and 5A. RGB value is (201,213,90). Sum of RGB (Red+Green+Blue) = 201+213+90=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D55A is #362AA5. Grayscale: #C3C3C3. Windows color (decimal): -3549862 or 5952969. OLE color: 5952969.
HSL color Cylindrical-coordinate representation of color #C9D55A: hue angle of 65.85º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9D55A is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 90 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.16 |
| HSL | 65.85º | 0.59% | 0.59% | - |
| HSV(B) | 65.85º | 0.58% | 0.84% | - |
| XYZ | 49.73 | 60.74 | 18.78 | - |
| YUV | 195.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 90 | 0.06 | 0 | 0.58 | 0.16 | 65.85 | 0.59 | 0.59 |
| Hex | C9 | D5 | 5A | 6 | 0 | 3A | 10 | 42 | 3B | 3B |
| Octal | 311 | 325 | 132 | 6 | 0 | 72 | 20 | 102 | 73 | 73 |
| Binary | 11001001 | 11010101 | 1011010 | 110 | 0 | 111010 | 10000 | 1000010 | 111011 | 111011 |
Color Harmonies of #C9D55A
Complementary color
Monochromatic Colors of #C9D55A
Black with #C9D55A
Text Example
Text Example
White with #C9D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D55A; }
p { color: rgb(201,213,90); }
H1.HeaderClassName
{
color: #C9D55A;
}
.AnyTagClassName
{
color: #C9D55A;
}
</style>
background-color css
<style>
a { background-color: #C9D55A; }
a { background-color: rgb(201,213,90); }
div.DivClassName
{
background-color: #C9D55A;
}
.BgClassName
{
background-color: #C9D55A;
}
</style>
border-color css
<style>
span { border-color: #C9D55A; }
span { border-color: rgb(201,213,90); }
td.TdClassName
{
border-color: #C9D55A;
}
.TagClassName
{
border-color: #C9D55A;
}
</style>