Shades of Wild Willow #BFC96C
Tints of Wild Willow #BFC96C
RGB
CMYK
RGB Variations
Color information
#BFC96C (or 0xBFC96C) is known color: Wild Willow. HEX triplet: BF, C9 and 6C. RGB value is (191,201,108). Sum of RGB (Red+Green+Blue) = 191+201+108=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC96C is #403693. Grayscale: #BBBBBB. Windows color (decimal): -4208276 or 7129535. OLE color: 7129535.
HSL color Cylindrical-coordinate representation of color #BFC96C: hue angle of 66.45º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFC96C is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 108 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.21 |
| HSL | 66.45º | 0.46% | 0.61% | - |
| HSV(B) | 66.45º | 0.46% | 0.79% | - |
| XYZ | 45.08 | 53.93 | 22.22 | - |
| YUV | 187.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 108 | 0.05 | 0 | 0.46 | 0.21 | 66.45 | 0.46 | 0.61 |
| Hex | BF | C9 | 6C | 5 | 0 | 2E | 15 | 42 | 2E | 3D |
| Octal | 277 | 311 | 154 | 5 | 0 | 56 | 25 | 102 | 56 | 75 |
| Binary | 10111111 | 11001001 | 1101100 | 101 | 0 | 101110 | 10101 | 1000010 | 101110 | 111101 |
Color Harmonies of #BFC96C
Complementary color
Monochromatic Colors of #BFC96C
Black with #BFC96C
Text Example
Text Example
White with #BFC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC96C; }
p { color: rgb(191,201,108); }
H1.HeaderClassName
{
color: #BFC96C;
}
.AnyTagClassName
{
color: #BFC96C;
}
</style>
background-color css
<style>
a { background-color: #BFC96C; }
a { background-color: rgb(191,201,108); }
div.DivClassName
{
background-color: #BFC96C;
}
.BgClassName
{
background-color: #BFC96C;
}
</style>
border-color css
<style>
span { border-color: #BFC96C; }
span { border-color: rgb(191,201,108); }
td.TdClassName
{
border-color: #BFC96C;
}
.TagClassName
{
border-color: #BFC96C;
}
</style>