Shades of Feijoa #B2D98E
Tints of Feijoa #B2D98E
RGB
CMYK
RGB Variations
Color information
#B2D98E (or 0xB2D98E) is known color: Feijoa. HEX triplet: B2, D9 and 8E. RGB value is (178,217,142). Sum of RGB (Red+Green+Blue) = 178+217+142=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D98E is #4D2671. Grayscale: #C5C5C5. Windows color (decimal): -5056114 or 9361842. OLE color: 9361842.
HSL color Cylindrical-coordinate representation of color #B2D98E: hue angle of 91.2º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2D98E is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 142 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.15 |
| HSL | 91.2º | 0.5% | 0.7% | - |
| HSV(B) | 91.2º | 0.35% | 0.85% | - |
| XYZ | 48.06 | 61.04 | 34.84 | - |
| YUV | 196.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 142 | 0.18 | 0 | 0.35 | 0.15 | 91.2 | 0.5 | 0.7 |
| Hex | B2 | D9 | 8E | 12 | 0 | 23 | F | 5B | 32 | 46 |
| Octal | 262 | 331 | 216 | 22 | 0 | 43 | 17 | 133 | 62 | 106 |
| Binary | 10110010 | 11011001 | 10001110 | 10010 | 0 | 100011 | 1111 | 1011011 | 110010 | 1000110 |
Color Harmonies of #B2D98E
Complementary color
Monochromatic Colors of #B2D98E
Black with #B2D98E
Text Example
Text Example
White with #B2D98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D98E; }
p { color: rgb(178,217,142); }
H1.HeaderClassName
{
color: #B2D98E;
}
.AnyTagClassName
{
color: #B2D98E;
}
</style>
background-color css
<style>
a { background-color: #B2D98E; }
a { background-color: rgb(178,217,142); }
div.DivClassName
{
background-color: #B2D98E;
}
.BgClassName
{
background-color: #B2D98E;
}
</style>
border-color css
<style>
span { border-color: #B2D98E; }
span { border-color: rgb(178,217,142); }
td.TdClassName
{
border-color: #B2D98E;
}
.TagClassName
{
border-color: #B2D98E;
}
</style>