Shades of Wild Willow #C9DB5B
Tints of Wild Willow #C9DB5B
RGB
CMYK
RGB Variations
Color information
#C9DB5B (or 0xC9DB5B) is known color: Wild Willow. HEX triplet: C9, DB and 5B. RGB value is (201,219,91). Sum of RGB (Red+Green+Blue) = 201+219+91=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB5B is #3624A4. Grayscale: #C7C7C7. Windows color (decimal): -3548325 or 6020041. OLE color: 6020041.
HSL color Cylindrical-coordinate representation of color #C9DB5B: hue angle of 68.44º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9DB5B is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 91 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.14 |
| HSL | 68.44º | 0.64% | 0.61% | - |
| HSV(B) | 68.44º | 0.58% | 0.86% | - |
| XYZ | 51.31 | 63.84 | 19.51 | - |
| YUV | 199.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 91 | 0.08 | 0 | 0.58 | 0.14 | 68.44 | 0.64 | 0.61 |
| Hex | C9 | DB | 5B | 8 | 0 | 3A | E | 44 | 40 | 3D |
| Octal | 311 | 333 | 133 | 10 | 0 | 72 | 16 | 104 | 100 | 75 |
| Binary | 11001001 | 11011011 | 1011011 | 1000 | 0 | 111010 | 1110 | 1000100 | 1000000 | 111101 |
Color Harmonies of #C9DB5B
Complementary color
Monochromatic Colors of #C9DB5B
Black with #C9DB5B
Text Example
Text Example
White with #C9DB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB5B; }
p { color: rgb(201,219,91); }
H1.HeaderClassName
{
color: #C9DB5B;
}
.AnyTagClassName
{
color: #C9DB5B;
}
</style>
background-color css
<style>
a { background-color: #C9DB5B; }
a { background-color: rgb(201,219,91); }
div.DivClassName
{
background-color: #C9DB5B;
}
.BgClassName
{
background-color: #C9DB5B;
}
</style>
border-color css
<style>
span { border-color: #C9DB5B; }
span { border-color: rgb(201,219,91); }
td.TdClassName
{
border-color: #C9DB5B;
}
.TagClassName
{
border-color: #C9DB5B;
}
</style>