Shades of Wild Willow #BFD260
Tints of Wild Willow #BFD260
RGB
CMYK
RGB Variations
Color information
#BFD260 (or 0xBFD260) is known color: Wild Willow. HEX triplet: BF, D2 and 60. RGB value is (191,210,96). Sum of RGB (Red+Green+Blue) = 191+210+96=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD260 is #402D9F. Grayscale: #BFBFBF. Windows color (decimal): -4205984 or 6345407. OLE color: 6345407.
HSL color Cylindrical-coordinate representation of color #BFD260: hue angle of 70º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFD260 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 96 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.18 |
| HSL | 70º | 0.56% | 0.6% | - |
| HSV(B) | 70º | 0.54% | 0.82% | - |
| XYZ | 46.64 | 58.01 | 19.81 | - |
| YUV | 191.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 96 | 0.09 | 0 | 0.54 | 0.18 | 70 | 0.56 | 0.6 |
| Hex | BF | D2 | 60 | 9 | 0 | 36 | 12 | 46 | 38 | 3C |
| Octal | 277 | 322 | 140 | 11 | 0 | 66 | 22 | 106 | 70 | 74 |
| Binary | 10111111 | 11010010 | 1100000 | 1001 | 0 | 110110 | 10010 | 1000110 | 111000 | 111100 |
Color Harmonies of #BFD260
Complementary color
Monochromatic Colors of #BFD260
Black with #BFD260
Text Example
Text Example
White with #BFD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD260; }
p { color: rgb(191,210,96); }
H1.HeaderClassName
{
color: #BFD260;
}
.AnyTagClassName
{
color: #BFD260;
}
</style>
background-color css
<style>
a { background-color: #BFD260; }
a { background-color: rgb(191,210,96); }
div.DivClassName
{
background-color: #BFD260;
}
.BgClassName
{
background-color: #BFD260;
}
</style>
border-color css
<style>
span { border-color: #BFD260; }
span { border-color: rgb(191,210,96); }
td.TdClassName
{
border-color: #BFD260;
}
.TagClassName
{
border-color: #BFD260;
}
</style>