Shades of Wild Willow #B9DB6C
Tints of Wild Willow #B9DB6C
RGB
CMYK
RGB Variations
Color information
#B9DB6C (or 0xB9DB6C) is known color: Wild Willow. HEX triplet: B9, DB and 6C. RGB value is (185,219,108). Sum of RGB (Red+Green+Blue) = 185+219+108=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB6C is #462493. Grayscale: #C4C4C4. Windows color (decimal): -4596884 or 7134137. OLE color: 7134137.
HSL color Cylindrical-coordinate representation of color #B9DB6C: hue angle of 78.38º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9DB6C is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 108 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.14 |
| HSL | 78.38º | 0.61% | 0.64% | - |
| HSV(B) | 78.38º | 0.51% | 0.86% | - |
| XYZ | 48.05 | 62.06 | 23.63 | - |
| YUV | 196.18 | 78.24 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 108 | 0.16 | 0 | 0.51 | 0.14 | 78.38 | 0.61 | 0.64 |
| Hex | B9 | DB | 6C | 10 | 0 | 33 | E | 4E | 3D | 40 |
| Octal | 271 | 333 | 154 | 20 | 0 | 63 | 16 | 116 | 75 | 100 |
| Binary | 10111001 | 11011011 | 1101100 | 10000 | 0 | 110011 | 1110 | 1001110 | 111101 | 1000000 |
Color Harmonies of #B9DB6C
Complementary color
Monochromatic Colors of #B9DB6C
Black with #B9DB6C
Text Example
Text Example
White with #B9DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB6C; }
p { color: rgb(185,219,108); }
H1.HeaderClassName
{
color: #B9DB6C;
}
.AnyTagClassName
{
color: #B9DB6C;
}
</style>
background-color css
<style>
a { background-color: #B9DB6C; }
a { background-color: rgb(185,219,108); }
div.DivClassName
{
background-color: #B9DB6C;
}
.BgClassName
{
background-color: #B9DB6C;
}
</style>
border-color css
<style>
span { border-color: #B9DB6C; }
span { border-color: rgb(185,219,108); }
td.TdClassName
{
border-color: #B9DB6C;
}
.TagClassName
{
border-color: #B9DB6C;
}
</style>