Shades of Wild Willow #BFD56B
Tints of Wild Willow #BFD56B
RGB
CMYK
RGB Variations
Color information
#BFD56B (or 0xBFD56B) is known color: Wild Willow. HEX triplet: BF, D5 and 6B. RGB value is (191,213,107). Sum of RGB (Red+Green+Blue) = 191+213+107=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD56B is #402A94. Grayscale: #C2C2C2. Windows color (decimal): -4205205 or 7067071. OLE color: 7067071.
HSL color Cylindrical-coordinate representation of color #BFD56B: hue angle of 72.45º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFD56B is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 107 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.16 |
| HSL | 72.45º | 0.56% | 0.63% | - |
| HSV(B) | 72.45º | 0.5% | 0.84% | - |
| XYZ | 47.93 | 59.73 | 22.91 | - |
| YUV | 194.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 107 | 0.10 | 0 | 0.50 | 0.16 | 72.45 | 0.56 | 0.63 |
| Hex | BF | D5 | 6B | A | 0 | 32 | 10 | 48 | 38 | 3F |
| Octal | 277 | 325 | 153 | 12 | 0 | 62 | 20 | 110 | 70 | 77 |
| Binary | 10111111 | 11010101 | 1101011 | 1010 | 0 | 110010 | 10000 | 1001000 | 111000 | 111111 |
Color Harmonies of #BFD56B
Complementary color
Monochromatic Colors of #BFD56B
Black with #BFD56B
Text Example
Text Example
White with #BFD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD56B; }
p { color: rgb(191,213,107); }
H1.HeaderClassName
{
color: #BFD56B;
}
.AnyTagClassName
{
color: #BFD56B;
}
</style>
background-color css
<style>
a { background-color: #BFD56B; }
a { background-color: rgb(191,213,107); }
div.DivClassName
{
background-color: #BFD56B;
}
.BgClassName
{
background-color: #BFD56B;
}
</style>
border-color css
<style>
span { border-color: #BFD56B; }
span { border-color: rgb(191,213,107); }
td.TdClassName
{
border-color: #BFD56B;
}
.TagClassName
{
border-color: #BFD56B;
}
</style>