#B1E97A

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

Shades of Feijoa #B1E97A

Tints of Feijoa #B1E97A

Color information

#B1E97A (or 0xB1E97A) is unknown color: approx Feijoa. HEX triplet: B1, E9 and 7A. RGB value is (177,233,122). Sum of RGB (Red+Green+Blue) = 177+233+122=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E97A is #4E1685. Grayscale: #CBCBCB. Windows color (decimal): -5117574 or 8055217. OLE color: 8055217.

HSL color Cylindrical-coordinate representation of color #B1E97A: hue angle of 90.27º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1E97A is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB177233122-
CMYK0.2400.480.09
HSL90.27º71.61%69.61%-
HSV(B)90.27º47.64%91.37%-
XYZ50.7869.0329.06-
YUV203.681.95109.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 233 (91.41% from 255) = 43.80%
BLUE value IS 122 (48.05% from 255) = 22.93%
R=33.27%
G=43.80%
B=22.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772331220.2400.480.0990.2771.6169.61
HexB1E97A1803095a4846
Octal2613511723006011132110106
Binary101100011110100111110101100001100001001101101010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E97A; }

 p { color: rgb(177,233,122); }

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

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

 a { background-color: rgb(177,233,122); }

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

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

 span { border-color: rgb(177,233,122); }

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