Shades of Wild Willow #B8D56D
Tints of Wild Willow #B8D56D
RGB
CMYK
RGB Variations
Color information
#B8D56D (or 0xB8D56D) is known color: Wild Willow. HEX triplet: B8, D5 and 6D. RGB value is (184,213,109). Sum of RGB (Red+Green+Blue) = 184+213+109=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D56D is #472A92. Grayscale: #C0C0C0. Windows color (decimal): -4663955 or 7198136. OLE color: 7198136.
HSL color Cylindrical-coordinate representation of color #B8D56D: hue angle of 76.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8D56D is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 109 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.16 |
| HSL | 76.73º | 0.55% | 0.63% | - |
| HSV(B) | 76.73º | 0.49% | 0.84% | - |
| XYZ | 46.32 | 58.88 | 23.39 | - |
| YUV | 192.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 109 | 0.14 | 0 | 0.49 | 0.16 | 76.73 | 0.55 | 0.63 |
| Hex | B8 | D5 | 6D | E | 0 | 31 | 10 | 4D | 37 | 3F |
| Octal | 270 | 325 | 155 | 16 | 0 | 61 | 20 | 115 | 67 | 77 |
| Binary | 10111000 | 11010101 | 1101101 | 1110 | 0 | 110001 | 10000 | 1001101 | 110111 | 111111 |
Color Harmonies of #B8D56D
Complementary color
Monochromatic Colors of #B8D56D
Black with #B8D56D
Text Example
Text Example
White with #B8D56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D56D; }
p { color: rgb(184,213,109); }
H1.HeaderClassName
{
color: #B8D56D;
}
.AnyTagClassName
{
color: #B8D56D;
}
</style>
background-color css
<style>
a { background-color: #B8D56D; }
a { background-color: rgb(184,213,109); }
div.DivClassName
{
background-color: #B8D56D;
}
.BgClassName
{
background-color: #B8D56D;
}
</style>
border-color css
<style>
span { border-color: #B8D56D; }
span { border-color: rgb(184,213,109); }
td.TdClassName
{
border-color: #B8D56D;
}
.TagClassName
{
border-color: #B8D56D;
}
</style>