Shades of Feijoa #B1D390
Tints of Feijoa #B1D390
RGB
CMYK
RGB Variations
Color information
#B1D390 (or 0xB1D390) is known color: Feijoa. HEX triplet: B1, D3 and 90. RGB value is (177,211,144). Sum of RGB (Red+Green+Blue) = 177+211+144=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D390 is #4E2C6F. Grayscale: #C1C1C1. Windows color (decimal): -5123184 or 9491377. OLE color: 9491377.
HSL color Cylindrical-coordinate representation of color #B1D390: hue angle of 90.45º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1D390 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 211 | 144 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.17 |
| HSL | 90.45º | 0.43% | 0.7% | - |
| HSV(B) | 90.45º | 0.32% | 0.83% | - |
| XYZ | 46.46 | 57.95 | 35.12 | - |
| YUV | 193.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 211 | 144 | 0.16 | 0 | 0.32 | 0.17 | 90.45 | 0.43 | 0.7 |
| Hex | B1 | D3 | 90 | 10 | 0 | 20 | 11 | 5A | 2B | 46 |
| Octal | 261 | 323 | 220 | 20 | 0 | 40 | 21 | 132 | 53 | 106 |
| Binary | 10110001 | 11010011 | 10010000 | 10000 | 0 | 100000 | 10001 | 1011010 | 101011 | 1000110 |
Color Harmonies of #B1D390
Complementary color
Monochromatic Colors of #B1D390
Black with #B1D390
Text Example
Text Example
White with #B1D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D390; }
p { color: rgb(177,211,144); }
H1.HeaderClassName
{
color: #B1D390;
}
.AnyTagClassName
{
color: #B1D390;
}
</style>
background-color css
<style>
a { background-color: #B1D390; }
a { background-color: rgb(177,211,144); }
div.DivClassName
{
background-color: #B1D390;
}
.BgClassName
{
background-color: #B1D390;
}
</style>
border-color css
<style>
span { border-color: #B1D390; }
span { border-color: rgb(177,211,144); }
td.TdClassName
{
border-color: #B1D390;
}
.TagClassName
{
border-color: #B1D390;
}
</style>