Shades of Wild Willow #B8D36D
Tints of Wild Willow #B8D36D
RGB
CMYK
RGB Variations
Color information
#B8D36D (or 0xB8D36D) is known color: Wild Willow. HEX triplet: B8, D3 and 6D. RGB value is (184,211,109). Sum of RGB (Red+Green+Blue) = 184+211+109=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D36D is #472C92. Grayscale: #BFBFBF. Windows color (decimal): -4664467 or 7197624. OLE color: 7197624.
HSL color Cylindrical-coordinate representation of color #B8D36D: hue angle of 75.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8D36D is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 109 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.17 |
| HSL | 75.88º | 0.54% | 0.63% | - |
| HSV(B) | 75.88º | 0.48% | 0.83% | - |
| XYZ | 45.82 | 57.88 | 23.23 | - |
| YUV | 191.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 109 | 0.13 | 0 | 0.48 | 0.17 | 75.88 | 0.54 | 0.63 |
| Hex | B8 | D3 | 6D | D | 0 | 30 | 11 | 4C | 36 | 3F |
| Octal | 270 | 323 | 155 | 15 | 0 | 60 | 21 | 114 | 66 | 77 |
| Binary | 10111000 | 11010011 | 1101101 | 1101 | 0 | 110000 | 10001 | 1001100 | 110110 | 111111 |
Color Harmonies of #B8D36D
Complementary color
Monochromatic Colors of #B8D36D
Black with #B8D36D
Text Example
Text Example
White with #B8D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D36D; }
p { color: rgb(184,211,109); }
H1.HeaderClassName
{
color: #B8D36D;
}
.AnyTagClassName
{
color: #B8D36D;
}
</style>
background-color css
<style>
a { background-color: #B8D36D; }
a { background-color: rgb(184,211,109); }
div.DivClassName
{
background-color: #B8D36D;
}
.BgClassName
{
background-color: #B8D36D;
}
</style>
border-color css
<style>
span { border-color: #B8D36D; }
span { border-color: rgb(184,211,109); }
td.TdClassName
{
border-color: #B8D36D;
}
.TagClassName
{
border-color: #B8D36D;
}
</style>