Shades of Wild Willow #BFC55F
Tints of Wild Willow #BFC55F
RGB
CMYK
RGB Variations
Color information
#BFC55F (or 0xBFC55F) is known color: Wild Willow. HEX triplet: BF, C5 and 5F. RGB value is (191,197,95). Sum of RGB (Red+Green+Blue) = 191+197+95=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC55F is #403AA0. Grayscale: #B7B7B7. Windows color (decimal): -4209313 or 6276543. OLE color: 6276543.
HSL color Cylindrical-coordinate representation of color #BFC55F: hue angle of 63.53º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC55F is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 95 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.23 |
| HSL | 63.53º | 0.47% | 0.57% | - |
| HSV(B) | 63.53º | 0.52% | 0.77% | - |
| XYZ | 43.52 | 51.84 | 18.54 | - |
| YUV | 183.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 95 | 0.03 | 0 | 0.52 | 0.23 | 63.53 | 0.47 | 0.57 |
| Hex | BF | C5 | 5F | 3 | 0 | 34 | 17 | 40 | 2F | 39 |
| Octal | 277 | 305 | 137 | 3 | 0 | 64 | 27 | 100 | 57 | 71 |
| Binary | 10111111 | 11000101 | 1011111 | 11 | 0 | 110100 | 10111 | 1000000 | 101111 | 111001 |
Color Harmonies of #BFC55F
Complementary color
Monochromatic Colors of #BFC55F
Black with #BFC55F
Text Example
Text Example
White with #BFC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC55F; }
p { color: rgb(191,197,95); }
H1.HeaderClassName
{
color: #BFC55F;
}
.AnyTagClassName
{
color: #BFC55F;
}
</style>
background-color css
<style>
a { background-color: #BFC55F; }
a { background-color: rgb(191,197,95); }
div.DivClassName
{
background-color: #BFC55F;
}
.BgClassName
{
background-color: #BFC55F;
}
</style>
border-color css
<style>
span { border-color: #BFC55F; }
span { border-color: rgb(191,197,95); }
td.TdClassName
{
border-color: #BFC55F;
}
.TagClassName
{
border-color: #BFC55F;
}
</style>