Shades of Wild Willow #BFD76C
Tints of Wild Willow #BFD76C
RGB
CMYK
RGB Variations
Color information
#BFD76C (or 0xBFD76C) is known color: Wild Willow. HEX triplet: BF, D7 and 6C. RGB value is (191,215,108). Sum of RGB (Red+Green+Blue) = 191+215+108=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD76C is #402893. Grayscale: #C4C4C4. Windows color (decimal): -4204692 or 7133119. OLE color: 7133119.
HSL color Cylindrical-coordinate representation of color #BFD76C: hue angle of 73.46º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFD76C is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 108 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.16 |
| HSL | 73.46º | 0.57% | 0.63% | - |
| HSV(B) | 73.46º | 0.5% | 0.84% | - |
| XYZ | 48.49 | 60.76 | 23.36 | - |
| YUV | 195.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 108 | 0.11 | 0 | 0.50 | 0.16 | 73.46 | 0.57 | 0.63 |
| Hex | BF | D7 | 6C | B | 0 | 32 | 10 | 49 | 39 | 3F |
| Octal | 277 | 327 | 154 | 13 | 0 | 62 | 20 | 111 | 71 | 77 |
| Binary | 10111111 | 11010111 | 1101100 | 1011 | 0 | 110010 | 10000 | 1001001 | 111001 | 111111 |
Color Harmonies of #BFD76C
Complementary color
Monochromatic Colors of #BFD76C
Black with #BFD76C
Text Example
Text Example
White with #BFD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD76C; }
p { color: rgb(191,215,108); }
H1.HeaderClassName
{
color: #BFD76C;
}
.AnyTagClassName
{
color: #BFD76C;
}
</style>
background-color css
<style>
a { background-color: #BFD76C; }
a { background-color: rgb(191,215,108); }
div.DivClassName
{
background-color: #BFD76C;
}
.BgClassName
{
background-color: #BFD76C;
}
</style>
border-color css
<style>
span { border-color: #BFD76C; }
span { border-color: rgb(191,215,108); }
td.TdClassName
{
border-color: #BFD76C;
}
.TagClassName
{
border-color: #BFD76C;
}
</style>