Shades of Wild Willow #BFD76E
Tints of Wild Willow #BFD76E
RGB
CMYK
RGB Variations
Color information
#BFD76E (or 0xBFD76E) is known color: Wild Willow. HEX triplet: BF, D7 and 6E. RGB value is (191,215,110). Sum of RGB (Red+Green+Blue) = 191+215+110=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD76E is #402891. Grayscale: #C4C4C4. Windows color (decimal): -4204690 or 7264191. OLE color: 7264191.
HSL color Cylindrical-coordinate representation of color #BFD76E: hue angle of 73.71º 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 #BFD76E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 110 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.16 |
| HSL | 73.71º | 0.57% | 0.64% | - |
| HSV(B) | 73.71º | 0.49% | 0.84% | - |
| XYZ | 48.6 | 60.8 | 23.93 | - |
| YUV | 195.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 110 | 0.11 | 0 | 0.49 | 0.16 | 73.71 | 0.57 | 0.64 |
| Hex | BF | D7 | 6E | B | 0 | 31 | 10 | 4A | 39 | 40 |
| Octal | 277 | 327 | 156 | 13 | 0 | 61 | 20 | 112 | 71 | 100 |
| Binary | 10111111 | 11010111 | 1101110 | 1011 | 0 | 110001 | 10000 | 1001010 | 111001 | 1000000 |
Color Harmonies of #BFD76E
Complementary color
Monochromatic Colors of #BFD76E
Black with #BFD76E
Text Example
Text Example
White with #BFD76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD76E; }
p { color: rgb(191,215,110); }
H1.HeaderClassName
{
color: #BFD76E;
}
.AnyTagClassName
{
color: #BFD76E;
}
</style>
background-color css
<style>
a { background-color: #BFD76E; }
a { background-color: rgb(191,215,110); }
div.DivClassName
{
background-color: #BFD76E;
}
.BgClassName
{
background-color: #BFD76E;
}
</style>
border-color css
<style>
span { border-color: #BFD76E; }
span { border-color: rgb(191,215,110); }
td.TdClassName
{
border-color: #BFD76E;
}
.TagClassName
{
border-color: #BFD76E;
}
</style>