Shades of Wild Willow #BFC764
Tints of Wild Willow #BFC764
RGB
CMYK
RGB Variations
Color information
#BFC764 (or 0xBFC764) is known color: Wild Willow. HEX triplet: BF, C7 and 64. RGB value is (191,199,100). Sum of RGB (Red+Green+Blue) = 191+199+100=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC764 is #40389B. Grayscale: #B9B9B9. Windows color (decimal): -4208796 or 6604735. OLE color: 6604735.
HSL color Cylindrical-coordinate representation of color #BFC764: hue angle of 64.85º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFC764 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 100 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.22 |
| HSL | 64.85º | 0.47% | 0.59% | - |
| HSV(B) | 64.85º | 0.5% | 0.78% | - |
| XYZ | 44.21 | 52.84 | 19.93 | - |
| YUV | 185.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 100 | 0.04 | 0 | 0.50 | 0.22 | 64.85 | 0.47 | 0.59 |
| Hex | BF | C7 | 64 | 4 | 0 | 32 | 16 | 41 | 2F | 3B |
| Octal | 277 | 307 | 144 | 4 | 0 | 62 | 26 | 101 | 57 | 73 |
| Binary | 10111111 | 11000111 | 1100100 | 100 | 0 | 110010 | 10110 | 1000001 | 101111 | 111011 |
Color Harmonies of #BFC764
Complementary color
Monochromatic Colors of #BFC764
Black with #BFC764
Text Example
Text Example
White with #BFC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC764; }
p { color: rgb(191,199,100); }
H1.HeaderClassName
{
color: #BFC764;
}
.AnyTagClassName
{
color: #BFC764;
}
</style>
background-color css
<style>
a { background-color: #BFC764; }
a { background-color: rgb(191,199,100); }
div.DivClassName
{
background-color: #BFC764;
}
.BgClassName
{
background-color: #BFC764;
}
</style>
border-color css
<style>
span { border-color: #BFC764; }
span { border-color: rgb(191,199,100); }
td.TdClassName
{
border-color: #BFC764;
}
.TagClassName
{
border-color: #BFC764;
}
</style>