Shades of Feijoa #B4E189
Tints of Feijoa #B4E189
RGB
CMYK
RGB Variations
Color information
#B4E189 (or 0xB4E189) is known color: Feijoa. HEX triplet: B4, E1 and 89. RGB value is (180,225,137). Sum of RGB (Red+Green+Blue) = 180+225+137=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E189 is #4B1E76. Grayscale: #C9C9C9. Windows color (decimal): -4922999 or 9036212. OLE color: 9036212.
HSL color Cylindrical-coordinate representation of color #B4E189: hue angle of 90.68º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4E189 is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 137 | - |
| CMYK | 0.2 | 0 | 0.39 | 0.12 |
| HSL | 90.68º | 0.59% | 0.71% | - |
| HSV(B) | 90.68º | 0.39% | 0.88% | - |
| XYZ | 50.26 | 65.36 | 33.63 | - |
| YUV | 201.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 137 | 0.2 | 0 | 0.39 | 0.12 | 90.68 | 0.59 | 0.71 |
| Hex | B4 | E1 | 89 | 14 | 0 | 27 | C | 5B | 3B | 47 |
| Octal | 264 | 341 | 211 | 24 | 0 | 47 | 14 | 133 | 73 | 107 |
| Binary | 10110100 | 11100001 | 10001001 | 10100 | 0 | 100111 | 1100 | 1011011 | 111011 | 1000111 |
Color Harmonies of #B4E189
Complementary color
Monochromatic Colors of #B4E189
Black with #B4E189
Text Example
Text Example
White with #B4E189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E189; }
p { color: rgb(180,225,137); }
H1.HeaderClassName
{
color: #B4E189;
}
.AnyTagClassName
{
color: #B4E189;
}
</style>
background-color css
<style>
a { background-color: #B4E189; }
a { background-color: rgb(180,225,137); }
div.DivClassName
{
background-color: #B4E189;
}
.BgClassName
{
background-color: #B4E189;
}
</style>
border-color css
<style>
span { border-color: #B4E189; }
span { border-color: rgb(180,225,137); }
td.TdClassName
{
border-color: #B4E189;
}
.TagClassName
{
border-color: #B4E189;
}
</style>