Shades of Feijoa #B0EA8C
Tints of Feijoa #B0EA8C
RGB
CMYK
RGB Variations
Color information
#B0EA8C (or 0xB0EA8C) is known color: Feijoa. HEX triplet: B0, EA and 8C. RGB value is (176,234,140). Sum of RGB (Red+Green+Blue) = 176+234+140=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EA8C is #4F1573. Grayscale: #CECECE. Windows color (decimal): -5182836 or 9235120. OLE color: 9235120.
HSL color Cylindrical-coordinate representation of color #B0EA8C: hue angle of 97.02º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0EA8C is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 140 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.08 |
| HSL | 97.02º | 0.69% | 0.73% | - |
| HSV(B) | 97.02º | 0.4% | 0.92% | - |
| XYZ | 52.06 | 69.97 | 35.57 | - |
| YUV | 205.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 140 | 0.25 | 0 | 0.40 | 0.08 | 97.02 | 0.69 | 0.73 |
| Hex | B0 | EA | 8C | 19 | 0 | 28 | 8 | 61 | 45 | 49 |
| Octal | 260 | 352 | 214 | 31 | 0 | 50 | 10 | 141 | 105 | 111 |
| Binary | 10110000 | 11101010 | 10001100 | 11001 | 0 | 101000 | 1000 | 1100001 | 1000101 | 1001001 |
Color Harmonies of #B0EA8C
Complementary color
Monochromatic Colors of #B0EA8C
Black with #B0EA8C
Text Example
Text Example
White with #B0EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EA8C; }
p { color: rgb(176,234,140); }
H1.HeaderClassName
{
color: #B0EA8C;
}
.AnyTagClassName
{
color: #B0EA8C;
}
</style>
background-color css
<style>
a { background-color: #B0EA8C; }
a { background-color: rgb(176,234,140); }
div.DivClassName
{
background-color: #B0EA8C;
}
.BgClassName
{
background-color: #B0EA8C;
}
</style>
border-color css
<style>
span { border-color: #B0EA8C; }
span { border-color: rgb(176,234,140); }
td.TdClassName
{
border-color: #B0EA8C;
}
.TagClassName
{
border-color: #B0EA8C;
}
</style>