Shades of Feijoa #B0E692
Tints of Feijoa #B0E692
RGB
CMYK
RGB Variations
Color information
#B0E692 (or 0xB0E692) is known color: Feijoa. HEX triplet: B0, E6 and 92. RGB value is (176,230,146). Sum of RGB (Red+Green+Blue) = 176+230+146=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E692 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E692 is #4F196D. Grayscale: #CCCCCC. Windows color (decimal): -5183854 or 9627312. OLE color: 9627312.
HSL color Cylindrical-coordinate representation of color #B0E692: hue angle of 98.57º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0E692 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 146 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.10 |
| HSL | 98.57º | 0.63% | 0.74% | - |
| HSV(B) | 98.57º | 0.37% | 0.9% | - |
| XYZ | 51.39 | 67.9 | 37.59 | - |
| YUV | 204.28 | 95.11 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 146 | 0.23 | 0 | 0.37 | 0.10 | 98.57 | 0.63 | 0.74 |
| Hex | B0 | E6 | 92 | 17 | 0 | 25 | A | 63 | 3F | 4A |
| Octal | 260 | 346 | 222 | 27 | 0 | 45 | 12 | 143 | 77 | 112 |
| Binary | 10110000 | 11100110 | 10010010 | 10111 | 0 | 100101 | 1010 | 1100011 | 111111 | 1001010 |
Color Harmonies of #B0E692
Complementary color
Monochromatic Colors of #B0E692
Black with #B0E692
Text Example
Text Example
White with #B0E692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E692; }
p { color: rgb(176,230,146); }
H1.HeaderClassName
{
color: #B0E692;
}
.AnyTagClassName
{
color: #B0E692;
}
</style>
background-color css
<style>
a { background-color: #B0E692; }
a { background-color: rgb(176,230,146); }
div.DivClassName
{
background-color: #B0E692;
}
.BgClassName
{
background-color: #B0E692;
}
</style>
border-color css
<style>
span { border-color: #B0E692; }
span { border-color: rgb(176,230,146); }
td.TdClassName
{
border-color: #B0E692;
}
.TagClassName
{
border-color: #B0E692;
}
</style>