Shades of Wild Willow #B5BD66
Tints of Wild Willow #B5BD66
RGB
CMYK
RGB Variations
Color information
#B5BD66 (or 0xB5BD66) is known color: Wild Willow. HEX triplet: B5, BD and 66. RGB value is (181,189,102). Sum of RGB (Red+Green+Blue) = 181+189+102=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD66 is #4A4299. Grayscale: #B1B1B1. Windows color (decimal): -4866714 or 6733237. OLE color: 6733237.
HSL color Cylindrical-coordinate representation of color #B5BD66: hue angle of 65.52º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5BD66 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 102 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.26 |
| HSL | 65.52º | 0.4% | 0.57% | - |
| HSV(B) | 65.52º | 0.46% | 0.74% | - |
| XYZ | 39.65 | 47.18 | 19.59 | - |
| YUV | 176.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 102 | 0.04 | 0 | 0.46 | 0.26 | 65.52 | 0.4 | 0.57 |
| Hex | B5 | BD | 66 | 4 | 0 | 2E | 1A | 42 | 28 | 39 |
| Octal | 265 | 275 | 146 | 4 | 0 | 56 | 32 | 102 | 50 | 71 |
| Binary | 10110101 | 10111101 | 1100110 | 100 | 0 | 101110 | 11010 | 1000010 | 101000 | 111001 |
Color Harmonies of #B5BD66
Complementary color
Monochromatic Colors of #B5BD66
Black with #B5BD66
Text Example
Text Example
White with #B5BD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD66; }
p { color: rgb(181,189,102); }
H1.HeaderClassName
{
color: #B5BD66;
}
.AnyTagClassName
{
color: #B5BD66;
}
</style>
background-color css
<style>
a { background-color: #B5BD66; }
a { background-color: rgb(181,189,102); }
div.DivClassName
{
background-color: #B5BD66;
}
.BgClassName
{
background-color: #B5BD66;
}
</style>
border-color css
<style>
span { border-color: #B5BD66; }
span { border-color: rgb(181,189,102); }
td.TdClassName
{
border-color: #B5BD66;
}
.TagClassName
{
border-color: #B5BD66;
}
</style>