Shades of Wild Willow #BFC96B
Tints of Wild Willow #BFC96B
RGB
CMYK
RGB Variations
Color information
#BFC96B (or 0xBFC96B) is known color: Wild Willow. HEX triplet: BF, C9 and 6B. RGB value is (191,201,107). Sum of RGB (Red+Green+Blue) = 191+201+107=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC96B is #403694. Grayscale: #BBBBBB. Windows color (decimal): -4208277 or 7063999. OLE color: 7063999.
HSL color Cylindrical-coordinate representation of color #BFC96B: hue angle of 66.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFC96B is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 107 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.21 |
| HSL | 66.38º | 0.47% | 0.6% | - |
| HSV(B) | 66.38º | 0.47% | 0.79% | - |
| XYZ | 45.03 | 53.91 | 21.94 | - |
| YUV | 187.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 107 | 0.05 | 0 | 0.47 | 0.21 | 66.38 | 0.47 | 0.6 |
| Hex | BF | C9 | 6B | 5 | 0 | 2F | 15 | 42 | 2F | 3C |
| Octal | 277 | 311 | 153 | 5 | 0 | 57 | 25 | 102 | 57 | 74 |
| Binary | 10111111 | 11001001 | 1101011 | 101 | 0 | 101111 | 10101 | 1000010 | 101111 | 111100 |
Color Harmonies of #BFC96B
Complementary color
Monochromatic Colors of #BFC96B
Black with #BFC96B
Text Example
Text Example
White with #BFC96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC96B; }
p { color: rgb(191,201,107); }
H1.HeaderClassName
{
color: #BFC96B;
}
.AnyTagClassName
{
color: #BFC96B;
}
</style>
background-color css
<style>
a { background-color: #BFC96B; }
a { background-color: rgb(191,201,107); }
div.DivClassName
{
background-color: #BFC96B;
}
.BgClassName
{
background-color: #BFC96B;
}
</style>
border-color css
<style>
span { border-color: #BFC96B; }
span { border-color: rgb(191,201,107); }
td.TdClassName
{
border-color: #BFC96B;
}
.TagClassName
{
border-color: #BFC96B;
}
</style>