Shades of Wild Willow #BFC85F
Tints of Wild Willow #BFC85F
RGB
CMYK
RGB Variations
Color information
#BFC85F (or 0xBFC85F) is known color: Wild Willow. HEX triplet: BF, C8 and 5F. RGB value is (191,200,95). Sum of RGB (Red+Green+Blue) = 191+200+95=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC85F is #4037A0. Grayscale: #B9B9B9. Windows color (decimal): -4208545 or 6277311. OLE color: 6277311.
HSL color Cylindrical-coordinate representation of color #BFC85F: hue angle of 65.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC85F is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 95 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.22 |
| HSL | 65.14º | 0.49% | 0.58% | - |
| HSV(B) | 65.14º | 0.53% | 0.78% | - |
| XYZ | 44.21 | 53.21 | 18.77 | - |
| YUV | 185.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 95 | 0.04 | 0 | 0.52 | 0.22 | 65.14 | 0.49 | 0.58 |
| Hex | BF | C8 | 5F | 4 | 0 | 34 | 16 | 41 | 31 | 3A |
| Octal | 277 | 310 | 137 | 4 | 0 | 64 | 26 | 101 | 61 | 72 |
| Binary | 10111111 | 11001000 | 1011111 | 100 | 0 | 110100 | 10110 | 1000001 | 110001 | 111010 |
Color Harmonies of #BFC85F
Complementary color
Monochromatic Colors of #BFC85F
Black with #BFC85F
Text Example
Text Example
White with #BFC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC85F; }
p { color: rgb(191,200,95); }
H1.HeaderClassName
{
color: #BFC85F;
}
.AnyTagClassName
{
color: #BFC85F;
}
</style>
background-color css
<style>
a { background-color: #BFC85F; }
a { background-color: rgb(191,200,95); }
div.DivClassName
{
background-color: #BFC85F;
}
.BgClassName
{
background-color: #BFC85F;
}
</style>
border-color css
<style>
span { border-color: #BFC85F; }
span { border-color: rgb(191,200,95); }
td.TdClassName
{
border-color: #BFC85F;
}
.TagClassName
{
border-color: #BFC85F;
}
</style>