Shades of Wild Willow #B6BF65
Tints of Wild Willow #B6BF65
RGB
CMYK
RGB Variations
Color information
#B6BF65 (or 0xB6BF65) is known color: Wild Willow. HEX triplet: B6, BF and 65. RGB value is (182,191,101). Sum of RGB (Red+Green+Blue) = 182+191+101=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BF65 is #49409A. Grayscale: #B2B2B2. Windows color (decimal): -4800667 or 6668214. OLE color: 6668214.
HSL color Cylindrical-coordinate representation of color #B6BF65: hue angle of 66º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6BF65 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 191 | 101 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.25 |
| HSL | 66º | 0.41% | 0.57% | - |
| HSV(B) | 66º | 0.47% | 0.75% | - |
| XYZ | 40.27 | 48.15 | 19.48 | - |
| YUV | 178.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 191 | 101 | 0.05 | 0 | 0.47 | 0.25 | 66 | 0.41 | 0.57 |
| Hex | B6 | BF | 65 | 5 | 0 | 2F | 19 | 42 | 29 | 39 |
| Octal | 266 | 277 | 145 | 5 | 0 | 57 | 31 | 102 | 51 | 71 |
| Binary | 10110110 | 10111111 | 1100101 | 101 | 0 | 101111 | 11001 | 1000010 | 101001 | 111001 |
Color Harmonies of #B6BF65
Complementary color
Monochromatic Colors of #B6BF65
Black with #B6BF65
Text Example
Text Example
White with #B6BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BF65; }
p { color: rgb(182,191,101); }
H1.HeaderClassName
{
color: #B6BF65;
}
.AnyTagClassName
{
color: #B6BF65;
}
</style>
background-color css
<style>
a { background-color: #B6BF65; }
a { background-color: rgb(182,191,101); }
div.DivClassName
{
background-color: #B6BF65;
}
.BgClassName
{
background-color: #B6BF65;
}
</style>
border-color css
<style>
span { border-color: #B6BF65; }
span { border-color: rgb(182,191,101); }
td.TdClassName
{
border-color: #B6BF65;
}
.TagClassName
{
border-color: #B6BF65;
}
</style>