Shades of Wild Willow #BFDA66
Tints of Wild Willow #BFDA66
RGB
CMYK
RGB Variations
Color information
#BFDA66 (or 0xBFDA66) is known color: Wild Willow. HEX triplet: BF, DA and 66. RGB value is (191,218,102). Sum of RGB (Red+Green+Blue) = 191+218+102=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA66 is #402599. Grayscale: #C5C5C5. Windows color (decimal): -4203930 or 6740671. OLE color: 6740671.
HSL color Cylindrical-coordinate representation of color #BFDA66: hue angle of 73.97º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFDA66 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 102 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.15 |
| HSL | 73.97º | 0.61% | 0.63% | - |
| HSV(B) | 73.97º | 0.53% | 0.85% | - |
| XYZ | 48.96 | 62.18 | 21.99 | - |
| YUV | 196.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 102 | 0.12 | 0 | 0.53 | 0.15 | 73.97 | 0.61 | 0.63 |
| Hex | BF | DA | 66 | C | 0 | 35 | F | 4A | 3D | 3F |
| Octal | 277 | 332 | 146 | 14 | 0 | 65 | 17 | 112 | 75 | 77 |
| Binary | 10111111 | 11011010 | 1100110 | 1100 | 0 | 110101 | 1111 | 1001010 | 111101 | 111111 |
Color Harmonies of #BFDA66
Complementary color
Monochromatic Colors of #BFDA66
Black with #BFDA66
Text Example
Text Example
White with #BFDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA66; }
p { color: rgb(191,218,102); }
H1.HeaderClassName
{
color: #BFDA66;
}
.AnyTagClassName
{
color: #BFDA66;
}
</style>
background-color css
<style>
a { background-color: #BFDA66; }
a { background-color: rgb(191,218,102); }
div.DivClassName
{
background-color: #BFDA66;
}
.BgClassName
{
background-color: #BFDA66;
}
</style>
border-color css
<style>
span { border-color: #BFDA66; }
span { border-color: rgb(191,218,102); }
td.TdClassName
{
border-color: #BFDA66;
}
.TagClassName
{
border-color: #BFDA66;
}
</style>