Shades of Feijoa #B1DB8B
Tints of Feijoa #B1DB8B
RGB
CMYK
RGB Variations
Color information
#B1DB8B (or 0xB1DB8B) is known color: Feijoa. HEX triplet: B1, DB and 8B. RGB value is (177,219,139). Sum of RGB (Red+Green+Blue) = 177+219+139=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB8B is #4E2474. Grayscale: #C5C5C5. Windows color (decimal): -5121141 or 9165745. OLE color: 9165745.
HSL color Cylindrical-coordinate representation of color #B1DB8B: hue angle of 91.5º 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 #B1DB8B is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 139 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.14 |
| HSL | 91.5º | 0.53% | 0.7% | - |
| HSV(B) | 91.5º | 0.37% | 0.86% | - |
| XYZ | 48.12 | 61.87 | 33.83 | - |
| YUV | 197.32 | 95.09 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 139 | 0.19 | 0 | 0.37 | 0.14 | 91.5 | 0.53 | 0.7 |
| Hex | B1 | DB | 8B | 13 | 0 | 25 | E | 5C | 35 | 46 |
| Octal | 261 | 333 | 213 | 23 | 0 | 45 | 16 | 134 | 65 | 106 |
| Binary | 10110001 | 11011011 | 10001011 | 10011 | 0 | 100101 | 1110 | 1011100 | 110101 | 1000110 |
Color Harmonies of #B1DB8B
Complementary color
Monochromatic Colors of #B1DB8B
Black with #B1DB8B
Text Example
Text Example
White with #B1DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB8B; }
p { color: rgb(177,219,139); }
H1.HeaderClassName
{
color: #B1DB8B;
}
.AnyTagClassName
{
color: #B1DB8B;
}
</style>
background-color css
<style>
a { background-color: #B1DB8B; }
a { background-color: rgb(177,219,139); }
div.DivClassName
{
background-color: #B1DB8B;
}
.BgClassName
{
background-color: #B1DB8B;
}
</style>
border-color css
<style>
span { border-color: #B1DB8B; }
span { border-color: rgb(177,219,139); }
td.TdClassName
{
border-color: #B1DB8B;
}
.TagClassName
{
border-color: #B1DB8B;
}
</style>