Shades of Feijoa #B1D595
Tints of Feijoa #B1D595
RGB
CMYK
RGB Variations
Color information
#B1D595 (or 0xB1D595) is known color: Feijoa. HEX triplet: B1, D5 and 95. RGB value is (177,213,149). Sum of RGB (Red+Green+Blue) = 177+213+149=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D595 is #4E2A6A. Grayscale: #C3C3C3. Windows color (decimal): -5122667 or 9819569. OLE color: 9819569.
HSL color Cylindrical-coordinate representation of color #B1D595: hue angle of 93.75º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1D595 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 149 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.16 |
| HSL | 93.75º | 0.43% | 0.71% | - |
| HSV(B) | 93.75º | 0.3% | 0.84% | - |
| XYZ | 47.35 | 59.11 | 37.35 | - |
| YUV | 194.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 149 | 0.17 | 0 | 0.30 | 0.16 | 93.75 | 0.43 | 0.71 |
| Hex | B1 | D5 | 95 | 11 | 0 | 1E | 10 | 5E | 2B | 47 |
| Octal | 261 | 325 | 225 | 21 | 0 | 36 | 20 | 136 | 53 | 107 |
| Binary | 10110001 | 11010101 | 10010101 | 10001 | 0 | 11110 | 10000 | 1011110 | 101011 | 1000111 |
Color Harmonies of #B1D595
Complementary color
Monochromatic Colors of #B1D595
Black with #B1D595
Text Example
Text Example
White with #B1D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D595; }
p { color: rgb(177,213,149); }
H1.HeaderClassName
{
color: #B1D595;
}
.AnyTagClassName
{
color: #B1D595;
}
</style>
background-color css
<style>
a { background-color: #B1D595; }
a { background-color: rgb(177,213,149); }
div.DivClassName
{
background-color: #B1D595;
}
.BgClassName
{
background-color: #B1D595;
}
</style>
border-color css
<style>
span { border-color: #B1D595; }
span { border-color: rgb(177,213,149); }
td.TdClassName
{
border-color: #B1D595;
}
.TagClassName
{
border-color: #B1D595;
}
</style>