Shades of Wild Willow #BFC855
Tints of Wild Willow #BFC855
RGB
CMYK
RGB Variations
Color information
#BFC855 (or 0xBFC855) is known color: Wild Willow. HEX triplet: BF, C8 and 55. RGB value is (191,200,85). Sum of RGB (Red+Green+Blue) = 191+200+85=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC855 is #4037AA. Grayscale: #B8B8B8. Windows color (decimal): -4208555 or 5621951. OLE color: 5621951.
HSL color Cylindrical-coordinate representation of color #BFC855: hue angle of 64.7º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFC855 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 85 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.22 |
| HSL | 64.7º | 0.51% | 0.56% | - |
| HSV(B) | 64.7º | 0.58% | 0.78% | - |
| XYZ | 43.78 | 53.04 | 16.52 | - |
| YUV | 184.2 | 72.02 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 85 | 0.04 | 0 | 0.58 | 0.22 | 64.7 | 0.51 | 0.56 |
| Hex | BF | C8 | 55 | 4 | 0 | 3A | 16 | 41 | 33 | 38 |
| Octal | 277 | 310 | 125 | 4 | 0 | 72 | 26 | 101 | 63 | 70 |
| Binary | 10111111 | 11001000 | 1010101 | 100 | 0 | 111010 | 10110 | 1000001 | 110011 | 111000 |
Color Harmonies of #BFC855
Complementary color
Monochromatic Colors of #BFC855
Black with #BFC855
Text Example
Text Example
White with #BFC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC855; }
p { color: rgb(191,200,85); }
H1.HeaderClassName
{
color: #BFC855;
}
.AnyTagClassName
{
color: #BFC855;
}
</style>
background-color css
<style>
a { background-color: #BFC855; }
a { background-color: rgb(191,200,85); }
div.DivClassName
{
background-color: #BFC855;
}
.BgClassName
{
background-color: #BFC855;
}
</style>
border-color css
<style>
span { border-color: #BFC855; }
span { border-color: rgb(191,200,85); }
td.TdClassName
{
border-color: #BFC855;
}
.TagClassName
{
border-color: #BFC855;
}
</style>