Shades of Wild Willow #B8D566
Tints of Wild Willow #B8D566
RGB
CMYK
RGB Variations
Color information
#B8D566 (or 0xB8D566) is known color: Wild Willow. HEX triplet: B8, D5 and 66. RGB value is (184,213,102). Sum of RGB (Red+Green+Blue) = 184+213+102=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D566 is #472A99. Grayscale: #C0C0C0. Windows color (decimal): -4663962 or 6739384. OLE color: 6739384.
HSL color Cylindrical-coordinate representation of color #B8D566: hue angle of 75.68º degrees, saturation: 0.57, 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 #B8D566 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 102 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.16 |
| HSL | 75.68º | 0.57% | 0.62% | - |
| HSV(B) | 75.68º | 0.52% | 0.84% | - |
| XYZ | 45.96 | 58.74 | 21.49 | - |
| YUV | 191.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 102 | 0.14 | 0 | 0.52 | 0.16 | 75.68 | 0.57 | 0.62 |
| Hex | B8 | D5 | 66 | E | 0 | 34 | 10 | 4C | 39 | 3E |
| Octal | 270 | 325 | 146 | 16 | 0 | 64 | 20 | 114 | 71 | 76 |
| Binary | 10111000 | 11010101 | 1100110 | 1110 | 0 | 110100 | 10000 | 1001100 | 111001 | 111110 |
Color Harmonies of #B8D566
Complementary color
Monochromatic Colors of #B8D566
Black with #B8D566
Text Example
Text Example
White with #B8D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D566; }
p { color: rgb(184,213,102); }
H1.HeaderClassName
{
color: #B8D566;
}
.AnyTagClassName
{
color: #B8D566;
}
</style>
background-color css
<style>
a { background-color: #B8D566; }
a { background-color: rgb(184,213,102); }
div.DivClassName
{
background-color: #B8D566;
}
.BgClassName
{
background-color: #B8D566;
}
</style>
border-color css
<style>
span { border-color: #B8D566; }
span { border-color: rgb(184,213,102); }
td.TdClassName
{
border-color: #B8D566;
}
.TagClassName
{
border-color: #B8D566;
}
</style>