Shades of Wild Willow #B7D06D
Tints of Wild Willow #B7D06D
RGB
CMYK
RGB Variations
Color information
#B7D06D (or 0xB7D06D) is known color: Wild Willow. HEX triplet: B7, D0 and 6D. RGB value is (183,208,109). Sum of RGB (Red+Green+Blue) = 183+208+109=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D06D is #482F92. Grayscale: #BDBDBD. Windows color (decimal): -4730771 or 7196855. OLE color: 7196855.
HSL color Cylindrical-coordinate representation of color #B7D06D: hue angle of 75.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7D06D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 109 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.18 |
| HSL | 75.15º | 0.51% | 0.62% | - |
| HSV(B) | 75.15º | 0.48% | 0.82% | - |
| XYZ | 44.84 | 56.28 | 22.97 | - |
| YUV | 189.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 109 | 0.12 | 0 | 0.48 | 0.18 | 75.15 | 0.51 | 0.62 |
| Hex | B7 | D0 | 6D | C | 0 | 30 | 12 | 4B | 33 | 3E |
| Octal | 267 | 320 | 155 | 14 | 0 | 60 | 22 | 113 | 63 | 76 |
| Binary | 10110111 | 11010000 | 1101101 | 1100 | 0 | 110000 | 10010 | 1001011 | 110011 | 111110 |
Color Harmonies of #B7D06D
Complementary color
Monochromatic Colors of #B7D06D
Black with #B7D06D
Text Example
Text Example
White with #B7D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D06D; }
p { color: rgb(183,208,109); }
H1.HeaderClassName
{
color: #B7D06D;
}
.AnyTagClassName
{
color: #B7D06D;
}
</style>
background-color css
<style>
a { background-color: #B7D06D; }
a { background-color: rgb(183,208,109); }
div.DivClassName
{
background-color: #B7D06D;
}
.BgClassName
{
background-color: #B7D06D;
}
</style>
border-color css
<style>
span { border-color: #B7D06D; }
span { border-color: rgb(183,208,109); }
td.TdClassName
{
border-color: #B7D06D;
}
.TagClassName
{
border-color: #B7D06D;
}
</style>