Shades of Wild Willow #BFC256
Tints of Wild Willow #BFC256
RGB
CMYK
RGB Variations
Color information
#BFC256 (or 0xBFC256) is known color: Wild Willow. HEX triplet: BF, C2 and 56. RGB value is (191,194,86). Sum of RGB (Red+Green+Blue) = 191+194+86=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC256 is #403DA9. Grayscale: #B5B5B5. Windows color (decimal): -4210090 or 5685951. OLE color: 5685951.
HSL color Cylindrical-coordinate representation of color #BFC256: hue angle of 61.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFC256 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 86 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.24 |
| HSL | 61.67º | 0.47% | 0.55% | - |
| HSV(B) | 61.67º | 0.56% | 0.76% | - |
| XYZ | 42.46 | 50.33 | 16.28 | - |
| YUV | 180.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 86 | 0.02 | 0 | 0.56 | 0.24 | 61.67 | 0.47 | 0.55 |
| Hex | BF | C2 | 56 | 2 | 0 | 38 | 18 | 3E | 2F | 37 |
| Octal | 277 | 302 | 126 | 2 | 0 | 70 | 30 | 76 | 57 | 67 |
| Binary | 10111111 | 11000010 | 1010110 | 10 | 0 | 111000 | 11000 | 111110 | 101111 | 110111 |
Color Harmonies of #BFC256
Complementary color
Monochromatic Colors of #BFC256
Black with #BFC256
Text Example
Text Example
White with #BFC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC256; }
p { color: rgb(191,194,86); }
H1.HeaderClassName
{
color: #BFC256;
}
.AnyTagClassName
{
color: #BFC256;
}
</style>
background-color css
<style>
a { background-color: #BFC256; }
a { background-color: rgb(191,194,86); }
div.DivClassName
{
background-color: #BFC256;
}
.BgClassName
{
background-color: #BFC256;
}
</style>
border-color css
<style>
span { border-color: #BFC256; }
span { border-color: rgb(191,194,86); }
td.TdClassName
{
border-color: #BFC256;
}
.TagClassName
{
border-color: #BFC256;
}
</style>