Shades of Wild Willow #B9DA6C
Tints of Wild Willow #B9DA6C
RGB
CMYK
RGB Variations
Color information
#B9DA6C (or 0xB9DA6C) is known color: Wild Willow. HEX triplet: B9, DA and 6C. RGB value is (185,218,108). Sum of RGB (Red+Green+Blue) = 185+218+108=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA6C is #462593. Grayscale: #C4C4C4. Windows color (decimal): -4597140 or 7133881. OLE color: 7133881.
HSL color Cylindrical-coordinate representation of color #B9DA6C: hue angle of 78º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9DA6C is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 108 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.15 |
| HSL | 78º | 0.6% | 0.64% | - |
| HSV(B) | 78º | 0.5% | 0.85% | - |
| XYZ | 47.79 | 61.54 | 23.55 | - |
| YUV | 195.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 108 | 0.15 | 0 | 0.50 | 0.15 | 78 | 0.6 | 0.64 |
| Hex | B9 | DA | 6C | F | 0 | 32 | F | 4E | 3C | 40 |
| Octal | 271 | 332 | 154 | 17 | 0 | 62 | 17 | 116 | 74 | 100 |
| Binary | 10111001 | 11011010 | 1101100 | 1111 | 0 | 110010 | 1111 | 1001110 | 111100 | 1000000 |
Color Harmonies of #B9DA6C
Complementary color
Monochromatic Colors of #B9DA6C
Black with #B9DA6C
Text Example
Text Example
White with #B9DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DA6C; }
p { color: rgb(185,218,108); }
H1.HeaderClassName
{
color: #B9DA6C;
}
.AnyTagClassName
{
color: #B9DA6C;
}
</style>
background-color css
<style>
a { background-color: #B9DA6C; }
a { background-color: rgb(185,218,108); }
div.DivClassName
{
background-color: #B9DA6C;
}
.BgClassName
{
background-color: #B9DA6C;
}
</style>
border-color css
<style>
span { border-color: #B9DA6C; }
span { border-color: rgb(185,218,108); }
td.TdClassName
{
border-color: #B9DA6C;
}
.TagClassName
{
border-color: #B9DA6C;
}
</style>