Shades of Wild Willow #C9D75A
Tints of Wild Willow #C9D75A
RGB
CMYK
RGB Variations
Color information
#C9D75A (or 0xC9D75A) is known color: Wild Willow. HEX triplet: C9, D7 and 5A. RGB value is (201,215,90). Sum of RGB (Red+Green+Blue) = 201+215+90=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D75A is #3628A5. Grayscale: #C5C5C5. Windows color (decimal): -3549350 or 5953481. OLE color: 5953481.
HSL color Cylindrical-coordinate representation of color #C9D75A: hue angle of 66.72º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9D75A is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 90 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.16 |
| HSL | 66.72º | 0.61% | 0.6% | - |
| HSV(B) | 66.72º | 0.58% | 0.84% | - |
| XYZ | 50.23 | 61.76 | 18.95 | - |
| YUV | 196.56 | 67.86 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 90 | 0.07 | 0 | 0.58 | 0.16 | 66.72 | 0.61 | 0.6 |
| Hex | C9 | D7 | 5A | 7 | 0 | 3A | 10 | 43 | 3D | 3C |
| Octal | 311 | 327 | 132 | 7 | 0 | 72 | 20 | 103 | 75 | 74 |
| Binary | 11001001 | 11010111 | 1011010 | 111 | 0 | 111010 | 10000 | 1000011 | 111101 | 111100 |
Color Harmonies of #C9D75A
Complementary color
Monochromatic Colors of #C9D75A
Black with #C9D75A
Text Example
Text Example
White with #C9D75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D75A; }
p { color: rgb(201,215,90); }
H1.HeaderClassName
{
color: #C9D75A;
}
.AnyTagClassName
{
color: #C9D75A;
}
</style>
background-color css
<style>
a { background-color: #C9D75A; }
a { background-color: rgb(201,215,90); }
div.DivClassName
{
background-color: #C9D75A;
}
.BgClassName
{
background-color: #C9D75A;
}
</style>
border-color css
<style>
span { border-color: #C9D75A; }
span { border-color: rgb(201,215,90); }
td.TdClassName
{
border-color: #C9D75A;
}
.TagClassName
{
border-color: #C9D75A;
}
</style>