Shades of Feijoa #B2D996
Tints of Feijoa #B2D996
RGB
CMYK
RGB Variations
Color information
#B2D996 (or 0xB2D996) is known color: Feijoa. HEX triplet: B2, D9 and 96. RGB value is (178,217,150). Sum of RGB (Red+Green+Blue) = 178+217+150=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D996 is #4D2669. Grayscale: #C5C5C5. Windows color (decimal): -5056106 or 9886130. OLE color: 9886130.
HSL color Cylindrical-coordinate representation of color #B2D996: hue angle of 94.93º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2D996 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 150 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.15 |
| HSL | 94.93º | 0.47% | 0.72% | - |
| HSV(B) | 94.93º | 0.31% | 0.85% | - |
| XYZ | 48.68 | 61.29 | 38.12 | - |
| YUV | 197.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 150 | 0.18 | 0 | 0.31 | 0.15 | 94.93 | 0.47 | 0.72 |
| Hex | B2 | D9 | 96 | 12 | 0 | 1F | F | 5F | 2F | 48 |
| Octal | 262 | 331 | 226 | 22 | 0 | 37 | 17 | 137 | 57 | 110 |
| Binary | 10110010 | 11011001 | 10010110 | 10010 | 0 | 11111 | 1111 | 1011111 | 101111 | 1001000 |
Color Harmonies of #B2D996
Complementary color
Monochromatic Colors of #B2D996
Black with #B2D996
Text Example
Text Example
White with #B2D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D996; }
p { color: rgb(178,217,150); }
H1.HeaderClassName
{
color: #B2D996;
}
.AnyTagClassName
{
color: #B2D996;
}
</style>
background-color css
<style>
a { background-color: #B2D996; }
a { background-color: rgb(178,217,150); }
div.DivClassName
{
background-color: #B2D996;
}
.BgClassName
{
background-color: #B2D996;
}
</style>
border-color css
<style>
span { border-color: #B2D996; }
span { border-color: rgb(178,217,150); }
td.TdClassName
{
border-color: #B2D996;
}
.TagClassName
{
border-color: #B2D996;
}
</style>