Shades of Wild Willow #B9C266
Tints of Wild Willow #B9C266
RGB
CMYK
RGB Variations
Color information
#B9C266 (or 0xB9C266) is known color: Wild Willow. HEX triplet: B9, C2 and 66. RGB value is (185,194,102). Sum of RGB (Red+Green+Blue) = 185+194+102=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C266 is #463D99. Grayscale: #B5B5B5. Windows color (decimal): -4603290 or 6734521. OLE color: 6734521.
HSL color Cylindrical-coordinate representation of color #B9C266: hue angle of 65.87º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9C266 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 102 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.24 |
| HSL | 65.87º | 0.43% | 0.58% | - |
| HSV(B) | 65.87º | 0.47% | 0.76% | - |
| XYZ | 41.7 | 49.86 | 20 | - |
| YUV | 180.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 102 | 0.05 | 0 | 0.47 | 0.24 | 65.87 | 0.43 | 0.58 |
| Hex | B9 | C2 | 66 | 5 | 0 | 2F | 18 | 42 | 2B | 3A |
| Octal | 271 | 302 | 146 | 5 | 0 | 57 | 30 | 102 | 53 | 72 |
| Binary | 10111001 | 11000010 | 1100110 | 101 | 0 | 101111 | 11000 | 1000010 | 101011 | 111010 |
Color Harmonies of #B9C266
Complementary color
Monochromatic Colors of #B9C266
Black with #B9C266
Text Example
Text Example
White with #B9C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C266; }
p { color: rgb(185,194,102); }
H1.HeaderClassName
{
color: #B9C266;
}
.AnyTagClassName
{
color: #B9C266;
}
</style>
background-color css
<style>
a { background-color: #B9C266; }
a { background-color: rgb(185,194,102); }
div.DivClassName
{
background-color: #B9C266;
}
.BgClassName
{
background-color: #B9C266;
}
</style>
border-color css
<style>
span { border-color: #B9C266; }
span { border-color: rgb(185,194,102); }
td.TdClassName
{
border-color: #B9C266;
}
.TagClassName
{
border-color: #B9C266;
}
</style>