Shades of Wild Willow #B2BD65
Tints of Wild Willow #B2BD65
RGB
CMYK
RGB Variations
Color information
#B2BD65 (or 0xB2BD65) is known color: Wild Willow. HEX triplet: B2, BD and 65. RGB value is (178,189,101). Sum of RGB (Red+Green+Blue) = 178+189+101=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD65 is #4D429A. Grayscale: #B0B0B0. Windows color (decimal): -5063323 or 6667698. OLE color: 6667698.
HSL color Cylindrical-coordinate representation of color #B2BD65: hue angle of 67.5º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2BD65 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 101 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.26 |
| HSL | 67.5º | 0.4% | 0.57% | - |
| HSV(B) | 67.5º | 0.47% | 0.74% | - |
| XYZ | 38.91 | 46.8 | 19.29 | - |
| YUV | 175.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 101 | 0.06 | 0 | 0.47 | 0.26 | 67.5 | 0.4 | 0.57 |
| Hex | B2 | BD | 65 | 6 | 0 | 2F | 1A | 44 | 28 | 39 |
| Octal | 262 | 275 | 145 | 6 | 0 | 57 | 32 | 104 | 50 | 71 |
| Binary | 10110010 | 10111101 | 1100101 | 110 | 0 | 101111 | 11010 | 1000100 | 101000 | 111001 |
Color Harmonies of #B2BD65
Complementary color
Monochromatic Colors of #B2BD65
Black with #B2BD65
Text Example
Text Example
White with #B2BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD65; }
p { color: rgb(178,189,101); }
H1.HeaderClassName
{
color: #B2BD65;
}
.AnyTagClassName
{
color: #B2BD65;
}
</style>
background-color css
<style>
a { background-color: #B2BD65; }
a { background-color: rgb(178,189,101); }
div.DivClassName
{
background-color: #B2BD65;
}
.BgClassName
{
background-color: #B2BD65;
}
</style>
border-color css
<style>
span { border-color: #B2BD65; }
span { border-color: rgb(178,189,101); }
td.TdClassName
{
border-color: #B2BD65;
}
.TagClassName
{
border-color: #B2BD65;
}
</style>