Shades of Feijoa #B0D97B
Tints of Feijoa #B0D97B
RGB
CMYK
RGB Variations
Color information
#B0D97B (or 0xB0D97B) is known color: Feijoa. HEX triplet: B0, D9 and 7B. RGB value is (176,217,123). Sum of RGB (Red+Green+Blue) = 176+217+123=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D97B is #4F2684. Grayscale: #C2C2C2. Windows color (decimal): -5187205 or 8116656. OLE color: 8116656.
HSL color Cylindrical-coordinate representation of color #B0D97B: hue angle of 86.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0D97B is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 123 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.15 |
| HSL | 86.17º | 0.55% | 0.67% | - |
| HSV(B) | 86.17º | 0.43% | 0.85% | - |
| XYZ | 46.29 | 60.29 | 27.94 | - |
| YUV | 194.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 123 | 0.19 | 0 | 0.43 | 0.15 | 86.17 | 0.55 | 0.67 |
| Hex | B0 | D9 | 7B | 13 | 0 | 2B | F | 56 | 37 | 43 |
| Octal | 260 | 331 | 173 | 23 | 0 | 53 | 17 | 126 | 67 | 103 |
| Binary | 10110000 | 11011001 | 1111011 | 10011 | 0 | 101011 | 1111 | 1010110 | 110111 | 1000011 |
Color Harmonies of #B0D97B
Complementary color
Monochromatic Colors of #B0D97B
Black with #B0D97B
Text Example
Text Example
White with #B0D97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D97B; }
p { color: rgb(176,217,123); }
H1.HeaderClassName
{
color: #B0D97B;
}
.AnyTagClassName
{
color: #B0D97B;
}
</style>
background-color css
<style>
a { background-color: #B0D97B; }
a { background-color: rgb(176,217,123); }
div.DivClassName
{
background-color: #B0D97B;
}
.BgClassName
{
background-color: #B0D97B;
}
</style>
border-color css
<style>
span { border-color: #B0D97B; }
span { border-color: rgb(176,217,123); }
td.TdClassName
{
border-color: #B0D97B;
}
.TagClassName
{
border-color: #B0D97B;
}
</style>