Shades of Wild Willow #C9DC52
Tints of Wild Willow #C9DC52
RGB
CMYK
RGB Variations
Color information
#C9DC52 (or 0xC9DC52) is known color: Wild Willow. HEX triplet: C9, DC and 52. RGB value is (201,220,82). Sum of RGB (Red+Green+Blue) = 201+220+82=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DC52 is #3623AD. Grayscale: #C7C7C7. Windows color (decimal): -3548078 or 5430473. OLE color: 5430473.
HSL color Cylindrical-coordinate representation of color #C9DC52: hue angle of 68.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9DC52 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 82 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.14 |
| HSL | 68.26º | 0.66% | 0.59% | - |
| HSV(B) | 68.26º | 0.63% | 0.86% | - |
| XYZ | 51.2 | 64.21 | 17.68 | - |
| YUV | 198.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 82 | 0.09 | 0 | 0.63 | 0.14 | 68.26 | 0.66 | 0.59 |
| Hex | C9 | DC | 52 | 9 | 0 | 3F | E | 44 | 42 | 3B |
| Octal | 311 | 334 | 122 | 11 | 0 | 77 | 16 | 104 | 102 | 73 |
| Binary | 11001001 | 11011100 | 1010010 | 1001 | 0 | 111111 | 1110 | 1000100 | 1000010 | 111011 |
Color Harmonies of #C9DC52
Complementary color
Monochromatic Colors of #C9DC52
Black with #C9DC52
Text Example
Text Example
White with #C9DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC52; }
p { color: rgb(201,220,82); }
H1.HeaderClassName
{
color: #C9DC52;
}
.AnyTagClassName
{
color: #C9DC52;
}
</style>
background-color css
<style>
a { background-color: #C9DC52; }
a { background-color: rgb(201,220,82); }
div.DivClassName
{
background-color: #C9DC52;
}
.BgClassName
{
background-color: #C9DC52;
}
</style>
border-color css
<style>
span { border-color: #C9DC52; }
span { border-color: rgb(201,220,82); }
td.TdClassName
{
border-color: #C9DC52;
}
.TagClassName
{
border-color: #C9DC52;
}
</style>