Shades of Wild Willow #B3BF64
Tints of Wild Willow #B3BF64
RGB
CMYK
RGB Variations
Color information
#B3BF64 (or 0xB3BF64) is known color: Wild Willow. HEX triplet: B3, BF and 64. RGB value is (179,191,100). Sum of RGB (Red+Green+Blue) = 179+191+100=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF64 is #4C409B. Grayscale: #B1B1B1. Windows color (decimal): -4997276 or 6602675. OLE color: 6602675.
HSL color Cylindrical-coordinate representation of color #B3BF64: hue angle of 67.91º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3BF64 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 191 | 100 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.25 |
| HSL | 67.91º | 0.42% | 0.57% | - |
| HSV(B) | 67.91º | 0.48% | 0.75% | - |
| XYZ | 39.52 | 47.77 | 19.19 | - |
| YUV | 177.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 100 | 0.06 | 0 | 0.48 | 0.25 | 67.91 | 0.42 | 0.57 |
| Hex | B3 | BF | 64 | 6 | 0 | 30 | 19 | 44 | 2A | 39 |
| Octal | 263 | 277 | 144 | 6 | 0 | 60 | 31 | 104 | 52 | 71 |
| Binary | 10110011 | 10111111 | 1100100 | 110 | 0 | 110000 | 11001 | 1000100 | 101010 | 111001 |
Color Harmonies of #B3BF64
Complementary color
Monochromatic Colors of #B3BF64
Black with #B3BF64
Text Example
Text Example
White with #B3BF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BF64; }
p { color: rgb(179,191,100); }
H1.HeaderClassName
{
color: #B3BF64;
}
.AnyTagClassName
{
color: #B3BF64;
}
</style>
background-color css
<style>
a { background-color: #B3BF64; }
a { background-color: rgb(179,191,100); }
div.DivClassName
{
background-color: #B3BF64;
}
.BgClassName
{
background-color: #B3BF64;
}
</style>
border-color css
<style>
span { border-color: #B3BF64; }
span { border-color: rgb(179,191,100); }
td.TdClassName
{
border-color: #B3BF64;
}
.TagClassName
{
border-color: #B3BF64;
}
</style>