Shades of Feijoa #B2D87B
Tints of Feijoa #B2D87B
RGB
CMYK
RGB Variations
Color information
#B2D87B (or 0xB2D87B) is known color: Feijoa. HEX triplet: B2, D8 and 7B. RGB value is (178,216,123). Sum of RGB (Red+Green+Blue) = 178+216+123=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D87B is #4D2784. Grayscale: #C2C2C2. Windows color (decimal): -5056389 or 8116402. OLE color: 8116402.
HSL color Cylindrical-coordinate representation of color #B2D87B: hue angle of 84.52º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2D87B is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 123 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.15 |
| HSL | 84.52º | 0.54% | 0.66% | - |
| HSV(B) | 84.52º | 0.43% | 0.85% | - |
| XYZ | 46.49 | 60.01 | 27.87 | - |
| YUV | 194.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 123 | 0.18 | 0 | 0.43 | 0.15 | 84.52 | 0.54 | 0.66 |
| Hex | B2 | D8 | 7B | 12 | 0 | 2B | F | 55 | 36 | 42 |
| Octal | 262 | 330 | 173 | 22 | 0 | 53 | 17 | 125 | 66 | 102 |
| Binary | 10110010 | 11011000 | 1111011 | 10010 | 0 | 101011 | 1111 | 1010101 | 110110 | 1000010 |
Color Harmonies of #B2D87B
Complementary color
Monochromatic Colors of #B2D87B
Black with #B2D87B
Text Example
Text Example
White with #B2D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D87B; }
p { color: rgb(178,216,123); }
H1.HeaderClassName
{
color: #B2D87B;
}
.AnyTagClassName
{
color: #B2D87B;
}
</style>
background-color css
<style>
a { background-color: #B2D87B; }
a { background-color: rgb(178,216,123); }
div.DivClassName
{
background-color: #B2D87B;
}
.BgClassName
{
background-color: #B2D87B;
}
</style>
border-color css
<style>
span { border-color: #B2D87B; }
span { border-color: rgb(178,216,123); }
td.TdClassName
{
border-color: #B2D87B;
}
.TagClassName
{
border-color: #B2D87B;
}
</style>