Shades of Feijoa #B1D776
Tints of Feijoa #B1D776
RGB
CMYK
RGB Variations
Color information
#B1D776 (or 0xB1D776) is known color: Feijoa. HEX triplet: B1, D7 and 76. RGB value is (177,215,118). Sum of RGB (Red+Green+Blue) = 177+215+118=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D776 is #4E2889. Grayscale: #C0C0C0. Windows color (decimal): -5122186 or 7788465. OLE color: 7788465.
HSL color Cylindrical-coordinate representation of color #B1D776: hue angle of 83.51º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1D776 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 215 | 118 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.16 |
| HSL | 83.51º | 0.55% | 0.65% | - |
| HSV(B) | 83.51º | 0.45% | 0.84% | - |
| XYZ | 45.7 | 59.26 | 26.17 | - |
| YUV | 192.58 | 85.91 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 215 | 118 | 0.18 | 0 | 0.45 | 0.16 | 83.51 | 0.55 | 0.65 |
| Hex | B1 | D7 | 76 | 12 | 0 | 2D | 10 | 54 | 37 | 41 |
| Octal | 261 | 327 | 166 | 22 | 0 | 55 | 20 | 124 | 67 | 101 |
| Binary | 10110001 | 11010111 | 1110110 | 10010 | 0 | 101101 | 10000 | 1010100 | 110111 | 1000001 |
Color Harmonies of #B1D776
Complementary color
Monochromatic Colors of #B1D776
Black with #B1D776
Text Example
Text Example
White with #B1D776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D776; }
p { color: rgb(177,215,118); }
H1.HeaderClassName
{
color: #B1D776;
}
.AnyTagClassName
{
color: #B1D776;
}
</style>
background-color css
<style>
a { background-color: #B1D776; }
a { background-color: rgb(177,215,118); }
div.DivClassName
{
background-color: #B1D776;
}
.BgClassName
{
background-color: #B1D776;
}
</style>
border-color css
<style>
span { border-color: #B1D776; }
span { border-color: rgb(177,215,118); }
td.TdClassName
{
border-color: #B1D776;
}
.TagClassName
{
border-color: #B1D776;
}
</style>