Shades of Wild Willow #B9D966
Tints of Wild Willow #B9D966
RGB
CMYK
RGB Variations
Color information
#B9D966 (or 0xB9D966) is known color: Wild Willow. HEX triplet: B9, D9 and 66. RGB value is (185,217,102). Sum of RGB (Red+Green+Blue) = 185+217+102=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D966 is #462699. Grayscale: #C2C2C2. Windows color (decimal): -4597402 or 6740409. OLE color: 6740409.
HSL color Cylindrical-coordinate representation of color #B9D966: hue angle of 76.7º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9D966 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 102 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.15 |
| HSL | 76.7º | 0.6% | 0.63% | - |
| HSV(B) | 76.7º | 0.53% | 0.85% | - |
| XYZ | 47.22 | 60.9 | 21.84 | - |
| YUV | 194.32 | 75.9 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 102 | 0.15 | 0 | 0.53 | 0.15 | 76.7 | 0.6 | 0.63 |
| Hex | B9 | D9 | 66 | F | 0 | 35 | F | 4D | 3C | 3F |
| Octal | 271 | 331 | 146 | 17 | 0 | 65 | 17 | 115 | 74 | 77 |
| Binary | 10111001 | 11011001 | 1100110 | 1111 | 0 | 110101 | 1111 | 1001101 | 111100 | 111111 |
Color Harmonies of #B9D966
Complementary color
Monochromatic Colors of #B9D966
Black with #B9D966
Text Example
Text Example
White with #B9D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D966; }
p { color: rgb(185,217,102); }
H1.HeaderClassName
{
color: #B9D966;
}
.AnyTagClassName
{
color: #B9D966;
}
</style>
background-color css
<style>
a { background-color: #B9D966; }
a { background-color: rgb(185,217,102); }
div.DivClassName
{
background-color: #B9D966;
}
.BgClassName
{
background-color: #B9D966;
}
</style>
border-color css
<style>
span { border-color: #B9D966; }
span { border-color: rgb(185,217,102); }
td.TdClassName
{
border-color: #B9D966;
}
.TagClassName
{
border-color: #B9D966;
}
</style>