Shades of Feijoa #B2D98C
Tints of Feijoa #B2D98C
RGB
CMYK
RGB Variations
Color information
#B2D98C (or 0xB2D98C) is known color: Feijoa. HEX triplet: B2, D9 and 8C. RGB value is (178,217,140). Sum of RGB (Red+Green+Blue) = 178+217+140=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D98C is #4D2673. Grayscale: #C4C4C4. Windows color (decimal): -5056116 or 9230770. OLE color: 9230770.
HSL color Cylindrical-coordinate representation of color #B2D98C: hue angle of 90.39º 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 #B2D98C is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 140 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.15 |
| HSL | 90.39º | 0.5% | 0.7% | - |
| HSV(B) | 90.39º | 0.35% | 0.85% | - |
| XYZ | 47.91 | 60.98 | 34.06 | - |
| YUV | 196.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 140 | 0.18 | 0 | 0.35 | 0.15 | 90.39 | 0.5 | 0.7 |
| Hex | B2 | D9 | 8C | 12 | 0 | 23 | F | 5A | 32 | 46 |
| Octal | 262 | 331 | 214 | 22 | 0 | 43 | 17 | 132 | 62 | 106 |
| Binary | 10110010 | 11011001 | 10001100 | 10010 | 0 | 100011 | 1111 | 1011010 | 110010 | 1000110 |
Color Harmonies of #B2D98C
Complementary color
Monochromatic Colors of #B2D98C
Black with #B2D98C
Text Example
Text Example
White with #B2D98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D98C; }
p { color: rgb(178,217,140); }
H1.HeaderClassName
{
color: #B2D98C;
}
.AnyTagClassName
{
color: #B2D98C;
}
</style>
background-color css
<style>
a { background-color: #B2D98C; }
a { background-color: rgb(178,217,140); }
div.DivClassName
{
background-color: #B2D98C;
}
.BgClassName
{
background-color: #B2D98C;
}
</style>
border-color css
<style>
span { border-color: #B2D98C; }
span { border-color: rgb(178,217,140); }
td.TdClassName
{
border-color: #B2D98C;
}
.TagClassName
{
border-color: #B2D98C;
}
</style>