Shades of Feijoa #B0D893
Tints of Feijoa #B0D893
RGB
CMYK
RGB Variations
Color information
#B0D893 (or 0xB0D893) is known color: Feijoa. HEX triplet: B0, D8 and 93. RGB value is (176,216,147). Sum of RGB (Red+Green+Blue) = 176+216+147=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D893 is #4F276C. Grayscale: #C4C4C4. Windows color (decimal): -5187437 or 9689264. OLE color: 9689264.
HSL color Cylindrical-coordinate representation of color #B0D893: hue angle of 94.78º 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 #B0D893 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 147 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.15 |
| HSL | 94.78º | 0.47% | 0.71% | - |
| HSV(B) | 94.78º | 0.32% | 0.85% | - |
| XYZ | 47.73 | 60.45 | 36.76 | - |
| YUV | 196.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 147 | 0.19 | 0 | 0.32 | 0.15 | 94.78 | 0.47 | 0.71 |
| Hex | B0 | D8 | 93 | 13 | 0 | 20 | F | 5F | 2F | 47 |
| Octal | 260 | 330 | 223 | 23 | 0 | 40 | 17 | 137 | 57 | 107 |
| Binary | 10110000 | 11011000 | 10010011 | 10011 | 0 | 100000 | 1111 | 1011111 | 101111 | 1000111 |
Color Harmonies of #B0D893
Complementary color
Monochromatic Colors of #B0D893
Black with #B0D893
Text Example
Text Example
White with #B0D893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D893; }
p { color: rgb(176,216,147); }
H1.HeaderClassName
{
color: #B0D893;
}
.AnyTagClassName
{
color: #B0D893;
}
</style>
background-color css
<style>
a { background-color: #B0D893; }
a { background-color: rgb(176,216,147); }
div.DivClassName
{
background-color: #B0D893;
}
.BgClassName
{
background-color: #B0D893;
}
</style>
border-color css
<style>
span { border-color: #B0D893; }
span { border-color: rgb(176,216,147); }
td.TdClassName
{
border-color: #B0D893;
}
.TagClassName
{
border-color: #B0D893;
}
</style>