Shades of Feijoa #B2DA89
Tints of Feijoa #B2DA89
RGB
CMYK
RGB Variations
Color information
#B2DA89 (or 0xB2DA89) is known color: Feijoa. HEX triplet: B2, DA and 89. RGB value is (178,218,137). Sum of RGB (Red+Green+Blue) = 178+218+137=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA89 is #4D2576. Grayscale: #C5C5C5. Windows color (decimal): -5055863 or 9034418. OLE color: 9034418.
HSL color Cylindrical-coordinate representation of color #B2DA89: hue angle of 89.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2DA89 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 137 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.15 |
| HSL | 89.63º | 0.52% | 0.7% | - |
| HSV(B) | 89.63º | 0.37% | 0.85% | - |
| XYZ | 47.95 | 61.41 | 32.99 | - |
| YUV | 196.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 137 | 0.18 | 0 | 0.37 | 0.15 | 89.63 | 0.52 | 0.7 |
| Hex | B2 | DA | 89 | 12 | 0 | 25 | F | 5A | 34 | 46 |
| Octal | 262 | 332 | 211 | 22 | 0 | 45 | 17 | 132 | 64 | 106 |
| Binary | 10110010 | 11011010 | 10001001 | 10010 | 0 | 100101 | 1111 | 1011010 | 110100 | 1000110 |
Color Harmonies of #B2DA89
Complementary color
Monochromatic Colors of #B2DA89
Black with #B2DA89
Text Example
Text Example
White with #B2DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA89; }
p { color: rgb(178,218,137); }
H1.HeaderClassName
{
color: #B2DA89;
}
.AnyTagClassName
{
color: #B2DA89;
}
</style>
background-color css
<style>
a { background-color: #B2DA89; }
a { background-color: rgb(178,218,137); }
div.DivClassName
{
background-color: #B2DA89;
}
.BgClassName
{
background-color: #B2DA89;
}
</style>
border-color css
<style>
span { border-color: #B2DA89; }
span { border-color: rgb(178,218,137); }
td.TdClassName
{
border-color: #B2DA89;
}
.TagClassName
{
border-color: #B2DA89;
}
</style>