Shades of Wild Willow #B8D666
Tints of Wild Willow #B8D666
RGB
CMYK
RGB Variations
Color information
#B8D666 (or 0xB8D666) is known color: Wild Willow. HEX triplet: B8, D6 and 66. RGB value is (184,214,102). Sum of RGB (Red+Green+Blue) = 184+214+102=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D666 is #472999. Grayscale: #C0C0C0. Windows color (decimal): -4663706 or 6739640. OLE color: 6739640.
HSL color Cylindrical-coordinate representation of color #B8D666: hue angle of 76.07º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8D666 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 102 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.16 |
| HSL | 76.07º | 0.58% | 0.62% | - |
| HSV(B) | 76.07º | 0.52% | 0.84% | - |
| XYZ | 46.21 | 59.24 | 21.57 | - |
| YUV | 192.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 102 | 0.14 | 0 | 0.52 | 0.16 | 76.07 | 0.58 | 0.62 |
| Hex | B8 | D6 | 66 | E | 0 | 34 | 10 | 4C | 3A | 3E |
| Octal | 270 | 326 | 146 | 16 | 0 | 64 | 20 | 114 | 72 | 76 |
| Binary | 10111000 | 11010110 | 1100110 | 1110 | 0 | 110100 | 10000 | 1001100 | 111010 | 111110 |
Color Harmonies of #B8D666
Complementary color
Monochromatic Colors of #B8D666
Black with #B8D666
Text Example
Text Example
White with #B8D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D666; }
p { color: rgb(184,214,102); }
H1.HeaderClassName
{
color: #B8D666;
}
.AnyTagClassName
{
color: #B8D666;
}
</style>
background-color css
<style>
a { background-color: #B8D666; }
a { background-color: rgb(184,214,102); }
div.DivClassName
{
background-color: #B8D666;
}
.BgClassName
{
background-color: #B8D666;
}
</style>
border-color css
<style>
span { border-color: #B8D666; }
span { border-color: rgb(184,214,102); }
td.TdClassName
{
border-color: #B8D666;
}
.TagClassName
{
border-color: #B8D666;
}
</style>