Shades of Wild Willow #BFD970
Tints of Wild Willow #BFD970
RGB
CMYK
RGB Variations
Color information
#BFD970 (or 0xBFD970) is known color: Wild Willow. HEX triplet: BF, D9 and 70. RGB value is (191,217,112). Sum of RGB (Red+Green+Blue) = 191+217+112=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD970 is #40268F. Grayscale: #C5C5C5. Windows color (decimal): -4204176 or 7395775. OLE color: 7395775.
HSL color Cylindrical-coordinate representation of color #BFD970: hue angle of 74.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFD970 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 112 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.15 |
| HSL | 74.86º | 0.58% | 0.65% | - |
| HSV(B) | 74.86º | 0.48% | 0.85% | - |
| XYZ | 49.22 | 61.87 | 24.68 | - |
| YUV | 197.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 112 | 0.12 | 0 | 0.48 | 0.15 | 74.86 | 0.58 | 0.65 |
| Hex | BF | D9 | 70 | C | 0 | 30 | F | 4B | 3A | 41 |
| Octal | 277 | 331 | 160 | 14 | 0 | 60 | 17 | 113 | 72 | 101 |
| Binary | 10111111 | 11011001 | 1110000 | 1100 | 0 | 110000 | 1111 | 1001011 | 111010 | 1000001 |
Color Harmonies of #BFD970
Complementary color
Monochromatic Colors of #BFD970
Black with #BFD970
Text Example
Text Example
White with #BFD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD970; }
p { color: rgb(191,217,112); }
H1.HeaderClassName
{
color: #BFD970;
}
.AnyTagClassName
{
color: #BFD970;
}
</style>
background-color css
<style>
a { background-color: #BFD970; }
a { background-color: rgb(191,217,112); }
div.DivClassName
{
background-color: #BFD970;
}
.BgClassName
{
background-color: #BFD970;
}
</style>
border-color css
<style>
span { border-color: #BFD970; }
span { border-color: rgb(191,217,112); }
td.TdClassName
{
border-color: #BFD970;
}
.TagClassName
{
border-color: #BFD970;
}
</style>