Shades of Feijoa #B2D189
Tints of Feijoa #B2D189
RGB
CMYK
RGB Variations
Color information
#B2D189 (or 0xB2D189) is known color: Feijoa. HEX triplet: B2, D1 and 89. RGB value is (178,209,137). Sum of RGB (Red+Green+Blue) = 178+209+137=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D189 is #4D2E76. Grayscale: #BFBFBF. Windows color (decimal): -5058167 or 9032114. OLE color: 9032114.
HSL color Cylindrical-coordinate representation of color #B2D189: hue angle of 85.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2D189 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 137 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.18 |
| HSL | 85.83º | 0.44% | 0.68% | - |
| HSV(B) | 85.83º | 0.34% | 0.82% | - |
| XYZ | 45.68 | 56.87 | 32.24 | - |
| YUV | 191.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 137 | 0.15 | 0 | 0.34 | 0.18 | 85.83 | 0.44 | 0.68 |
| Hex | B2 | D1 | 89 | F | 0 | 22 | 12 | 56 | 2C | 44 |
| Octal | 262 | 321 | 211 | 17 | 0 | 42 | 22 | 126 | 54 | 104 |
| Binary | 10110010 | 11010001 | 10001001 | 1111 | 0 | 100010 | 10010 | 1010110 | 101100 | 1000100 |
Color Harmonies of #B2D189
Complementary color
Monochromatic Colors of #B2D189
Black with #B2D189
Text Example
Text Example
White with #B2D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D189; }
p { color: rgb(178,209,137); }
H1.HeaderClassName
{
color: #B2D189;
}
.AnyTagClassName
{
color: #B2D189;
}
</style>
background-color css
<style>
a { background-color: #B2D189; }
a { background-color: rgb(178,209,137); }
div.DivClassName
{
background-color: #B2D189;
}
.BgClassName
{
background-color: #B2D189;
}
</style>
border-color css
<style>
span { border-color: #B2D189; }
span { border-color: rgb(178,209,137); }
td.TdClassName
{
border-color: #B2D189;
}
.TagClassName
{
border-color: #B2D189;
}
</style>