Shades of Feijoa #B1DB92
Tints of Feijoa #B1DB92
RGB
CMYK
RGB Variations
Color information
#B1DB92 (or 0xB1DB92) is known color: Feijoa. HEX triplet: B1, DB and 92. RGB value is (177,219,146). Sum of RGB (Red+Green+Blue) = 177+219+146=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB92 is #4E246D. Grayscale: #C6C6C6. Windows color (decimal): -5121134 or 9624497. OLE color: 9624497.
HSL color Cylindrical-coordinate representation of color #B1DB92: hue angle of 94.52º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1DB92 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 146 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.14 |
| HSL | 94.52º | 0.5% | 0.72% | - |
| HSV(B) | 94.52º | 0.33% | 0.86% | - |
| XYZ | 48.65 | 62.09 | 36.61 | - |
| YUV | 198.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 146 | 0.19 | 0 | 0.33 | 0.14 | 94.52 | 0.5 | 0.72 |
| Hex | B1 | DB | 92 | 13 | 0 | 21 | E | 5F | 32 | 48 |
| Octal | 261 | 333 | 222 | 23 | 0 | 41 | 16 | 137 | 62 | 110 |
| Binary | 10110001 | 11011011 | 10010010 | 10011 | 0 | 100001 | 1110 | 1011111 | 110010 | 1001000 |
Color Harmonies of #B1DB92
Complementary color
Monochromatic Colors of #B1DB92
Black with #B1DB92
Text Example
Text Example
White with #B1DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB92; }
p { color: rgb(177,219,146); }
H1.HeaderClassName
{
color: #B1DB92;
}
.AnyTagClassName
{
color: #B1DB92;
}
</style>
background-color css
<style>
a { background-color: #B1DB92; }
a { background-color: rgb(177,219,146); }
div.DivClassName
{
background-color: #B1DB92;
}
.BgClassName
{
background-color: #B1DB92;
}
</style>
border-color css
<style>
span { border-color: #B1DB92; }
span { border-color: rgb(177,219,146); }
td.TdClassName
{
border-color: #B1DB92;
}
.TagClassName
{
border-color: #B1DB92;
}
</style>