Shades of Wild Willow #B4BF64
Tints of Wild Willow #B4BF64
RGB
CMYK
RGB Variations
Color information
#B4BF64 (or 0xB4BF64) is known color: Wild Willow. HEX triplet: B4, BF and 64. RGB value is (180,191,100). Sum of RGB (Red+Green+Blue) = 180+191+100=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF64 is #4B409B. Grayscale: #B1B1B1. Windows color (decimal): -4931740 or 6602676. OLE color: 6602676.
HSL color Cylindrical-coordinate representation of color #B4BF64: hue angle of 67.25º 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 #B4BF64 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 191 | 100 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.25 |
| HSL | 67.25º | 0.42% | 0.57% | - |
| HSV(B) | 67.25º | 0.48% | 0.75% | - |
| XYZ | 39.75 | 47.89 | 19.2 | - |
| YUV | 177.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 100 | 0.06 | 0 | 0.48 | 0.25 | 67.25 | 0.42 | 0.57 |
| Hex | B4 | BF | 64 | 6 | 0 | 30 | 19 | 43 | 2A | 39 |
| Octal | 264 | 277 | 144 | 6 | 0 | 60 | 31 | 103 | 52 | 71 |
| Binary | 10110100 | 10111111 | 1100100 | 110 | 0 | 110000 | 11001 | 1000011 | 101010 | 111001 |
Color Harmonies of #B4BF64
Complementary color
Monochromatic Colors of #B4BF64
Black with #B4BF64
Text Example
Text Example
White with #B4BF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BF64; }
p { color: rgb(180,191,100); }
H1.HeaderClassName
{
color: #B4BF64;
}
.AnyTagClassName
{
color: #B4BF64;
}
</style>
background-color css
<style>
a { background-color: #B4BF64; }
a { background-color: rgb(180,191,100); }
div.DivClassName
{
background-color: #B4BF64;
}
.BgClassName
{
background-color: #B4BF64;
}
</style>
border-color css
<style>
span { border-color: #B4BF64; }
span { border-color: rgb(180,191,100); }
td.TdClassName
{
border-color: #B4BF64;
}
.TagClassName
{
border-color: #B4BF64;
}
</style>