Shades of Wild Willow #B8D26D
Tints of Wild Willow #B8D26D
RGB
CMYK
RGB Variations
Color information
#B8D26D (or 0xB8D26D) is known color: Wild Willow. HEX triplet: B8, D2 and 6D. RGB value is (184,210,109). Sum of RGB (Red+Green+Blue) = 184+210+109=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D26D is #472D92. Grayscale: #BFBFBF. Windows color (decimal): -4664723 or 7197368. OLE color: 7197368.
HSL color Cylindrical-coordinate representation of color #B8D26D: hue angle of 75.45º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8D26D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 109 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.18 |
| HSL | 75.45º | 0.53% | 0.63% | - |
| HSV(B) | 75.45º | 0.48% | 0.82% | - |
| XYZ | 45.57 | 57.39 | 23.14 | - |
| YUV | 190.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 109 | 0.12 | 0 | 0.48 | 0.18 | 75.45 | 0.53 | 0.63 |
| Hex | B8 | D2 | 6D | C | 0 | 30 | 12 | 4B | 35 | 3F |
| Octal | 270 | 322 | 155 | 14 | 0 | 60 | 22 | 113 | 65 | 77 |
| Binary | 10111000 | 11010010 | 1101101 | 1100 | 0 | 110000 | 10010 | 1001011 | 110101 | 111111 |
Color Harmonies of #B8D26D
Complementary color
Monochromatic Colors of #B8D26D
Black with #B8D26D
Text Example
Text Example
White with #B8D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D26D; }
p { color: rgb(184,210,109); }
H1.HeaderClassName
{
color: #B8D26D;
}
.AnyTagClassName
{
color: #B8D26D;
}
</style>
background-color css
<style>
a { background-color: #B8D26D; }
a { background-color: rgb(184,210,109); }
div.DivClassName
{
background-color: #B8D26D;
}
.BgClassName
{
background-color: #B8D26D;
}
</style>
border-color css
<style>
span { border-color: #B8D26D; }
span { border-color: rgb(184,210,109); }
td.TdClassName
{
border-color: #B8D26D;
}
.TagClassName
{
border-color: #B8D26D;
}
</style>