Shades of Feijoa #B0D596
Tints of Feijoa #B0D596
RGB
CMYK
RGB Variations
Color information
#B0D596 (or 0xB0D596) is known color: Feijoa. HEX triplet: B0, D5 and 96. RGB value is (176,213,150). Sum of RGB (Red+Green+Blue) = 176+213+150=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D596 is #4F2A69. Grayscale: #C2C2C2. Windows color (decimal): -5188202 or 9885104. OLE color: 9885104.
HSL color Cylindrical-coordinate representation of color #B0D596: hue angle of 95.24º 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 #B0D596 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 150 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.16 |
| HSL | 95.24º | 0.43% | 0.71% | - |
| HSV(B) | 95.24º | 0.3% | 0.84% | - |
| XYZ | 47.2 | 59.02 | 37.76 | - |
| YUV | 194.76 | 102.74 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 150 | 0.17 | 0 | 0.30 | 0.16 | 95.24 | 0.43 | 0.71 |
| Hex | B0 | D5 | 96 | 11 | 0 | 1E | 10 | 5F | 2B | 47 |
| Octal | 260 | 325 | 226 | 21 | 0 | 36 | 20 | 137 | 53 | 107 |
| Binary | 10110000 | 11010101 | 10010110 | 10001 | 0 | 11110 | 10000 | 1011111 | 101011 | 1000111 |
Color Harmonies of #B0D596
Complementary color
Monochromatic Colors of #B0D596
Black with #B0D596
Text Example
Text Example
White with #B0D596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D596; }
p { color: rgb(176,213,150); }
H1.HeaderClassName
{
color: #B0D596;
}
.AnyTagClassName
{
color: #B0D596;
}
</style>
background-color css
<style>
a { background-color: #B0D596; }
a { background-color: rgb(176,213,150); }
div.DivClassName
{
background-color: #B0D596;
}
.BgClassName
{
background-color: #B0D596;
}
</style>
border-color css
<style>
span { border-color: #B0D596; }
span { border-color: rgb(176,213,150); }
td.TdClassName
{
border-color: #B0D596;
}
.TagClassName
{
border-color: #B0D596;
}
</style>