Shades of Feijoa #B2D791
Tints of Feijoa #B2D791
RGB
CMYK
RGB Variations
Color information
#B2D791 (or 0xB2D791) is known color: Feijoa. HEX triplet: B2, D7 and 91. RGB value is (178,215,145). Sum of RGB (Red+Green+Blue) = 178+215+145=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D791 is #4D286E. Grayscale: #C4C4C4. Windows color (decimal): -5056623 or 9557938. OLE color: 9557938.
HSL color Cylindrical-coordinate representation of color #B2D791: hue angle of 91.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2D791 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 145 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.16 |
| HSL | 91.71º | 0.47% | 0.71% | - |
| HSV(B) | 91.71º | 0.33% | 0.84% | - |
| XYZ | 47.77 | 60.11 | 35.87 | - |
| YUV | 195.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 145 | 0.17 | 0 | 0.33 | 0.16 | 91.71 | 0.47 | 0.71 |
| Hex | B2 | D7 | 91 | 11 | 0 | 21 | 10 | 5C | 2F | 47 |
| Octal | 262 | 327 | 221 | 21 | 0 | 41 | 20 | 134 | 57 | 107 |
| Binary | 10110010 | 11010111 | 10010001 | 10001 | 0 | 100001 | 10000 | 1011100 | 101111 | 1000111 |
Color Harmonies of #B2D791
Complementary color
Monochromatic Colors of #B2D791
Black with #B2D791
Text Example
Text Example
White with #B2D791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D791; }
p { color: rgb(178,215,145); }
H1.HeaderClassName
{
color: #B2D791;
}
.AnyTagClassName
{
color: #B2D791;
}
</style>
background-color css
<style>
a { background-color: #B2D791; }
a { background-color: rgb(178,215,145); }
div.DivClassName
{
background-color: #B2D791;
}
.BgClassName
{
background-color: #B2D791;
}
</style>
border-color css
<style>
span { border-color: #B2D791; }
span { border-color: rgb(178,215,145); }
td.TdClassName
{
border-color: #B2D791;
}
.TagClassName
{
border-color: #B2D791;
}
</style>