Shades of Wild Willow #BFD766
Tints of Wild Willow #BFD766
RGB
CMYK
RGB Variations
Color information
#BFD766 (or 0xBFD766) is known color: Wild Willow. HEX triplet: BF, D7 and 66. RGB value is (191,215,102). Sum of RGB (Red+Green+Blue) = 191+215+102=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD766 is #402899. Grayscale: #C3C3C3. Windows color (decimal): -4204698 or 6739903. OLE color: 6739903.
HSL color Cylindrical-coordinate representation of color #BFD766: hue angle of 72.74º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFD766 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 102 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.16 |
| HSL | 72.74º | 0.59% | 0.62% | - |
| HSV(B) | 72.74º | 0.53% | 0.84% | - |
| XYZ | 48.18 | 60.64 | 21.73 | - |
| YUV | 194.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 102 | 0.11 | 0 | 0.53 | 0.16 | 72.74 | 0.59 | 0.62 |
| Hex | BF | D7 | 66 | B | 0 | 35 | 10 | 49 | 3B | 3E |
| Octal | 277 | 327 | 146 | 13 | 0 | 65 | 20 | 111 | 73 | 76 |
| Binary | 10111111 | 11010111 | 1100110 | 1011 | 0 | 110101 | 10000 | 1001001 | 111011 | 111110 |
Color Harmonies of #BFD766
Complementary color
Monochromatic Colors of #BFD766
Black with #BFD766
Text Example
Text Example
White with #BFD766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD766; }
p { color: rgb(191,215,102); }
H1.HeaderClassName
{
color: #BFD766;
}
.AnyTagClassName
{
color: #BFD766;
}
</style>
background-color css
<style>
a { background-color: #BFD766; }
a { background-color: rgb(191,215,102); }
div.DivClassName
{
background-color: #BFD766;
}
.BgClassName
{
background-color: #BFD766;
}
</style>
border-color css
<style>
span { border-color: #BFD766; }
span { border-color: rgb(191,215,102); }
td.TdClassName
{
border-color: #BFD766;
}
.TagClassName
{
border-color: #BFD766;
}
</style>