Shades of Feijoa #B1DA86
Tints of Feijoa #B1DA86
RGB
CMYK
RGB Variations
Color information
#B1DA86 (or 0xB1DA86) is known color: Feijoa. HEX triplet: B1, DA and 86. RGB value is (177,218,134). Sum of RGB (Red+Green+Blue) = 177+218+134=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DA86 is #4E2579. Grayscale: #C4C4C4. Windows color (decimal): -5121402 or 8837809. OLE color: 8837809.
HSL color Cylindrical-coordinate representation of color #B1DA86: hue angle of 89.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1DA86 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 218 | 134 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.15 |
| HSL | 89.29º | 0.53% | 0.69% | - |
| HSV(B) | 89.29º | 0.39% | 0.85% | - |
| XYZ | 47.51 | 61.21 | 31.87 | - |
| YUV | 196.17 | 92.92 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 134 | 0.19 | 0 | 0.39 | 0.15 | 89.29 | 0.53 | 0.69 |
| Hex | B1 | DA | 86 | 13 | 0 | 27 | F | 59 | 35 | 45 |
| Octal | 261 | 332 | 206 | 23 | 0 | 47 | 17 | 131 | 65 | 105 |
| Binary | 10110001 | 11011010 | 10000110 | 10011 | 0 | 100111 | 1111 | 1011001 | 110101 | 1000101 |
Color Harmonies of #B1DA86
Complementary color
Monochromatic Colors of #B1DA86
Black with #B1DA86
Text Example
Text Example
White with #B1DA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DA86; }
p { color: rgb(177,218,134); }
H1.HeaderClassName
{
color: #B1DA86;
}
.AnyTagClassName
{
color: #B1DA86;
}
</style>
background-color css
<style>
a { background-color: #B1DA86; }
a { background-color: rgb(177,218,134); }
div.DivClassName
{
background-color: #B1DA86;
}
.BgClassName
{
background-color: #B1DA86;
}
</style>
border-color css
<style>
span { border-color: #B1DA86; }
span { border-color: rgb(177,218,134); }
td.TdClassName
{
border-color: #B1DA86;
}
.TagClassName
{
border-color: #B1DA86;
}
</style>