Shades of Feijoa #B0E38B
Tints of Feijoa #B0E38B
RGB
CMYK
RGB Variations
Color information
#B0E38B (or 0xB0E38B) is known color: Feijoa. HEX triplet: B0, E3 and 8B. RGB value is (176,227,139). Sum of RGB (Red+Green+Blue) = 176+227+139=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E38B is #4F1C74. Grayscale: #CACACA. Windows color (decimal): -5184629 or 9167792. OLE color: 9167792.
HSL color Cylindrical-coordinate representation of color #B0E38B: hue angle of 94.77º 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 #B0E38B is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 227 | 139 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.11 |
| HSL | 94.77º | 0.61% | 0.72% | - |
| HSV(B) | 94.77º | 0.39% | 0.89% | - |
| XYZ | 50.03 | 66.03 | 34.53 | - |
| YUV | 201.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 227 | 139 | 0.22 | 0 | 0.39 | 0.11 | 94.77 | 0.61 | 0.72 |
| Hex | B0 | E3 | 8B | 16 | 0 | 27 | B | 5F | 3D | 48 |
| Octal | 260 | 343 | 213 | 26 | 0 | 47 | 13 | 137 | 75 | 110 |
| Binary | 10110000 | 11100011 | 10001011 | 10110 | 0 | 100111 | 1011 | 1011111 | 111101 | 1001000 |
Color Harmonies of #B0E38B
Complementary color
Monochromatic Colors of #B0E38B
Black with #B0E38B
Text Example
Text Example
White with #B0E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E38B; }
p { color: rgb(176,227,139); }
H1.HeaderClassName
{
color: #B0E38B;
}
.AnyTagClassName
{
color: #B0E38B;
}
</style>
background-color css
<style>
a { background-color: #B0E38B; }
a { background-color: rgb(176,227,139); }
div.DivClassName
{
background-color: #B0E38B;
}
.BgClassName
{
background-color: #B0E38B;
}
</style>
border-color css
<style>
span { border-color: #B0E38B; }
span { border-color: rgb(176,227,139); }
td.TdClassName
{
border-color: #B0E38B;
}
.TagClassName
{
border-color: #B0E38B;
}
</style>