Shades of Wild Willow #B7D46A
Tints of Wild Willow #B7D46A
RGB
CMYK
RGB Variations
Color information
#B7D46A (or 0xB7D46A) is known color: Wild Willow. HEX triplet: B7, D4 and 6A. RGB value is (183,212,106). Sum of RGB (Red+Green+Blue) = 183+212+106=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D46A is #482B95. Grayscale: #BFBFBF. Windows color (decimal): -4729750 or 7001271. OLE color: 7001271.
HSL color Cylindrical-coordinate representation of color #B7D46A: hue angle of 76.42º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7D46A is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 106 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.17 |
| HSL | 76.42º | 0.55% | 0.62% | - |
| HSV(B) | 76.42º | 0.5% | 0.83% | - |
| XYZ | 45.67 | 58.19 | 22.46 | - |
| YUV | 191.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 106 | 0.14 | 0 | 0.5 | 0.17 | 76.42 | 0.55 | 0.62 |
| Hex | B7 | D4 | 6A | E | 0 | 32 | 11 | 4C | 37 | 3E |
| Octal | 267 | 324 | 152 | 16 | 0 | 62 | 21 | 114 | 67 | 76 |
| Binary | 10110111 | 11010100 | 1101010 | 1110 | 0 | 110010 | 10001 | 1001100 | 110111 | 111110 |
Color Harmonies of #B7D46A
Complementary color
Monochromatic Colors of #B7D46A
Black with #B7D46A
Text Example
Text Example
White with #B7D46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D46A; }
p { color: rgb(183,212,106); }
H1.HeaderClassName
{
color: #B7D46A;
}
.AnyTagClassName
{
color: #B7D46A;
}
</style>
background-color css
<style>
a { background-color: #B7D46A; }
a { background-color: rgb(183,212,106); }
div.DivClassName
{
background-color: #B7D46A;
}
.BgClassName
{
background-color: #B7D46A;
}
</style>
border-color css
<style>
span { border-color: #B7D46A; }
span { border-color: rgb(183,212,106); }
td.TdClassName
{
border-color: #B7D46A;
}
.TagClassName
{
border-color: #B7D46A;
}
</style>