Shades of Wild Willow #BFC964
Tints of Wild Willow #BFC964
RGB
CMYK
RGB Variations
Color information
#BFC964 (or 0xBFC964) is known color: Wild Willow. HEX triplet: BF, C9 and 64. RGB value is (191,201,100). Sum of RGB (Red+Green+Blue) = 191+201+100=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC964 is #40369B. Grayscale: #BABABA. Windows color (decimal): -4208284 or 6605247. OLE color: 6605247.
HSL color Cylindrical-coordinate representation of color #BFC964: hue angle of 65.94º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFC964 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 100 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.21 |
| HSL | 65.94º | 0.48% | 0.59% | - |
| HSV(B) | 65.94º | 0.5% | 0.79% | - |
| XYZ | 44.67 | 53.77 | 20.08 | - |
| YUV | 186.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 100 | 0.05 | 0 | 0.50 | 0.21 | 65.94 | 0.48 | 0.59 |
| Hex | BF | C9 | 64 | 5 | 0 | 32 | 15 | 42 | 30 | 3B |
| Octal | 277 | 311 | 144 | 5 | 0 | 62 | 25 | 102 | 60 | 73 |
| Binary | 10111111 | 11001001 | 1100100 | 101 | 0 | 110010 | 10101 | 1000010 | 110000 | 111011 |
Color Harmonies of #BFC964
Complementary color
Monochromatic Colors of #BFC964
Black with #BFC964
Text Example
Text Example
White with #BFC964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC964; }
p { color: rgb(191,201,100); }
H1.HeaderClassName
{
color: #BFC964;
}
.AnyTagClassName
{
color: #BFC964;
}
</style>
background-color css
<style>
a { background-color: #BFC964; }
a { background-color: rgb(191,201,100); }
div.DivClassName
{
background-color: #BFC964;
}
.BgClassName
{
background-color: #BFC964;
}
</style>
border-color css
<style>
span { border-color: #BFC964; }
span { border-color: rgb(191,201,100); }
td.TdClassName
{
border-color: #BFC964;
}
.TagClassName
{
border-color: #BFC964;
}
</style>