Shades of Wild Willow #B7D566
Tints of Wild Willow #B7D566
RGB
CMYK
RGB Variations
Color information
#B7D566 (or 0xB7D566) is known color: Wild Willow. HEX triplet: B7, D5 and 66. RGB value is (183,213,102). Sum of RGB (Red+Green+Blue) = 183+213+102=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D566 is #482A99. Grayscale: #BFBFBF. Windows color (decimal): -4729498 or 6739383. OLE color: 6739383.
HSL color Cylindrical-coordinate representation of color #B7D566: hue angle of 76.22º 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 #B7D566 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 102 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.16 |
| HSL | 76.22º | 0.57% | 0.62% | - |
| HSV(B) | 76.22º | 0.52% | 0.84% | - |
| XYZ | 45.72 | 58.62 | 21.47 | - |
| YUV | 191.38 | 77.56 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 102 | 0.14 | 0 | 0.52 | 0.16 | 76.22 | 0.57 | 0.62 |
| Hex | B7 | D5 | 66 | E | 0 | 34 | 10 | 4C | 39 | 3E |
| Octal | 267 | 325 | 146 | 16 | 0 | 64 | 20 | 114 | 71 | 76 |
| Binary | 10110111 | 11010101 | 1100110 | 1110 | 0 | 110100 | 10000 | 1001100 | 111001 | 111110 |
Color Harmonies of #B7D566
Complementary color
Monochromatic Colors of #B7D566
Black with #B7D566
Text Example
Text Example
White with #B7D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D566; }
p { color: rgb(183,213,102); }
H1.HeaderClassName
{
color: #B7D566;
}
.AnyTagClassName
{
color: #B7D566;
}
</style>
background-color css
<style>
a { background-color: #B7D566; }
a { background-color: rgb(183,213,102); }
div.DivClassName
{
background-color: #B7D566;
}
.BgClassName
{
background-color: #B7D566;
}
</style>
border-color css
<style>
span { border-color: #B7D566; }
span { border-color: rgb(183,213,102); }
td.TdClassName
{
border-color: #B7D566;
}
.TagClassName
{
border-color: #B7D566;
}
</style>