Shades of Feijoa #B0E08B
Tints of Feijoa #B0E08B
RGB
CMYK
RGB Variations
Color information
#B0E08B (or 0xB0E08B) is known color: Feijoa. HEX triplet: B0, E0 and 8B. RGB value is (176,224,139). Sum of RGB (Red+Green+Blue) = 176+224+139=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E08B is #4F1F74. Grayscale: #C8C8C8. Windows color (decimal): -5185397 or 9167024. OLE color: 9167024.
HSL color Cylindrical-coordinate representation of color #B0E08B: hue angle of 93.88º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0E08B is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 139 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.12 |
| HSL | 93.88º | 0.58% | 0.71% | - |
| HSV(B) | 93.88º | 0.38% | 0.88% | - |
| XYZ | 49.22 | 64.41 | 34.26 | - |
| YUV | 199.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 139 | 0.21 | 0 | 0.38 | 0.12 | 93.88 | 0.58 | 0.71 |
| Hex | B0 | E0 | 8B | 15 | 0 | 26 | C | 5E | 3A | 47 |
| Octal | 260 | 340 | 213 | 25 | 0 | 46 | 14 | 136 | 72 | 107 |
| Binary | 10110000 | 11100000 | 10001011 | 10101 | 0 | 100110 | 1100 | 1011110 | 111010 | 1000111 |
Color Harmonies of #B0E08B
Complementary color
Monochromatic Colors of #B0E08B
Black with #B0E08B
Text Example
Text Example
White with #B0E08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E08B; }
p { color: rgb(176,224,139); }
H1.HeaderClassName
{
color: #B0E08B;
}
.AnyTagClassName
{
color: #B0E08B;
}
</style>
background-color css
<style>
a { background-color: #B0E08B; }
a { background-color: rgb(176,224,139); }
div.DivClassName
{
background-color: #B0E08B;
}
.BgClassName
{
background-color: #B0E08B;
}
</style>
border-color css
<style>
span { border-color: #B0E08B; }
span { border-color: rgb(176,224,139); }
td.TdClassName
{
border-color: #B0E08B;
}
.TagClassName
{
border-color: #B0E08B;
}
</style>