Shades of Feijoa #B1D696
Tints of Feijoa #B1D696
RGB
CMYK
RGB Variations
Color information
#B1D696 (or 0xB1D696) is known color: Feijoa. HEX triplet: B1, D6 and 96. RGB value is (177,214,150). Sum of RGB (Red+Green+Blue) = 177+214+150=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D696 is #4E2969. Grayscale: #C3C3C3. Windows color (decimal): -5122410 or 9885361. OLE color: 9885361.
HSL color Cylindrical-coordinate representation of color #B1D696: hue angle of 94.69º degrees, saturation: 0.44, 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 #B1D696 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 150 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.16 |
| HSL | 94.69º | 0.44% | 0.71% | - |
| HSV(B) | 94.69º | 0.3% | 0.84% | - |
| XYZ | 47.68 | 59.64 | 37.85 | - |
| YUV | 195.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 150 | 0.17 | 0 | 0.30 | 0.16 | 94.69 | 0.44 | 0.71 |
| Hex | B1 | D6 | 96 | 11 | 0 | 1E | 10 | 5F | 2C | 47 |
| Octal | 261 | 326 | 226 | 21 | 0 | 36 | 20 | 137 | 54 | 107 |
| Binary | 10110001 | 11010110 | 10010110 | 10001 | 0 | 11110 | 10000 | 1011111 | 101100 | 1000111 |
Color Harmonies of #B1D696
Complementary color
Monochromatic Colors of #B1D696
Black with #B1D696
Text Example
Text Example
White with #B1D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D696; }
p { color: rgb(177,214,150); }
H1.HeaderClassName
{
color: #B1D696;
}
.AnyTagClassName
{
color: #B1D696;
}
</style>
background-color css
<style>
a { background-color: #B1D696; }
a { background-color: rgb(177,214,150); }
div.DivClassName
{
background-color: #B1D696;
}
.BgClassName
{
background-color: #B1D696;
}
</style>
border-color css
<style>
span { border-color: #B1D696; }
span { border-color: rgb(177,214,150); }
td.TdClassName
{
border-color: #B1D696;
}
.TagClassName
{
border-color: #B1D696;
}
</style>