Shades of Wild Willow #C9D45A
Tints of Wild Willow #C9D45A
RGB
CMYK
RGB Variations
Color information
#C9D45A (or 0xC9D45A) is known color: Wild Willow. HEX triplet: C9, D4 and 5A. RGB value is (201,212,90). Sum of RGB (Red+Green+Blue) = 201+212+90=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D45A is #362BA5. Grayscale: #C3C3C3. Windows color (decimal): -3550118 or 5952713. OLE color: 5952713.
HSL color Cylindrical-coordinate representation of color #C9D45A: hue angle of 65.41º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9D45A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 212 | 90 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.17 |
| HSL | 65.41º | 0.59% | 0.59% | - |
| HSV(B) | 65.41º | 0.58% | 0.83% | - |
| XYZ | 49.48 | 60.24 | 18.69 | - |
| YUV | 194.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 212 | 90 | 0.05 | 0 | 0.58 | 0.17 | 65.41 | 0.59 | 0.59 |
| Hex | C9 | D4 | 5A | 5 | 0 | 3A | 11 | 41 | 3B | 3B |
| Octal | 311 | 324 | 132 | 5 | 0 | 72 | 21 | 101 | 73 | 73 |
| Binary | 11001001 | 11010100 | 1011010 | 101 | 0 | 111010 | 10001 | 1000001 | 111011 | 111011 |
Color Harmonies of #C9D45A
Complementary color
Monochromatic Colors of #C9D45A
Black with #C9D45A
Text Example
Text Example
White with #C9D45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D45A; }
p { color: rgb(201,212,90); }
H1.HeaderClassName
{
color: #C9D45A;
}
.AnyTagClassName
{
color: #C9D45A;
}
</style>
background-color css
<style>
a { background-color: #C9D45A; }
a { background-color: rgb(201,212,90); }
div.DivClassName
{
background-color: #C9D45A;
}
.BgClassName
{
background-color: #C9D45A;
}
</style>
border-color css
<style>
span { border-color: #C9D45A; }
span { border-color: rgb(201,212,90); }
td.TdClassName
{
border-color: #C9D45A;
}
.TagClassName
{
border-color: #C9D45A;
}
</style>