Shades of Feijoa #B2E38B
Tints of Feijoa #B2E38B
RGB
CMYK
RGB Variations
Color information
#B2E38B (or 0xB2E38B) is known color: Feijoa. HEX triplet: B2, E3 and 8B. RGB value is (178,227,139). Sum of RGB (Red+Green+Blue) = 178+227+139=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E38B is #4D1C74. Grayscale: #CACACA. Windows color (decimal): -5053557 or 9167794. OLE color: 9167794.
HSL color Cylindrical-coordinate representation of color #B2E38B: hue angle of 93.41º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2E38B is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 227 | 139 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.11 |
| HSL | 93.41º | 0.61% | 0.72% | - |
| HSV(B) | 93.41º | 0.39% | 0.89% | - |
| XYZ | 50.49 | 66.27 | 34.56 | - |
| YUV | 202.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 227 | 139 | 0.22 | 0 | 0.39 | 0.11 | 93.41 | 0.61 | 0.72 |
| Hex | B2 | E3 | 8B | 16 | 0 | 27 | B | 5D | 3D | 48 |
| Octal | 262 | 343 | 213 | 26 | 0 | 47 | 13 | 135 | 75 | 110 |
| Binary | 10110010 | 11100011 | 10001011 | 10110 | 0 | 100111 | 1011 | 1011101 | 111101 | 1001000 |
Color Harmonies of #B2E38B
Complementary color
Monochromatic Colors of #B2E38B
Black with #B2E38B
Text Example
Text Example
White with #B2E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E38B; }
p { color: rgb(178,227,139); }
H1.HeaderClassName
{
color: #B2E38B;
}
.AnyTagClassName
{
color: #B2E38B;
}
</style>
background-color css
<style>
a { background-color: #B2E38B; }
a { background-color: rgb(178,227,139); }
div.DivClassName
{
background-color: #B2E38B;
}
.BgClassName
{
background-color: #B2E38B;
}
</style>
border-color css
<style>
span { border-color: #B2E38B; }
span { border-color: rgb(178,227,139); }
td.TdClassName
{
border-color: #B2E38B;
}
.TagClassName
{
border-color: #B2E38B;
}
</style>