Shades of Feijoa #B0E890
Tints of Feijoa #B0E890
RGB
CMYK
RGB Variations
Color information
#B0E890 (or 0xB0E890) is known color: Feijoa. HEX triplet: B0, E8 and 90. RGB value is (176,232,144). Sum of RGB (Red+Green+Blue) = 176+232+144=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E890 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E890 is #4F176F. Grayscale: #CDCDCD. Windows color (decimal): -5183344 or 9496752. OLE color: 9496752.
HSL color Cylindrical-coordinate representation of color #B0E890: hue angle of 98.18º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0E890 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 232 | 144 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.09 |
| HSL | 98.18º | 0.66% | 0.74% | - |
| HSV(B) | 98.18º | 0.38% | 0.91% | - |
| XYZ | 51.8 | 68.96 | 36.97 | - |
| YUV | 205.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 144 | 0.24 | 0 | 0.38 | 0.09 | 98.18 | 0.66 | 0.74 |
| Hex | B0 | E8 | 90 | 18 | 0 | 26 | 9 | 62 | 42 | 4A |
| Octal | 260 | 350 | 220 | 30 | 0 | 46 | 11 | 142 | 102 | 112 |
| Binary | 10110000 | 11101000 | 10010000 | 11000 | 0 | 100110 | 1001 | 1100010 | 1000010 | 1001010 |
Color Harmonies of #B0E890
Complementary color
Monochromatic Colors of #B0E890
Black with #B0E890
Text Example
Text Example
White with #B0E890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E890; }
p { color: rgb(176,232,144); }
H1.HeaderClassName
{
color: #B0E890;
}
.AnyTagClassName
{
color: #B0E890;
}
</style>
background-color css
<style>
a { background-color: #B0E890; }
a { background-color: rgb(176,232,144); }
div.DivClassName
{
background-color: #B0E890;
}
.BgClassName
{
background-color: #B0E890;
}
</style>
border-color css
<style>
span { border-color: #B0E890; }
span { border-color: rgb(176,232,144); }
td.TdClassName
{
border-color: #B0E890;
}
.TagClassName
{
border-color: #B0E890;
}
</style>