Shades of Feijoa #B4E090
Tints of Feijoa #B4E090
RGB
CMYK
RGB Variations
Color information
#B4E090 (or 0xB4E090) is known color: Feijoa. HEX triplet: B4, E0 and 90. RGB value is (180,224,144). Sum of RGB (Red+Green+Blue) = 180+224+144=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E090 is #4B1F6F. Grayscale: #CACACA. Windows color (decimal): -4923248 or 9494708. OLE color: 9494708.
HSL color Cylindrical-coordinate representation of color #B4E090: hue angle of 93º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4E090 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 224 | 144 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.12 |
| HSL | 93º | 0.56% | 0.72% | - |
| HSV(B) | 93º | 0.36% | 0.88% | - |
| XYZ | 50.51 | 65.03 | 36.27 | - |
| YUV | 201.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 144 | 0.20 | 0 | 0.36 | 0.12 | 93 | 0.56 | 0.72 |
| Hex | B4 | E0 | 90 | 14 | 0 | 24 | C | 5D | 38 | 48 |
| Octal | 264 | 340 | 220 | 24 | 0 | 44 | 14 | 135 | 70 | 110 |
| Binary | 10110100 | 11100000 | 10010000 | 10100 | 0 | 100100 | 1100 | 1011101 | 111000 | 1001000 |
Color Harmonies of #B4E090
Complementary color
Monochromatic Colors of #B4E090
Black with #B4E090
Text Example
Text Example
White with #B4E090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E090; }
p { color: rgb(180,224,144); }
H1.HeaderClassName
{
color: #B4E090;
}
.AnyTagClassName
{
color: #B4E090;
}
</style>
background-color css
<style>
a { background-color: #B4E090; }
a { background-color: rgb(180,224,144); }
div.DivClassName
{
background-color: #B4E090;
}
.BgClassName
{
background-color: #B4E090;
}
</style>
border-color css
<style>
span { border-color: #B4E090; }
span { border-color: rgb(180,224,144); }
td.TdClassName
{
border-color: #B4E090;
}
.TagClassName
{
border-color: #B4E090;
}
</style>