Shades of Wild Willow #BFC865
Tints of Wild Willow #BFC865
RGB
CMYK
RGB Variations
Color information
#BFC865 (or 0xBFC865) is known color: Wild Willow. HEX triplet: BF, C8 and 65. RGB value is (191,200,101). Sum of RGB (Red+Green+Blue) = 191+200+101=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC865 is #40379A. Grayscale: #BABABA. Windows color (decimal): -4208539 or 6670527. OLE color: 6670527.
HSL color Cylindrical-coordinate representation of color #BFC865: hue angle of 65.45º 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 #BFC865 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 101 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.22 |
| HSL | 65.45º | 0.47% | 0.59% | - |
| HSV(B) | 65.45º | 0.5% | 0.78% | - |
| XYZ | 44.49 | 53.32 | 20.26 | - |
| YUV | 186.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 101 | 0.04 | 0 | 0.49 | 0.22 | 65.45 | 0.47 | 0.59 |
| Hex | BF | C8 | 65 | 4 | 0 | 31 | 16 | 41 | 2F | 3B |
| Octal | 277 | 310 | 145 | 4 | 0 | 61 | 26 | 101 | 57 | 73 |
| Binary | 10111111 | 11001000 | 1100101 | 100 | 0 | 110001 | 10110 | 1000001 | 101111 | 111011 |
Color Harmonies of #BFC865
Complementary color
Monochromatic Colors of #BFC865
Black with #BFC865
Text Example
Text Example
White with #BFC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC865; }
p { color: rgb(191,200,101); }
H1.HeaderClassName
{
color: #BFC865;
}
.AnyTagClassName
{
color: #BFC865;
}
</style>
background-color css
<style>
a { background-color: #BFC865; }
a { background-color: rgb(191,200,101); }
div.DivClassName
{
background-color: #BFC865;
}
.BgClassName
{
background-color: #BFC865;
}
</style>
border-color css
<style>
span { border-color: #BFC865; }
span { border-color: rgb(191,200,101); }
td.TdClassName
{
border-color: #BFC865;
}
.TagClassName
{
border-color: #BFC865;
}
</style>