Shades of Wild Willow #BFD764
Tints of Wild Willow #BFD764
RGB
CMYK
RGB Variations
Color information
#BFD764 (or 0xBFD764) is known color: Wild Willow. HEX triplet: BF, D7 and 64. RGB value is (191,215,100). Sum of RGB (Red+Green+Blue) = 191+215+100=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD764 is #40289B. Grayscale: #C3C3C3. Windows color (decimal): -4204700 or 6608831. OLE color: 6608831.
HSL color Cylindrical-coordinate representation of color #BFD764: hue angle of 72.52º 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 #BFD764 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 100 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.16 |
| HSL | 72.52º | 0.59% | 0.62% | - |
| HSV(B) | 72.52º | 0.53% | 0.84% | - |
| XYZ | 48.09 | 60.6 | 21.22 | - |
| YUV | 194.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 100 | 0.11 | 0 | 0.53 | 0.16 | 72.52 | 0.59 | 0.62 |
| Hex | BF | D7 | 64 | B | 0 | 35 | 10 | 49 | 3B | 3E |
| Octal | 277 | 327 | 144 | 13 | 0 | 65 | 20 | 111 | 73 | 76 |
| Binary | 10111111 | 11010111 | 1100100 | 1011 | 0 | 110101 | 10000 | 1001001 | 111011 | 111110 |
Color Harmonies of #BFD764
Complementary color
Monochromatic Colors of #BFD764
Black with #BFD764
Text Example
Text Example
White with #BFD764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD764; }
p { color: rgb(191,215,100); }
H1.HeaderClassName
{
color: #BFD764;
}
.AnyTagClassName
{
color: #BFD764;
}
</style>
background-color css
<style>
a { background-color: #BFD764; }
a { background-color: rgb(191,215,100); }
div.DivClassName
{
background-color: #BFD764;
}
.BgClassName
{
background-color: #BFD764;
}
</style>
border-color css
<style>
span { border-color: #BFD764; }
span { border-color: rgb(191,215,100); }
td.TdClassName
{
border-color: #BFD764;
}
.TagClassName
{
border-color: #BFD764;
}
</style>