Shades of Wild Willow #BFD76D
Tints of Wild Willow #BFD76D
RGB
CMYK
RGB Variations
Color information
#BFD76D (or 0xBFD76D) is known color: Wild Willow. HEX triplet: BF, D7 and 6D. RGB value is (191,215,109). Sum of RGB (Red+Green+Blue) = 191+215+109=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD76D is #402892. Grayscale: #C4C4C4. Windows color (decimal): -4204691 or 7198655. OLE color: 7198655.
HSL color Cylindrical-coordinate representation of color #BFD76D: hue angle of 73.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFD76D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 109 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.16 |
| HSL | 73.58º | 0.57% | 0.64% | - |
| HSV(B) | 73.58º | 0.49% | 0.84% | - |
| XYZ | 48.55 | 60.78 | 23.64 | - |
| YUV | 195.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 109 | 0.11 | 0 | 0.49 | 0.16 | 73.58 | 0.57 | 0.64 |
| Hex | BF | D7 | 6D | B | 0 | 31 | 10 | 4A | 39 | 40 |
| Octal | 277 | 327 | 155 | 13 | 0 | 61 | 20 | 112 | 71 | 100 |
| Binary | 10111111 | 11010111 | 1101101 | 1011 | 0 | 110001 | 10000 | 1001010 | 111001 | 1000000 |
Color Harmonies of #BFD76D
Complementary color
Monochromatic Colors of #BFD76D
Black with #BFD76D
Text Example
Text Example
White with #BFD76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD76D; }
p { color: rgb(191,215,109); }
H1.HeaderClassName
{
color: #BFD76D;
}
.AnyTagClassName
{
color: #BFD76D;
}
</style>
background-color css
<style>
a { background-color: #BFD76D; }
a { background-color: rgb(191,215,109); }
div.DivClassName
{
background-color: #BFD76D;
}
.BgClassName
{
background-color: #BFD76D;
}
</style>
border-color css
<style>
span { border-color: #BFD76D; }
span { border-color: rgb(191,215,109); }
td.TdClassName
{
border-color: #BFD76D;
}
.TagClassName
{
border-color: #BFD76D;
}
</style>