Shades of Feijoa #B2D892
Tints of Feijoa #B2D892
RGB
CMYK
RGB Variations
Color information
#B2D892 (or 0xB2D892) is known color: Feijoa. HEX triplet: B2, D8 and 92. RGB value is (178,216,146). Sum of RGB (Red+Green+Blue) = 178+216+146=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D892 is #4D276D. Grayscale: #C4C4C4. Windows color (decimal): -5056366 or 9623730. OLE color: 9623730.
HSL color Cylindrical-coordinate representation of color #B2D892: hue angle of 92.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2D892 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 146 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.15 |
| HSL | 92.57º | 0.47% | 0.71% | - |
| HSV(B) | 92.57º | 0.32% | 0.85% | - |
| XYZ | 48.1 | 60.65 | 36.37 | - |
| YUV | 196.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 146 | 0.18 | 0 | 0.32 | 0.15 | 92.57 | 0.47 | 0.71 |
| Hex | B2 | D8 | 92 | 12 | 0 | 20 | F | 5D | 2F | 47 |
| Octal | 262 | 330 | 222 | 22 | 0 | 40 | 17 | 135 | 57 | 107 |
| Binary | 10110010 | 11011000 | 10010010 | 10010 | 0 | 100000 | 1111 | 1011101 | 101111 | 1000111 |
Color Harmonies of #B2D892
Complementary color
Monochromatic Colors of #B2D892
Black with #B2D892
Text Example
Text Example
White with #B2D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D892; }
p { color: rgb(178,216,146); }
H1.HeaderClassName
{
color: #B2D892;
}
.AnyTagClassName
{
color: #B2D892;
}
</style>
background-color css
<style>
a { background-color: #B2D892; }
a { background-color: rgb(178,216,146); }
div.DivClassName
{
background-color: #B2D892;
}
.BgClassName
{
background-color: #B2D892;
}
</style>
border-color css
<style>
span { border-color: #B2D892; }
span { border-color: rgb(178,216,146); }
td.TdClassName
{
border-color: #B2D892;
}
.TagClassName
{
border-color: #B2D892;
}
</style>