Shades of Feijoa #B0E586
Tints of Feijoa #B0E586
RGB
CMYK
RGB Variations
Color information
#B0E586 (or 0xB0E586) is known color: Feijoa. HEX triplet: B0, E5 and 86. RGB value is (176,229,134). Sum of RGB (Red+Green+Blue) = 176+229+134=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E586 is #4F1A79. Grayscale: #CACACA. Windows color (decimal): -5184122 or 8840624. OLE color: 8840624.
HSL color Cylindrical-coordinate representation of color #B0E586: hue angle of 93.47º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0E586 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 134 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.10 |
| HSL | 93.47º | 0.65% | 0.71% | - |
| HSV(B) | 93.47º | 0.41% | 0.9% | - |
| XYZ | 50.23 | 66.99 | 32.84 | - |
| YUV | 202.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 134 | 0.23 | 0 | 0.41 | 0.10 | 93.47 | 0.65 | 0.71 |
| Hex | B0 | E5 | 86 | 17 | 0 | 29 | A | 5D | 41 | 47 |
| Octal | 260 | 345 | 206 | 27 | 0 | 51 | 12 | 135 | 101 | 107 |
| Binary | 10110000 | 11100101 | 10000110 | 10111 | 0 | 101001 | 1010 | 1011101 | 1000001 | 1000111 |
Color Harmonies of #B0E586
Complementary color
Monochromatic Colors of #B0E586
Black with #B0E586
Text Example
Text Example
White with #B0E586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E586; }
p { color: rgb(176,229,134); }
H1.HeaderClassName
{
color: #B0E586;
}
.AnyTagClassName
{
color: #B0E586;
}
</style>
background-color css
<style>
a { background-color: #B0E586; }
a { background-color: rgb(176,229,134); }
div.DivClassName
{
background-color: #B0E586;
}
.BgClassName
{
background-color: #B0E586;
}
</style>
border-color css
<style>
span { border-color: #B0E586; }
span { border-color: rgb(176,229,134); }
td.TdClassName
{
border-color: #B0E586;
}
.TagClassName
{
border-color: #B0E586;
}
</style>