Shades of Wild Willow #BFD96A
Tints of Wild Willow #BFD96A
RGB
CMYK
RGB Variations
Color information
#BFD96A (or 0xBFD96A) is known color: Wild Willow. HEX triplet: BF, D9 and 6A. RGB value is (191,217,106). Sum of RGB (Red+Green+Blue) = 191+217+106=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD96A is #402695. Grayscale: #C4C4C4. Windows color (decimal): -4204182 or 7002559. OLE color: 7002559.
HSL color Cylindrical-coordinate representation of color #BFD96A: hue angle of 74.05º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFD96A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 106 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.15 |
| HSL | 74.05º | 0.59% | 0.63% | - |
| HSV(B) | 74.05º | 0.51% | 0.85% | - |
| XYZ | 48.9 | 61.74 | 22.98 | - |
| YUV | 196.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 106 | 0.12 | 0 | 0.51 | 0.15 | 74.05 | 0.59 | 0.63 |
| Hex | BF | D9 | 6A | C | 0 | 33 | F | 4A | 3B | 3F |
| Octal | 277 | 331 | 152 | 14 | 0 | 63 | 17 | 112 | 73 | 77 |
| Binary | 10111111 | 11011001 | 1101010 | 1100 | 0 | 110011 | 1111 | 1001010 | 111011 | 111111 |
Color Harmonies of #BFD96A
Complementary color
Monochromatic Colors of #BFD96A
Black with #BFD96A
Text Example
Text Example
White with #BFD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD96A; }
p { color: rgb(191,217,106); }
H1.HeaderClassName
{
color: #BFD96A;
}
.AnyTagClassName
{
color: #BFD96A;
}
</style>
background-color css
<style>
a { background-color: #BFD96A; }
a { background-color: rgb(191,217,106); }
div.DivClassName
{
background-color: #BFD96A;
}
.BgClassName
{
background-color: #BFD96A;
}
</style>
border-color css
<style>
span { border-color: #BFD96A; }
span { border-color: rgb(191,217,106); }
td.TdClassName
{
border-color: #BFD96A;
}
.TagClassName
{
border-color: #BFD96A;
}
</style>