Shades of Wild Willow #BFDA6F
Tints of Wild Willow #BFDA6F
RGB
CMYK
RGB Variations
Color information
#BFDA6F (or 0xBFDA6F) is known color: Wild Willow. HEX triplet: BF, DA and 6F. RGB value is (191,218,111). Sum of RGB (Red+Green+Blue) = 191+218+111=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA6F is #402590. Grayscale: #C6C6C6. Windows color (decimal): -4203921 or 7330495. OLE color: 7330495.
HSL color Cylindrical-coordinate representation of color #BFDA6F: hue angle of 75.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFDA6F is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 111 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.15 |
| HSL | 75.14º | 0.59% | 0.65% | - |
| HSV(B) | 75.14º | 0.49% | 0.85% | - |
| XYZ | 49.43 | 62.37 | 24.47 | - |
| YUV | 197.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 111 | 0.12 | 0 | 0.49 | 0.15 | 75.14 | 0.59 | 0.65 |
| Hex | BF | DA | 6F | C | 0 | 31 | F | 4B | 3B | 41 |
| Octal | 277 | 332 | 157 | 14 | 0 | 61 | 17 | 113 | 73 | 101 |
| Binary | 10111111 | 11011010 | 1101111 | 1100 | 0 | 110001 | 1111 | 1001011 | 111011 | 1000001 |
Color Harmonies of #BFDA6F
Complementary color
Monochromatic Colors of #BFDA6F
Black with #BFDA6F
Text Example
Text Example
White with #BFDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA6F; }
p { color: rgb(191,218,111); }
H1.HeaderClassName
{
color: #BFDA6F;
}
.AnyTagClassName
{
color: #BFDA6F;
}
</style>
background-color css
<style>
a { background-color: #BFDA6F; }
a { background-color: rgb(191,218,111); }
div.DivClassName
{
background-color: #BFDA6F;
}
.BgClassName
{
background-color: #BFDA6F;
}
</style>
border-color css
<style>
span { border-color: #BFDA6F; }
span { border-color: rgb(191,218,111); }
td.TdClassName
{
border-color: #BFDA6F;
}
.TagClassName
{
border-color: #BFDA6F;
}
</style>