Shades of Wild Willow #B7D166
Tints of Wild Willow #B7D166
RGB
CMYK
RGB Variations
Color information
#B7D166 (or 0xB7D166) is known color: Wild Willow. HEX triplet: B7, D1 and 66. RGB value is (183,209,102). Sum of RGB (Red+Green+Blue) = 183+209+102=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D166 is #482E99. Grayscale: #BDBDBD. Windows color (decimal): -4730522 or 6738359. OLE color: 6738359.
HSL color Cylindrical-coordinate representation of color #B7D166: hue angle of 74.58º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7D166 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 102 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.18 |
| HSL | 74.58º | 0.54% | 0.61% | - |
| HSV(B) | 74.58º | 0.51% | 0.82% | - |
| XYZ | 44.73 | 56.63 | 21.14 | - |
| YUV | 189.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 102 | 0.12 | 0 | 0.51 | 0.18 | 74.58 | 0.54 | 0.61 |
| Hex | B7 | D1 | 66 | C | 0 | 33 | 12 | 4B | 36 | 3D |
| Octal | 267 | 321 | 146 | 14 | 0 | 63 | 22 | 113 | 66 | 75 |
| Binary | 10110111 | 11010001 | 1100110 | 1100 | 0 | 110011 | 10010 | 1001011 | 110110 | 111101 |
Color Harmonies of #B7D166
Complementary color
Monochromatic Colors of #B7D166
Black with #B7D166
Text Example
Text Example
White with #B7D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D166; }
p { color: rgb(183,209,102); }
H1.HeaderClassName
{
color: #B7D166;
}
.AnyTagClassName
{
color: #B7D166;
}
</style>
background-color css
<style>
a { background-color: #B7D166; }
a { background-color: rgb(183,209,102); }
div.DivClassName
{
background-color: #B7D166;
}
.BgClassName
{
background-color: #B7D166;
}
</style>
border-color css
<style>
span { border-color: #B7D166; }
span { border-color: rgb(183,209,102); }
td.TdClassName
{
border-color: #B7D166;
}
.TagClassName
{
border-color: #B7D166;
}
</style>