Shades of Feijoa #B0E292
Tints of Feijoa #B0E292
RGB
CMYK
RGB Variations
Color information
#B0E292 (or 0xB0E292) is known color: Feijoa. HEX triplet: B0, E2 and 92. RGB value is (176,226,146). Sum of RGB (Red+Green+Blue) = 176+226+146=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E292 is #4F1D6D. Grayscale: #CACACA. Windows color (decimal): -5184878 or 9626288. OLE color: 9626288.
HSL color Cylindrical-coordinate representation of color #B0E292: hue angle of 97.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0E292 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 146 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.11 |
| HSL | 97.5º | 0.58% | 0.73% | - |
| HSV(B) | 97.5º | 0.35% | 0.89% | - |
| XYZ | 50.29 | 65.7 | 37.22 | - |
| YUV | 201.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 146 | 0.22 | 0 | 0.35 | 0.11 | 97.5 | 0.58 | 0.73 |
| Hex | B0 | E2 | 92 | 16 | 0 | 23 | B | 62 | 3A | 49 |
| Octal | 260 | 342 | 222 | 26 | 0 | 43 | 13 | 142 | 72 | 111 |
| Binary | 10110000 | 11100010 | 10010010 | 10110 | 0 | 100011 | 1011 | 1100010 | 111010 | 1001001 |
Color Harmonies of #B0E292
Complementary color
Monochromatic Colors of #B0E292
Black with #B0E292
Text Example
Text Example
White with #B0E292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E292; }
p { color: rgb(176,226,146); }
H1.HeaderClassName
{
color: #B0E292;
}
.AnyTagClassName
{
color: #B0E292;
}
</style>
background-color css
<style>
a { background-color: #B0E292; }
a { background-color: rgb(176,226,146); }
div.DivClassName
{
background-color: #B0E292;
}
.BgClassName
{
background-color: #B0E292;
}
</style>
border-color css
<style>
span { border-color: #B0E292; }
span { border-color: rgb(176,226,146); }
td.TdClassName
{
border-color: #B0E292;
}
.TagClassName
{
border-color: #B0E292;
}
</style>