Shades of Feijoa #B2D591
Tints of Feijoa #B2D591
RGB
CMYK
RGB Variations
Color information
#B2D591 (or 0xB2D591) is known color: Feijoa. HEX triplet: B2, D5 and 91. RGB value is (178,213,145). Sum of RGB (Red+Green+Blue) = 178+213+145=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D591 is #4D2A6E. Grayscale: #C3C3C3. Windows color (decimal): -5057135 or 9557426. OLE color: 9557426.
HSL color Cylindrical-coordinate representation of color #B2D591: hue angle of 90.88º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2D591 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 145 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.16 |
| HSL | 90.88º | 0.45% | 0.7% | - |
| HSV(B) | 90.88º | 0.32% | 0.84% | - |
| XYZ | 47.27 | 59.1 | 35.7 | - |
| YUV | 194.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 145 | 0.16 | 0 | 0.32 | 0.16 | 90.88 | 0.45 | 0.7 |
| Hex | B2 | D5 | 91 | 10 | 0 | 20 | 10 | 5B | 2D | 46 |
| Octal | 262 | 325 | 221 | 20 | 0 | 40 | 20 | 133 | 55 | 106 |
| Binary | 10110010 | 11010101 | 10010001 | 10000 | 0 | 100000 | 10000 | 1011011 | 101101 | 1000110 |
Color Harmonies of #B2D591
Complementary color
Monochromatic Colors of #B2D591
Black with #B2D591
Text Example
Text Example
White with #B2D591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D591; }
p { color: rgb(178,213,145); }
H1.HeaderClassName
{
color: #B2D591;
}
.AnyTagClassName
{
color: #B2D591;
}
</style>
background-color css
<style>
a { background-color: #B2D591; }
a { background-color: rgb(178,213,145); }
div.DivClassName
{
background-color: #B2D591;
}
.BgClassName
{
background-color: #B2D591;
}
</style>
border-color css
<style>
span { border-color: #B2D591; }
span { border-color: rgb(178,213,145); }
td.TdClassName
{
border-color: #B2D591;
}
.TagClassName
{
border-color: #B2D591;
}
</style>