Shades of Wild Willow #B8D667
Tints of Wild Willow #B8D667
RGB
CMYK
RGB Variations
Color information
#B8D667 (or 0xB8D667) is known color: Wild Willow. HEX triplet: B8, D6 and 67. RGB value is (184,214,103). Sum of RGB (Red+Green+Blue) = 184+214+103=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D667 is #472998. Grayscale: #C0C0C0. Windows color (decimal): -4663705 or 6805176. OLE color: 6805176.
HSL color Cylindrical-coordinate representation of color #B8D667: hue angle of 76.22º 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 #B8D667 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 103 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.16 |
| HSL | 76.22º | 0.58% | 0.62% | - |
| HSV(B) | 76.22º | 0.52% | 0.84% | - |
| XYZ | 46.26 | 59.26 | 21.83 | - |
| YUV | 192.38 | 77.56 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 103 | 0.14 | 0 | 0.52 | 0.16 | 76.22 | 0.58 | 0.62 |
| Hex | B8 | D6 | 67 | E | 0 | 34 | 10 | 4C | 3A | 3E |
| Octal | 270 | 326 | 147 | 16 | 0 | 64 | 20 | 114 | 72 | 76 |
| Binary | 10111000 | 11010110 | 1100111 | 1110 | 0 | 110100 | 10000 | 1001100 | 111010 | 111110 |
Color Harmonies of #B8D667
Complementary color
Monochromatic Colors of #B8D667
Black with #B8D667
Text Example
Text Example
White with #B8D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D667; }
p { color: rgb(184,214,103); }
H1.HeaderClassName
{
color: #B8D667;
}
.AnyTagClassName
{
color: #B8D667;
}
</style>
background-color css
<style>
a { background-color: #B8D667; }
a { background-color: rgb(184,214,103); }
div.DivClassName
{
background-color: #B8D667;
}
.BgClassName
{
background-color: #B8D667;
}
</style>
border-color css
<style>
span { border-color: #B8D667; }
span { border-color: rgb(184,214,103); }
td.TdClassName
{
border-color: #B8D667;
}
.TagClassName
{
border-color: #B8D667;
}
</style>