Shades of Wild Willow #BFD266
Tints of Wild Willow #BFD266
RGB
CMYK
RGB Variations
Color information
#BFD266 (or 0xBFD266) is known color: Wild Willow. HEX triplet: BF, D2 and 66. RGB value is (191,210,102). Sum of RGB (Red+Green+Blue) = 191+210+102=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD266 is #402D99. Grayscale: #C0C0C0. Windows color (decimal): -4205978 or 6738623. OLE color: 6738623.
HSL color Cylindrical-coordinate representation of color #BFD266: hue angle of 70.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFD266 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 102 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.18 |
| HSL | 70.56º | 0.55% | 0.61% | - |
| HSV(B) | 70.56º | 0.51% | 0.82% | - |
| XYZ | 46.93 | 58.13 | 21.32 | - |
| YUV | 192.01 | 77.21 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 102 | 0.09 | 0 | 0.51 | 0.18 | 70.56 | 0.55 | 0.61 |
| Hex | BF | D2 | 66 | 9 | 0 | 33 | 12 | 47 | 37 | 3D |
| Octal | 277 | 322 | 146 | 11 | 0 | 63 | 22 | 107 | 67 | 75 |
| Binary | 10111111 | 11010010 | 1100110 | 1001 | 0 | 110011 | 10010 | 1000111 | 110111 | 111101 |
Color Harmonies of #BFD266
Complementary color
Monochromatic Colors of #BFD266
Black with #BFD266
Text Example
Text Example
White with #BFD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD266; }
p { color: rgb(191,210,102); }
H1.HeaderClassName
{
color: #BFD266;
}
.AnyTagClassName
{
color: #BFD266;
}
</style>
background-color css
<style>
a { background-color: #BFD266; }
a { background-color: rgb(191,210,102); }
div.DivClassName
{
background-color: #BFD266;
}
.BgClassName
{
background-color: #BFD266;
}
</style>
border-color css
<style>
span { border-color: #BFD266; }
span { border-color: rgb(191,210,102); }
td.TdClassName
{
border-color: #BFD266;
}
.TagClassName
{
border-color: #BFD266;
}
</style>