Shades of Feijoa #B0E092
Tints of Feijoa #B0E092
RGB
CMYK
RGB Variations
Color information
#B0E092 (or 0xB0E092) is known color: Feijoa. HEX triplet: B0, E0 and 92. RGB value is (176,224,146). Sum of RGB (Red+Green+Blue) = 176+224+146=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E092 is #4F1F6D. Grayscale: #C9C9C9. Windows color (decimal): -5185390 or 9625776. OLE color: 9625776.
HSL color Cylindrical-coordinate representation of color #B0E092: hue angle of 96.92º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0E092 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 146 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.12 |
| HSL | 96.92º | 0.56% | 0.73% | - |
| HSV(B) | 96.92º | 0.35% | 0.88% | - |
| XYZ | 49.75 | 64.62 | 37.04 | - |
| YUV | 200.76 | 97.1 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 146 | 0.21 | 0 | 0.35 | 0.12 | 96.92 | 0.56 | 0.73 |
| Hex | B0 | E0 | 92 | 15 | 0 | 23 | C | 61 | 38 | 49 |
| Octal | 260 | 340 | 222 | 25 | 0 | 43 | 14 | 141 | 70 | 111 |
| Binary | 10110000 | 11100000 | 10010010 | 10101 | 0 | 100011 | 1100 | 1100001 | 111000 | 1001001 |
Color Harmonies of #B0E092
Complementary color
Monochromatic Colors of #B0E092
Black with #B0E092
Text Example
Text Example
White with #B0E092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E092; }
p { color: rgb(176,224,146); }
H1.HeaderClassName
{
color: #B0E092;
}
.AnyTagClassName
{
color: #B0E092;
}
</style>
background-color css
<style>
a { background-color: #B0E092; }
a { background-color: rgb(176,224,146); }
div.DivClassName
{
background-color: #B0E092;
}
.BgClassName
{
background-color: #B0E092;
}
</style>
border-color css
<style>
span { border-color: #B0E092; }
span { border-color: rgb(176,224,146); }
td.TdClassName
{
border-color: #B0E092;
}
.TagClassName
{
border-color: #B0E092;
}
</style>