Shades of Feijoa #B1D692
Tints of Feijoa #B1D692
RGB
CMYK
RGB Variations
Color information
#B1D692 (or 0xB1D692) is known color: Feijoa. HEX triplet: B1, D6 and 92. RGB value is (177,214,146). Sum of RGB (Red+Green+Blue) = 177+214+146=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D692 is #4E296D. Grayscale: #C3C3C3. Windows color (decimal): -5122414 or 9623217. OLE color: 9623217.
HSL color Cylindrical-coordinate representation of color #B1D692: hue angle of 92.65º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1D692 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 146 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.16 |
| HSL | 92.65º | 0.45% | 0.71% | - |
| HSV(B) | 92.65º | 0.32% | 0.84% | - |
| XYZ | 47.37 | 59.52 | 36.19 | - |
| YUV | 195.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 146 | 0.17 | 0 | 0.32 | 0.16 | 92.65 | 0.45 | 0.71 |
| Hex | B1 | D6 | 92 | 11 | 0 | 20 | 10 | 5D | 2D | 47 |
| Octal | 261 | 326 | 222 | 21 | 0 | 40 | 20 | 135 | 55 | 107 |
| Binary | 10110001 | 11010110 | 10010010 | 10001 | 0 | 100000 | 10000 | 1011101 | 101101 | 1000111 |
Color Harmonies of #B1D692
Complementary color
Monochromatic Colors of #B1D692
Black with #B1D692
Text Example
Text Example
White with #B1D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D692; }
p { color: rgb(177,214,146); }
H1.HeaderClassName
{
color: #B1D692;
}
.AnyTagClassName
{
color: #B1D692;
}
</style>
background-color css
<style>
a { background-color: #B1D692; }
a { background-color: rgb(177,214,146); }
div.DivClassName
{
background-color: #B1D692;
}
.BgClassName
{
background-color: #B1D692;
}
</style>
border-color css
<style>
span { border-color: #B1D692; }
span { border-color: rgb(177,214,146); }
td.TdClassName
{
border-color: #B1D692;
}
.TagClassName
{
border-color: #B1D692;
}
</style>