Shades of Wild Willow #BFC257
Tints of Wild Willow #BFC257
RGB
CMYK
RGB Variations
Color information
#BFC257 (or 0xBFC257) is known color: Wild Willow. HEX triplet: BF, C2 and 57. RGB value is (191,194,87). Sum of RGB (Red+Green+Blue) = 191+194+87=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC257 is #403DA8. Grayscale: #B5B5B5. Windows color (decimal): -4210089 or 5751487. OLE color: 5751487.
HSL color Cylindrical-coordinate representation of color #BFC257: hue angle of 61.68º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFC257 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 87 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.24 |
| HSL | 61.68º | 0.47% | 0.55% | - |
| HSV(B) | 61.68º | 0.55% | 0.76% | - |
| XYZ | 42.5 | 50.35 | 16.5 | - |
| YUV | 180.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 87 | 0.02 | 0 | 0.55 | 0.24 | 61.68 | 0.47 | 0.55 |
| Hex | BF | C2 | 57 | 2 | 0 | 37 | 18 | 3E | 2F | 37 |
| Octal | 277 | 302 | 127 | 2 | 0 | 67 | 30 | 76 | 57 | 67 |
| Binary | 10111111 | 11000010 | 1010111 | 10 | 0 | 110111 | 11000 | 111110 | 101111 | 110111 |
Color Harmonies of #BFC257
Complementary color
Monochromatic Colors of #BFC257
Black with #BFC257
Text Example
Text Example
White with #BFC257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC257; }
p { color: rgb(191,194,87); }
H1.HeaderClassName
{
color: #BFC257;
}
.AnyTagClassName
{
color: #BFC257;
}
</style>
background-color css
<style>
a { background-color: #BFC257; }
a { background-color: rgb(191,194,87); }
div.DivClassName
{
background-color: #BFC257;
}
.BgClassName
{
background-color: #BFC257;
}
</style>
border-color css
<style>
span { border-color: #BFC257; }
span { border-color: rgb(191,194,87); }
td.TdClassName
{
border-color: #BFC257;
}
.TagClassName
{
border-color: #BFC257;
}
</style>