Shades of Wild Willow #BFD26A
Tints of Wild Willow #BFD26A
RGB
CMYK
RGB Variations
Color information
#BFD26A (or 0xBFD26A) is known color: Wild Willow. HEX triplet: BF, D2 and 6A. RGB value is (191,210,106). Sum of RGB (Red+Green+Blue) = 191+210+106=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD26A is #402D95. Grayscale: #C0C0C0. Windows color (decimal): -4205974 or 7000767. OLE color: 7000767.
HSL color Cylindrical-coordinate representation of color #BFD26A: hue angle of 70.96º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFD26A is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 106 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.18 |
| HSL | 70.96º | 0.54% | 0.62% | - |
| HSV(B) | 70.96º | 0.5% | 0.82% | - |
| XYZ | 47.13 | 58.21 | 22.39 | - |
| YUV | 192.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 106 | 0.09 | 0 | 0.50 | 0.18 | 70.96 | 0.54 | 0.62 |
| Hex | BF | D2 | 6A | 9 | 0 | 32 | 12 | 47 | 36 | 3E |
| Octal | 277 | 322 | 152 | 11 | 0 | 62 | 22 | 107 | 66 | 76 |
| Binary | 10111111 | 11010010 | 1101010 | 1001 | 0 | 110010 | 10010 | 1000111 | 110110 | 111110 |
Color Harmonies of #BFD26A
Complementary color
Monochromatic Colors of #BFD26A
Black with #BFD26A
Text Example
Text Example
White with #BFD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD26A; }
p { color: rgb(191,210,106); }
H1.HeaderClassName
{
color: #BFD26A;
}
.AnyTagClassName
{
color: #BFD26A;
}
</style>
background-color css
<style>
a { background-color: #BFD26A; }
a { background-color: rgb(191,210,106); }
div.DivClassName
{
background-color: #BFD26A;
}
.BgClassName
{
background-color: #BFD26A;
}
</style>
border-color css
<style>
span { border-color: #BFD26A; }
span { border-color: rgb(191,210,106); }
td.TdClassName
{
border-color: #BFD26A;
}
.TagClassName
{
border-color: #BFD26A;
}
</style>