Shades of Feijoa #B1DB89
Tints of Feijoa #B1DB89
RGB
CMYK
RGB Variations
Color information
#B1DB89 (or 0xB1DB89) is known color: Feijoa. HEX triplet: B1, DB and 89. RGB value is (177,219,137). Sum of RGB (Red+Green+Blue) = 177+219+137=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB89 is #4E2476. Grayscale: #C5C5C5. Windows color (decimal): -5121143 or 9034673. OLE color: 9034673.
HSL color Cylindrical-coordinate representation of color #B1DB89: hue angle of 90.73º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1DB89 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 137 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.14 |
| HSL | 90.73º | 0.53% | 0.7% | - |
| HSV(B) | 90.73º | 0.37% | 0.86% | - |
| XYZ | 47.98 | 61.82 | 33.07 | - |
| YUV | 197.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 137 | 0.19 | 0 | 0.37 | 0.14 | 90.73 | 0.53 | 0.7 |
| Hex | B1 | DB | 89 | 13 | 0 | 25 | E | 5B | 35 | 46 |
| Octal | 261 | 333 | 211 | 23 | 0 | 45 | 16 | 133 | 65 | 106 |
| Binary | 10110001 | 11011011 | 10001001 | 10011 | 0 | 100101 | 1110 | 1011011 | 110101 | 1000110 |
Color Harmonies of #B1DB89
Complementary color
Monochromatic Colors of #B1DB89
Black with #B1DB89
Text Example
Text Example
White with #B1DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB89; }
p { color: rgb(177,219,137); }
H1.HeaderClassName
{
color: #B1DB89;
}
.AnyTagClassName
{
color: #B1DB89;
}
</style>
background-color css
<style>
a { background-color: #B1DB89; }
a { background-color: rgb(177,219,137); }
div.DivClassName
{
background-color: #B1DB89;
}
.BgClassName
{
background-color: #B1DB89;
}
</style>
border-color css
<style>
span { border-color: #B1DB89; }
span { border-color: rgb(177,219,137); }
td.TdClassName
{
border-color: #B1DB89;
}
.TagClassName
{
border-color: #B1DB89;
}
</style>