Shades of Wild Willow #BFDB6A
Tints of Wild Willow #BFDB6A
RGB
CMYK
RGB Variations
Color information
#BFDB6A (or 0xBFDB6A) is known color: Wild Willow. HEX triplet: BF, DB and 6A. RGB value is (191,219,106). Sum of RGB (Red+Green+Blue) = 191+219+106=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB6A is #402495. Grayscale: #C6C6C6. Windows color (decimal): -4203670 or 7003071. OLE color: 7003071.
HSL color Cylindrical-coordinate representation of color #BFDB6A: hue angle of 74.87º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFDB6A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 106 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.14 |
| HSL | 74.87º | 0.61% | 0.64% | - |
| HSV(B) | 74.87º | 0.52% | 0.86% | - |
| XYZ | 49.42 | 62.78 | 23.15 | - |
| YUV | 197.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 106 | 0.13 | 0 | 0.52 | 0.14 | 74.87 | 0.61 | 0.64 |
| Hex | BF | DB | 6A | D | 0 | 34 | E | 4B | 3D | 40 |
| Octal | 277 | 333 | 152 | 15 | 0 | 64 | 16 | 113 | 75 | 100 |
| Binary | 10111111 | 11011011 | 1101010 | 1101 | 0 | 110100 | 1110 | 1001011 | 111101 | 1000000 |
Color Harmonies of #BFDB6A
Complementary color
Monochromatic Colors of #BFDB6A
Black with #BFDB6A
Text Example
Text Example
White with #BFDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB6A; }
p { color: rgb(191,219,106); }
H1.HeaderClassName
{
color: #BFDB6A;
}
.AnyTagClassName
{
color: #BFDB6A;
}
</style>
background-color css
<style>
a { background-color: #BFDB6A; }
a { background-color: rgb(191,219,106); }
div.DivClassName
{
background-color: #BFDB6A;
}
.BgClassName
{
background-color: #BFDB6A;
}
</style>
border-color css
<style>
span { border-color: #BFDB6A; }
span { border-color: rgb(191,219,106); }
td.TdClassName
{
border-color: #BFDB6A;
}
.TagClassName
{
border-color: #BFDB6A;
}
</style>