Shades of Wild Willow #B8D158
Tints of Wild Willow #B8D158
RGB
CMYK
RGB Variations
Color information
#B8D158 (or 0xB8D158) is known color: Wild Willow. HEX triplet: B8, D1 and 58. RGB value is (184,209,88). Sum of RGB (Red+Green+Blue) = 184+209+88=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D158 is #472EA7. Grayscale: #BCBCBC. Windows color (decimal): -4665000 or 5820856. OLE color: 5820856.
HSL color Cylindrical-coordinate representation of color #B8D158: hue angle of 72.4º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8D158 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 88 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.18 |
| HSL | 72.4º | 0.57% | 0.58% | - |
| HSV(B) | 72.4º | 0.58% | 0.82% | - |
| XYZ | 44.33 | 56.5 | 17.8 | - |
| YUV | 187.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 88 | 0.12 | 0 | 0.58 | 0.18 | 72.4 | 0.57 | 0.58 |
| Hex | B8 | D1 | 58 | C | 0 | 3A | 12 | 48 | 39 | 3A |
| Octal | 270 | 321 | 130 | 14 | 0 | 72 | 22 | 110 | 71 | 72 |
| Binary | 10111000 | 11010001 | 1011000 | 1100 | 0 | 111010 | 10010 | 1001000 | 111001 | 111010 |
Color Harmonies of #B8D158
Complementary color
Monochromatic Colors of #B8D158
Black with #B8D158
Text Example
Text Example
White with #B8D158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D158; }
p { color: rgb(184,209,88); }
H1.HeaderClassName
{
color: #B8D158;
}
.AnyTagClassName
{
color: #B8D158;
}
</style>
background-color css
<style>
a { background-color: #B8D158; }
a { background-color: rgb(184,209,88); }
div.DivClassName
{
background-color: #B8D158;
}
.BgClassName
{
background-color: #B8D158;
}
</style>
border-color css
<style>
span { border-color: #B8D158; }
span { border-color: rgb(184,209,88); }
td.TdClassName
{
border-color: #B8D158;
}
.TagClassName
{
border-color: #B8D158;
}
</style>