Shades of Feijoa #B4E886
Tints of Feijoa #B4E886
RGB
CMYK
RGB Variations
Color information
#B4E886 (or 0xB4E886) is known color: Feijoa. HEX triplet: B4, E8 and 86. RGB value is (180,232,134). Sum of RGB (Red+Green+Blue) = 180+232+134=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E886 is #4B1779. Grayscale: #CDCDCD. Windows color (decimal): -4921210 or 8841396. OLE color: 8841396.
HSL color Cylindrical-coordinate representation of color #B4E886: hue angle of 91.84º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4E886 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 134 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.09 |
| HSL | 91.84º | 0.68% | 0.72% | - |
| HSV(B) | 91.84º | 0.42% | 0.91% | - |
| XYZ | 51.98 | 69.14 | 33.16 | - |
| YUV | 205.28 | 87.77 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 134 | 0.22 | 0 | 0.42 | 0.09 | 91.84 | 0.68 | 0.72 |
| Hex | B4 | E8 | 86 | 16 | 0 | 2A | 9 | 5C | 44 | 48 |
| Octal | 264 | 350 | 206 | 26 | 0 | 52 | 11 | 134 | 104 | 110 |
| Binary | 10110100 | 11101000 | 10000110 | 10110 | 0 | 101010 | 1001 | 1011100 | 1000100 | 1001000 |
Color Harmonies of #B4E886
Complementary color
Monochromatic Colors of #B4E886
Black with #B4E886
Text Example
Text Example
White with #B4E886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E886; }
p { color: rgb(180,232,134); }
H1.HeaderClassName
{
color: #B4E886;
}
.AnyTagClassName
{
color: #B4E886;
}
</style>
background-color css
<style>
a { background-color: #B4E886; }
a { background-color: rgb(180,232,134); }
div.DivClassName
{
background-color: #B4E886;
}
.BgClassName
{
background-color: #B4E886;
}
</style>
border-color css
<style>
span { border-color: #B4E886; }
span { border-color: rgb(180,232,134); }
td.TdClassName
{
border-color: #B4E886;
}
.TagClassName
{
border-color: #B4E886;
}
</style>