Shades of Wild Willow #B8BF5E
Tints of Wild Willow #B8BF5E
RGB
CMYK
RGB Variations
Color information
#B8BF5E (or 0xB8BF5E) is known color: Wild Willow. HEX triplet: B8, BF and 5E. RGB value is (184,191,94). Sum of RGB (Red+Green+Blue) = 184+191+94=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF5E is #4740A1. Grayscale: #B2B2B2. Windows color (decimal): -4669602 or 6209464. OLE color: 6209464.
HSL color Cylindrical-coordinate representation of color #B8BF5E: hue angle of 64.33º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8BF5E is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 94 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.25 |
| HSL | 64.33º | 0.43% | 0.56% | - |
| HSV(B) | 64.33º | 0.51% | 0.75% | - |
| XYZ | 40.42 | 48.26 | 17.77 | - |
| YUV | 177.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 94 | 0.04 | 0 | 0.51 | 0.25 | 64.33 | 0.43 | 0.56 |
| Hex | B8 | BF | 5E | 4 | 0 | 33 | 19 | 40 | 2B | 38 |
| Octal | 270 | 277 | 136 | 4 | 0 | 63 | 31 | 100 | 53 | 70 |
| Binary | 10111000 | 10111111 | 1011110 | 100 | 0 | 110011 | 11001 | 1000000 | 101011 | 111000 |
Color Harmonies of #B8BF5E
Complementary color
Monochromatic Colors of #B8BF5E
Black with #B8BF5E
Text Example
Text Example
White with #B8BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BF5E; }
p { color: rgb(184,191,94); }
H1.HeaderClassName
{
color: #B8BF5E;
}
.AnyTagClassName
{
color: #B8BF5E;
}
</style>
background-color css
<style>
a { background-color: #B8BF5E; }
a { background-color: rgb(184,191,94); }
div.DivClassName
{
background-color: #B8BF5E;
}
.BgClassName
{
background-color: #B8BF5E;
}
</style>
border-color css
<style>
span { border-color: #B8BF5E; }
span { border-color: rgb(184,191,94); }
td.TdClassName
{
border-color: #B8BF5E;
}
.TagClassName
{
border-color: #B8BF5E;
}
</style>