Shades of Wild Willow #B9D76A
Tints of Wild Willow #B9D76A
RGB
CMYK
RGB Variations
Color information
#B9D76A (or 0xB9D76A) is known color: Wild Willow. HEX triplet: B9, D7 and 6A. RGB value is (185,215,106). Sum of RGB (Red+Green+Blue) = 185+215+106=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D76A is #462895. Grayscale: #C2C2C2. Windows color (decimal): -4597910 or 7002041. OLE color: 7002041.
HSL color Cylindrical-coordinate representation of color #B9D76A: hue angle of 76.51º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9D76A is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 106 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.16 |
| HSL | 76.51º | 0.58% | 0.63% | - |
| HSV(B) | 76.51º | 0.51% | 0.84% | - |
| XYZ | 46.91 | 59.96 | 22.74 | - |
| YUV | 193.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 106 | 0.14 | 0 | 0.51 | 0.16 | 76.51 | 0.58 | 0.63 |
| Hex | B9 | D7 | 6A | E | 0 | 33 | 10 | 4D | 3A | 3F |
| Octal | 271 | 327 | 152 | 16 | 0 | 63 | 20 | 115 | 72 | 77 |
| Binary | 10111001 | 11010111 | 1101010 | 1110 | 0 | 110011 | 10000 | 1001101 | 111010 | 111111 |
Color Harmonies of #B9D76A
Complementary color
Monochromatic Colors of #B9D76A
Black with #B9D76A
Text Example
Text Example
White with #B9D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D76A; }
p { color: rgb(185,215,106); }
H1.HeaderClassName
{
color: #B9D76A;
}
.AnyTagClassName
{
color: #B9D76A;
}
</style>
background-color css
<style>
a { background-color: #B9D76A; }
a { background-color: rgb(185,215,106); }
div.DivClassName
{
background-color: #B9D76A;
}
.BgClassName
{
background-color: #B9D76A;
}
</style>
border-color css
<style>
span { border-color: #B9D76A; }
span { border-color: rgb(185,215,106); }
td.TdClassName
{
border-color: #B9D76A;
}
.TagClassName
{
border-color: #B9D76A;
}
</style>