Shades of Feijoa #B1D28B
Tints of Feijoa #B1D28B
RGB
CMYK
RGB Variations
Color information
#B1D28B (or 0xB1D28B) is known color: Feijoa. HEX triplet: B1, D2 and 8B. RGB value is (177,210,139). Sum of RGB (Red+Green+Blue) = 177+210+139=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D28B is #4E2D74. Grayscale: #C0C0C0. Windows color (decimal): -5123445 or 9163441. OLE color: 9163441.
HSL color Cylindrical-coordinate representation of color #B1D28B: hue angle of 87.89º 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 #B1D28B is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 139 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.18 |
| HSL | 87.89º | 0.44% | 0.68% | - |
| HSV(B) | 87.89º | 0.34% | 0.82% | - |
| XYZ | 45.84 | 57.3 | 33.07 | - |
| YUV | 192.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 139 | 0.16 | 0 | 0.34 | 0.18 | 87.89 | 0.44 | 0.68 |
| Hex | B1 | D2 | 8B | 10 | 0 | 22 | 12 | 58 | 2C | 44 |
| Octal | 261 | 322 | 213 | 20 | 0 | 42 | 22 | 130 | 54 | 104 |
| Binary | 10110001 | 11010010 | 10001011 | 10000 | 0 | 100010 | 10010 | 1011000 | 101100 | 1000100 |
Color Harmonies of #B1D28B
Complementary color
Monochromatic Colors of #B1D28B
Black with #B1D28B
Text Example
Text Example
White with #B1D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D28B; }
p { color: rgb(177,210,139); }
H1.HeaderClassName
{
color: #B1D28B;
}
.AnyTagClassName
{
color: #B1D28B;
}
</style>
background-color css
<style>
a { background-color: #B1D28B; }
a { background-color: rgb(177,210,139); }
div.DivClassName
{
background-color: #B1D28B;
}
.BgClassName
{
background-color: #B1D28B;
}
</style>
border-color css
<style>
span { border-color: #B1D28B; }
span { border-color: rgb(177,210,139); }
td.TdClassName
{
border-color: #B1D28B;
}
.TagClassName
{
border-color: #B1D28B;
}
</style>