Shades of Wild Willow #C9DB5E
Tints of Wild Willow #C9DB5E
RGB
CMYK
RGB Variations
Color information
#C9DB5E (or 0xC9DB5E) is known color: Wild Willow. HEX triplet: C9, DB and 5E. RGB value is (201,219,94). Sum of RGB (Red+Green+Blue) = 201+219+94=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB5E is #3624A1. Grayscale: #C7C7C7. Windows color (decimal): -3548322 or 6216649. OLE color: 6216649.
HSL color Cylindrical-coordinate representation of color #C9DB5E: hue angle of 68.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9DB5E is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 219 | 94 | - |
CMYK | 0.08 | 0 | 0.57 | 0.14 |
HSL | 68.64º | 0.63% | 0.61% | - |
HSV(B) | 68.64º | 0.57% | 0.86% | - |
XYZ | 51.44 | 63.89 | 20.21 | - |
YUV | 199.37 | 68.54 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 219 | 94 | 0.08 | 0 | 0.57 | 0.14 | 68.64 | 0.63 | 0.61 |
Hex | C9 | DB | 5E | 8 | 0 | 39 | E | 45 | 3F | 3D |
Octal | 311 | 333 | 136 | 10 | 0 | 71 | 16 | 105 | 77 | 75 |
Binary | 11001001 | 11011011 | 1011110 | 1000 | 0 | 111001 | 1110 | 1000101 | 111111 | 111101 |
Color Harmonies of #C9DB5E
Complementary color
Monochromatic Colors of #C9DB5E
Black with #C9DB5E
Text Example
Text Example
White with #C9DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB5E; }
p { color: rgb(201,219,94); }
H1.HeaderClassName
{
color: #C9DB5E;
}
.AnyTagClassName
{
color: #C9DB5E;
}
</style>
background-color css
<style>
a { background-color: #C9DB5E; }
a { background-color: rgb(201,219,94); }
div.DivClassName
{
background-color: #C9DB5E;
}
.BgClassName
{
background-color: #C9DB5E;
}
</style>
border-color css
<style>
span { border-color: #C9DB5E; }
span { border-color: rgb(201,219,94); }
td.TdClassName
{
border-color: #C9DB5E;
}
.TagClassName
{
border-color: #C9DB5E;
}
</style>