Shades of Feijoa #B2D78B
Tints of Feijoa #B2D78B
RGB
CMYK
RGB Variations
Color information
#B2D78B (or 0xB2D78B) is known color: Feijoa. HEX triplet: B2, D7 and 8B. RGB value is (178,215,139). Sum of RGB (Red+Green+Blue) = 178+215+139=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D78B is #4D2874. Grayscale: #C3C3C3. Windows color (decimal): -5056629 or 9164722. OLE color: 9164722.
HSL color Cylindrical-coordinate representation of color #B2D78B: hue angle of 89.21º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2D78B is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 139 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.16 |
| HSL | 89.21º | 0.49% | 0.69% | - |
| HSV(B) | 89.21º | 0.35% | 0.84% | - |
| XYZ | 47.32 | 59.93 | 33.5 | - |
| YUV | 195.27 | 96.24 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 139 | 0.17 | 0 | 0.35 | 0.16 | 89.21 | 0.49 | 0.69 |
| Hex | B2 | D7 | 8B | 11 | 0 | 23 | 10 | 59 | 31 | 45 |
| Octal | 262 | 327 | 213 | 21 | 0 | 43 | 20 | 131 | 61 | 105 |
| Binary | 10110010 | 11010111 | 10001011 | 10001 | 0 | 100011 | 10000 | 1011001 | 110001 | 1000101 |
Color Harmonies of #B2D78B
Complementary color
Monochromatic Colors of #B2D78B
Black with #B2D78B
Text Example
Text Example
White with #B2D78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D78B; }
p { color: rgb(178,215,139); }
H1.HeaderClassName
{
color: #B2D78B;
}
.AnyTagClassName
{
color: #B2D78B;
}
</style>
background-color css
<style>
a { background-color: #B2D78B; }
a { background-color: rgb(178,215,139); }
div.DivClassName
{
background-color: #B2D78B;
}
.BgClassName
{
background-color: #B2D78B;
}
</style>
border-color css
<style>
span { border-color: #B2D78B; }
span { border-color: rgb(178,215,139); }
td.TdClassName
{
border-color: #B2D78B;
}
.TagClassName
{
border-color: #B2D78B;
}
</style>