Shades of Wild Willow #B7D96E
Tints of Wild Willow #B7D96E
RGB
CMYK
RGB Variations
Color information
#B7D96E (or 0xB7D96E) is known color: Wild Willow. HEX triplet: B7, D9 and 6E. RGB value is (183,217,110). Sum of RGB (Red+Green+Blue) = 183+217+110=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D96E is #482691. Grayscale: #C3C3C3. Windows color (decimal): -4728466 or 7264695. OLE color: 7264695.
HSL color Cylindrical-coordinate representation of color #B7D96E: hue angle of 79.07º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7D96E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 110 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.15 |
| HSL | 79.07º | 0.58% | 0.64% | - |
| HSV(B) | 79.07º | 0.49% | 0.85% | - |
| XYZ | 47.16 | 60.82 | 24.01 | - |
| YUV | 194.64 | 80.24 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 110 | 0.16 | 0 | 0.49 | 0.15 | 79.07 | 0.58 | 0.64 |
| Hex | B7 | D9 | 6E | 10 | 0 | 31 | F | 4F | 3A | 40 |
| Octal | 267 | 331 | 156 | 20 | 0 | 61 | 17 | 117 | 72 | 100 |
| Binary | 10110111 | 11011001 | 1101110 | 10000 | 0 | 110001 | 1111 | 1001111 | 111010 | 1000000 |
Color Harmonies of #B7D96E
Complementary color
Monochromatic Colors of #B7D96E
Black with #B7D96E
Text Example
Text Example
White with #B7D96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D96E; }
p { color: rgb(183,217,110); }
H1.HeaderClassName
{
color: #B7D96E;
}
.AnyTagClassName
{
color: #B7D96E;
}
</style>
background-color css
<style>
a { background-color: #B7D96E; }
a { background-color: rgb(183,217,110); }
div.DivClassName
{
background-color: #B7D96E;
}
.BgClassName
{
background-color: #B7D96E;
}
</style>
border-color css
<style>
span { border-color: #B7D96E; }
span { border-color: rgb(183,217,110); }
td.TdClassName
{
border-color: #B7D96E;
}
.TagClassName
{
border-color: #B7D96E;
}
</style>