Shades of Wild Willow #BFDA6D
Tints of Wild Willow #BFDA6D
RGB
CMYK
RGB Variations
Color information
#BFDA6D (or 0xBFDA6D) is known color: Wild Willow. HEX triplet: BF, DA and 6D. RGB value is (191,218,109). Sum of RGB (Red+Green+Blue) = 191+218+109=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA6D is #402592. Grayscale: #C5C5C5. Windows color (decimal): -4203923 or 7199423. OLE color: 7199423.
HSL color Cylindrical-coordinate representation of color #BFDA6D: hue angle of 74.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFDA6D is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 109 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.15 |
| HSL | 74.86º | 0.6% | 0.64% | - |
| HSV(B) | 74.86º | 0.5% | 0.85% | - |
| XYZ | 49.32 | 62.32 | 23.9 | - |
| YUV | 197.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 109 | 0.12 | 0 | 0.5 | 0.15 | 74.86 | 0.6 | 0.64 |
| Hex | BF | DA | 6D | C | 0 | 32 | F | 4B | 3C | 40 |
| Octal | 277 | 332 | 155 | 14 | 0 | 62 | 17 | 113 | 74 | 100 |
| Binary | 10111111 | 11011010 | 1101101 | 1100 | 0 | 110010 | 1111 | 1001011 | 111100 | 1000000 |
Color Harmonies of #BFDA6D
Complementary color
Monochromatic Colors of #BFDA6D
Black with #BFDA6D
Text Example
Text Example
White with #BFDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA6D; }
p { color: rgb(191,218,109); }
H1.HeaderClassName
{
color: #BFDA6D;
}
.AnyTagClassName
{
color: #BFDA6D;
}
</style>
background-color css
<style>
a { background-color: #BFDA6D; }
a { background-color: rgb(191,218,109); }
div.DivClassName
{
background-color: #BFDA6D;
}
.BgClassName
{
background-color: #BFDA6D;
}
</style>
border-color css
<style>
span { border-color: #BFDA6D; }
span { border-color: rgb(191,218,109); }
td.TdClassName
{
border-color: #BFDA6D;
}
.TagClassName
{
border-color: #BFDA6D;
}
</style>