Shades of Feijoa #B0D892
Tints of Feijoa #B0D892
RGB
CMYK
RGB Variations
Color information
#B0D892 (or 0xB0D892) is known color: Feijoa. HEX triplet: B0, D8 and 92. RGB value is (176,216,146). Sum of RGB (Red+Green+Blue) = 176+216+146=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D892 is #4F276D. Grayscale: #C4C4C4. Windows color (decimal): -5187438 or 9623728. OLE color: 9623728.
HSL color Cylindrical-coordinate representation of color #B0D892: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0D892 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 146 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.15 |
| HSL | 94.29º | 0.47% | 0.71% | - |
| HSV(B) | 94.29º | 0.32% | 0.85% | - |
| XYZ | 47.65 | 60.42 | 36.34 | - |
| YUV | 196.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 146 | 0.19 | 0 | 0.32 | 0.15 | 94.29 | 0.47 | 0.71 |
| Hex | B0 | D8 | 92 | 13 | 0 | 20 | F | 5E | 2F | 47 |
| Octal | 260 | 330 | 222 | 23 | 0 | 40 | 17 | 136 | 57 | 107 |
| Binary | 10110000 | 11011000 | 10010010 | 10011 | 0 | 100000 | 1111 | 1011110 | 101111 | 1000111 |
Color Harmonies of #B0D892
Complementary color
Monochromatic Colors of #B0D892
Black with #B0D892
Text Example
Text Example
White with #B0D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D892; }
p { color: rgb(176,216,146); }
H1.HeaderClassName
{
color: #B0D892;
}
.AnyTagClassName
{
color: #B0D892;
}
</style>
background-color css
<style>
a { background-color: #B0D892; }
a { background-color: rgb(176,216,146); }
div.DivClassName
{
background-color: #B0D892;
}
.BgClassName
{
background-color: #B0D892;
}
</style>
border-color css
<style>
span { border-color: #B0D892; }
span { border-color: rgb(176,216,146); }
td.TdClassName
{
border-color: #B0D892;
}
.TagClassName
{
border-color: #B0D892;
}
</style>