Shades of Wild Willow #B9DA6E
Tints of Wild Willow #B9DA6E
RGB
CMYK
RGB Variations
Color information
#B9DA6E (or 0xB9DA6E) is known color: Wild Willow. HEX triplet: B9, DA and 6E. RGB value is (185,218,110). Sum of RGB (Red+Green+Blue) = 185+218+110=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA6E is #462591. Grayscale: #C4C4C4. Windows color (decimal): -4597138 or 7264953. OLE color: 7264953.
HSL color Cylindrical-coordinate representation of color #B9DA6E: hue angle of 78.33º degrees, saturation: 0.59, 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 #B9DA6E is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 110 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.15 |
| HSL | 78.33º | 0.59% | 0.64% | - |
| HSV(B) | 78.33º | 0.5% | 0.85% | - |
| XYZ | 47.89 | 61.58 | 24.11 | - |
| YUV | 195.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 110 | 0.15 | 0 | 0.50 | 0.15 | 78.33 | 0.59 | 0.64 |
| Hex | B9 | DA | 6E | F | 0 | 32 | F | 4E | 3B | 40 |
| Octal | 271 | 332 | 156 | 17 | 0 | 62 | 17 | 116 | 73 | 100 |
| Binary | 10111001 | 11011010 | 1101110 | 1111 | 0 | 110010 | 1111 | 1001110 | 111011 | 1000000 |
Color Harmonies of #B9DA6E
Complementary color
Monochromatic Colors of #B9DA6E
Black with #B9DA6E
Text Example
Text Example
White with #B9DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DA6E; }
p { color: rgb(185,218,110); }
H1.HeaderClassName
{
color: #B9DA6E;
}
.AnyTagClassName
{
color: #B9DA6E;
}
</style>
background-color css
<style>
a { background-color: #B9DA6E; }
a { background-color: rgb(185,218,110); }
div.DivClassName
{
background-color: #B9DA6E;
}
.BgClassName
{
background-color: #B9DA6E;
}
</style>
border-color css
<style>
span { border-color: #B9DA6E; }
span { border-color: rgb(185,218,110); }
td.TdClassName
{
border-color: #B9DA6E;
}
.TagClassName
{
border-color: #B9DA6E;
}
</style>