#B0E179

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

Shades of Feijoa #B0E179

Tints of Feijoa #B0E179

Color information

#B0E179 (or 0xB0E179) is unknown color: approx Feijoa. HEX triplet: B0, E1 and 79. RGB value is (176,225,121). Sum of RGB (Red+Green+Blue) = 176+225+121=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E179 is #4F1E86. Grayscale: #C6C6C6. Windows color (decimal): -5185159 or 7987632. OLE color: 7987632.

HSL color Cylindrical-coordinate representation of color #B0E179: hue angle of 88.27º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0E179 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB176225121-
CMYK0.2200.460.12
HSL88.27º63.41%67.84%-
HSV(B)88.27º46.22%88.24%-
XYZ48.2864.4627.99-
YUV198.4984.27111.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 225 (88.28% from 255) = 43.10%
BLUE value IS 121 (47.66% from 255) = 23.18%
R=33.72%
G=43.10%
B=23.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762251210.2200.460.1288.2763.4167.84
HexB0E1791602EC583f44
Octal260341171260561413077104
Binary10110000111000011111001101100101110110010110001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E179; }

 p { color: rgb(176,225,121); }

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

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

 a { background-color: rgb(176,225,121); }

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

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

 span { border-color: rgb(176,225,121); }

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