Shades of Wild Willow #B8D564
Tints of Wild Willow #B8D564
RGB
CMYK
RGB Variations
Color information
#B8D564 (or 0xB8D564) is known color: Wild Willow. HEX triplet: B8, D5 and 64. RGB value is (184,213,100). Sum of RGB (Red+Green+Blue) = 184+213+100=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D564 is #472A9B. Grayscale: #BFBFBF. Windows color (decimal): -4663964 or 6608312. OLE color: 6608312.
HSL color Cylindrical-coordinate representation of color #B8D564: hue angle of 75.4º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8D564 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 100 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.16 |
| HSL | 75.4º | 0.57% | 0.61% | - |
| HSV(B) | 75.4º | 0.53% | 0.84% | - |
| XYZ | 45.86 | 58.7 | 20.97 | - |
| YUV | 191.45 | 76.39 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 100 | 0.14 | 0 | 0.53 | 0.16 | 75.4 | 0.57 | 0.61 |
| Hex | B8 | D5 | 64 | E | 0 | 35 | 10 | 4B | 39 | 3D |
| Octal | 270 | 325 | 144 | 16 | 0 | 65 | 20 | 113 | 71 | 75 |
| Binary | 10111000 | 11010101 | 1100100 | 1110 | 0 | 110101 | 10000 | 1001011 | 111001 | 111101 |
Color Harmonies of #B8D564
Complementary color
Monochromatic Colors of #B8D564
Black with #B8D564
Text Example
Text Example
White with #B8D564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D564; }
p { color: rgb(184,213,100); }
H1.HeaderClassName
{
color: #B8D564;
}
.AnyTagClassName
{
color: #B8D564;
}
</style>
background-color css
<style>
a { background-color: #B8D564; }
a { background-color: rgb(184,213,100); }
div.DivClassName
{
background-color: #B8D564;
}
.BgClassName
{
background-color: #B8D564;
}
</style>
border-color css
<style>
span { border-color: #B8D564; }
span { border-color: rgb(184,213,100); }
td.TdClassName
{
border-color: #B8D564;
}
.TagClassName
{
border-color: #B8D564;
}
</style>