Shades of Wild Willow #BFC565
Tints of Wild Willow #BFC565
RGB
CMYK
RGB Variations
Color information
#BFC565 (or 0xBFC565) is known color: Wild Willow. HEX triplet: BF, C5 and 65. RGB value is (191,197,101). Sum of RGB (Red+Green+Blue) = 191+197+101=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC565 is #403A9A. Grayscale: #B8B8B8. Windows color (decimal): -4209307 or 6669759. OLE color: 6669759.
HSL color Cylindrical-coordinate representation of color #BFC565: hue angle of 63.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFC565 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 101 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.23 |
| HSL | 63.75º | 0.45% | 0.58% | - |
| HSV(B) | 63.75º | 0.49% | 0.77% | - |
| XYZ | 43.8 | 51.95 | 20.03 | - |
| YUV | 184.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 101 | 0.03 | 0 | 0.49 | 0.23 | 63.75 | 0.45 | 0.58 |
| Hex | BF | C5 | 65 | 3 | 0 | 31 | 17 | 40 | 2D | 3A |
| Octal | 277 | 305 | 145 | 3 | 0 | 61 | 27 | 100 | 55 | 72 |
| Binary | 10111111 | 11000101 | 1100101 | 11 | 0 | 110001 | 10111 | 1000000 | 101101 | 111010 |
Color Harmonies of #BFC565
Complementary color
Monochromatic Colors of #BFC565
Black with #BFC565
Text Example
Text Example
White with #BFC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC565; }
p { color: rgb(191,197,101); }
H1.HeaderClassName
{
color: #BFC565;
}
.AnyTagClassName
{
color: #BFC565;
}
</style>
background-color css
<style>
a { background-color: #BFC565; }
a { background-color: rgb(191,197,101); }
div.DivClassName
{
background-color: #BFC565;
}
.BgClassName
{
background-color: #BFC565;
}
</style>
border-color css
<style>
span { border-color: #BFC565; }
span { border-color: rgb(191,197,101); }
td.TdClassName
{
border-color: #BFC565;
}
.TagClassName
{
border-color: #BFC565;
}
</style>