Shades of Wild Willow #BFC96D
Tints of Wild Willow #BFC96D
RGB
CMYK
RGB Variations
Color information
#BFC96D (or 0xBFC96D) is known color: Wild Willow. HEX triplet: BF, C9 and 6D. RGB value is (191,201,109). Sum of RGB (Red+Green+Blue) = 191+201+109=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC96D is #403692. Grayscale: #BBBBBB. Windows color (decimal): -4208275 or 7195071. OLE color: 7195071.
HSL color Cylindrical-coordinate representation of color #BFC96D: hue angle of 66.52º 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 #BFC96D is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 109 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.21 |
| HSL | 66.52º | 0.46% | 0.61% | - |
| HSV(B) | 66.52º | 0.46% | 0.79% | - |
| XYZ | 45.13 | 53.95 | 22.5 | - |
| YUV | 187.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 109 | 0.05 | 0 | 0.46 | 0.21 | 66.52 | 0.46 | 0.61 |
| Hex | BF | C9 | 6D | 5 | 0 | 2E | 15 | 43 | 2E | 3D |
| Octal | 277 | 311 | 155 | 5 | 0 | 56 | 25 | 103 | 56 | 75 |
| Binary | 10111111 | 11001001 | 1101101 | 101 | 0 | 101110 | 10101 | 1000011 | 101110 | 111101 |
Color Harmonies of #BFC96D
Complementary color
Monochromatic Colors of #BFC96D
Black with #BFC96D
Text Example
Text Example
White with #BFC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC96D; }
p { color: rgb(191,201,109); }
H1.HeaderClassName
{
color: #BFC96D;
}
.AnyTagClassName
{
color: #BFC96D;
}
</style>
background-color css
<style>
a { background-color: #BFC96D; }
a { background-color: rgb(191,201,109); }
div.DivClassName
{
background-color: #BFC96D;
}
.BgClassName
{
background-color: #BFC96D;
}
</style>
border-color css
<style>
span { border-color: #BFC96D; }
span { border-color: rgb(191,201,109); }
td.TdClassName
{
border-color: #BFC96D;
}
.TagClassName
{
border-color: #BFC96D;
}
</style>