Shades of Feijoa #B1D88A
Tints of Feijoa #B1D88A
RGB
CMYK
RGB Variations
Color information
#B1D88A (or 0xB1D88A) is known color: Feijoa. HEX triplet: B1, D8 and 8A. RGB value is (177,216,138). Sum of RGB (Red+Green+Blue) = 177+216+138=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D88A is #4E2775. Grayscale: #C3C3C3. Windows color (decimal): -5121910 or 9099441. OLE color: 9099441.
HSL color Cylindrical-coordinate representation of color #B1D88A: hue angle of 90º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1D88A is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 216 | 138 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.15 |
| HSL | 90º | 0.5% | 0.69% | - |
| HSV(B) | 90º | 0.36% | 0.85% | - |
| XYZ | 47.27 | 60.29 | 33.19 | - |
| YUV | 195.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 138 | 0.18 | 0 | 0.36 | 0.15 | 90 | 0.5 | 0.69 |
| Hex | B1 | D8 | 8A | 12 | 0 | 24 | F | 5A | 32 | 45 |
| Octal | 261 | 330 | 212 | 22 | 0 | 44 | 17 | 132 | 62 | 105 |
| Binary | 10110001 | 11011000 | 10001010 | 10010 | 0 | 100100 | 1111 | 1011010 | 110010 | 1000101 |
Color Harmonies of #B1D88A
Complementary color
Monochromatic Colors of #B1D88A
Black with #B1D88A
Text Example
Text Example
White with #B1D88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D88A; }
p { color: rgb(177,216,138); }
H1.HeaderClassName
{
color: #B1D88A;
}
.AnyTagClassName
{
color: #B1D88A;
}
</style>
background-color css
<style>
a { background-color: #B1D88A; }
a { background-color: rgb(177,216,138); }
div.DivClassName
{
background-color: #B1D88A;
}
.BgClassName
{
background-color: #B1D88A;
}
</style>
border-color css
<style>
span { border-color: #B1D88A; }
span { border-color: rgb(177,216,138); }
td.TdClassName
{
border-color: #B1D88A;
}
.TagClassName
{
border-color: #B1D88A;
}
</style>