Shades of Wild Willow #B8D56F
Tints of Wild Willow #B8D56F
RGB
CMYK
RGB Variations
Color information
#B8D56F (or 0xB8D56F) is known color: Wild Willow. HEX triplet: B8, D5 and 6F. RGB value is (184,213,111). Sum of RGB (Red+Green+Blue) = 184+213+111=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D56F is #472A90. Grayscale: #C1C1C1. Windows color (decimal): -4663953 or 7329208. OLE color: 7329208.
HSL color Cylindrical-coordinate representation of color #B8D56F: hue angle of 77.06º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8D56F is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 111 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.16 |
| HSL | 77.06º | 0.55% | 0.64% | - |
| HSV(B) | 77.06º | 0.48% | 0.84% | - |
| XYZ | 46.43 | 58.93 | 23.97 | - |
| YUV | 192.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 111 | 0.14 | 0 | 0.48 | 0.16 | 77.06 | 0.55 | 0.64 |
| Hex | B8 | D5 | 6F | E | 0 | 30 | 10 | 4D | 37 | 40 |
| Octal | 270 | 325 | 157 | 16 | 0 | 60 | 20 | 115 | 67 | 100 |
| Binary | 10111000 | 11010101 | 1101111 | 1110 | 0 | 110000 | 10000 | 1001101 | 110111 | 1000000 |
Color Harmonies of #B8D56F
Complementary color
Monochromatic Colors of #B8D56F
Black with #B8D56F
Text Example
Text Example
White with #B8D56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D56F; }
p { color: rgb(184,213,111); }
H1.HeaderClassName
{
color: #B8D56F;
}
.AnyTagClassName
{
color: #B8D56F;
}
</style>
background-color css
<style>
a { background-color: #B8D56F; }
a { background-color: rgb(184,213,111); }
div.DivClassName
{
background-color: #B8D56F;
}
.BgClassName
{
background-color: #B8D56F;
}
</style>
border-color css
<style>
span { border-color: #B8D56F; }
span { border-color: rgb(184,213,111); }
td.TdClassName
{
border-color: #B8D56F;
}
.TagClassName
{
border-color: #B8D56F;
}
</style>