Shades of Wild Willow #BFC95C
Tints of Wild Willow #BFC95C
RGB
CMYK
RGB Variations
Color information
#BFC95C (or 0xBFC95C) is known color: Wild Willow. HEX triplet: BF, C9 and 5C. RGB value is (191,201,92). Sum of RGB (Red+Green+Blue) = 191+201+92=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC95C is #4036A3. Grayscale: #BABABA. Windows color (decimal): -4208292 or 6080959. OLE color: 6080959.
HSL color Cylindrical-coordinate representation of color #BFC95C: hue angle of 65.5º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFC95C is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 92 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.21 |
| HSL | 65.5º | 0.5% | 0.57% | - |
| HSV(B) | 65.5º | 0.54% | 0.79% | - |
| XYZ | 44.3 | 53.62 | 18.14 | - |
| YUV | 185.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 92 | 0.05 | 0 | 0.54 | 0.21 | 65.5 | 0.5 | 0.57 |
| Hex | BF | C9 | 5C | 5 | 0 | 36 | 15 | 42 | 32 | 39 |
| Octal | 277 | 311 | 134 | 5 | 0 | 66 | 25 | 102 | 62 | 71 |
| Binary | 10111111 | 11001001 | 1011100 | 101 | 0 | 110110 | 10101 | 1000010 | 110010 | 111001 |
Color Harmonies of #BFC95C
Complementary color
Monochromatic Colors of #BFC95C
Black with #BFC95C
Text Example
Text Example
White with #BFC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC95C; }
p { color: rgb(191,201,92); }
H1.HeaderClassName
{
color: #BFC95C;
}
.AnyTagClassName
{
color: #BFC95C;
}
</style>
background-color css
<style>
a { background-color: #BFC95C; }
a { background-color: rgb(191,201,92); }
div.DivClassName
{
background-color: #BFC95C;
}
.BgClassName
{
background-color: #BFC95C;
}
</style>
border-color css
<style>
span { border-color: #BFC95C; }
span { border-color: rgb(191,201,92); }
td.TdClassName
{
border-color: #BFC95C;
}
.TagClassName
{
border-color: #BFC95C;
}
</style>