#B1EA90

Color #B1EA90 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B1EA90

Tints of Feijoa #B1EA90

Color information

#B1EA90 (or 0xB1EA90) is unknown color: approx Feijoa. HEX triplet: B1, EA and 90. RGB value is (177,234,144). Sum of RGB (Red+Green+Blue) = 177+234+144=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EA90 is #4E156F. Grayscale: #CFCFCF. Windows color (decimal): -5117296 or 9497265. OLE color: 9497265.

HSL color Cylindrical-coordinate representation of color #B1EA90: hue angle of 98º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1EA90 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB177234144-
CMYK0.2400.380.08
HSL98º68.18%74.12%-
HSV(B)98º38.46%91.76%-
XYZ52.5970.2137.17-
YUV206.792.62106.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 144 (56.64% from 255) = 25.95%
R=31.89%
G=42.16%
B=25.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772341440.2400.380.089868.1874.12
HexB1EA9018026862444a
Octal2613522203004610142104112
Binary1011000111101010100100001100001001101000110001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EA90; }

 p { color: rgb(177,234,144); }

 H1.HeaderClassName
 {
   color: #B1EA90;
 }
 .AnyTagClassName
 {
   color: #B1EA90;
 }
</style>
background-color css

<style>
 a { background-color: #B1EA90; }

 a { background-color: rgb(177,234,144); }

 div.DivClassName
 {
   background-color: #B1EA90;
 }
 .BgClassName
 {
   background-color: #B1EA90;
 }
</style>
border-color css

<style>
 span { border-color: #B1EA90; }

 span { border-color: rgb(177,234,144); }

 td.TdClassName
 {
   border-color: #B1EA90;
 }
 .TagClassName
 {
   border-color: #B1EA90;
 }
</style>