#B2E18A

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

Shades of Feijoa #B2E18A

Tints of Feijoa #B2E18A

Color information

#B2E18A (or 0xB2E18A) is unknown color: approx Feijoa. HEX triplet: B2, E1 and 8A. RGB value is (178,225,138). Sum of RGB (Red+Green+Blue) = 178+225+138=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E18A is #4D1E75. Grayscale: #C9C9C9. Windows color (decimal): -5054070 or 9101746. OLE color: 9101746.

HSL color Cylindrical-coordinate representation of color #B2E18A: hue angle of 92.41º 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 #B2E18A is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB178225138-
CMYK0.2100.390.12
HSL92.41º59.18%71.18%-
HSV(B)92.41º38.67%88.24%-
XYZ49.8765.1533.99-
YUV201.0392.43111.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 225 (88.28% from 255) = 41.59%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=32.90%
G=41.59%
B=25.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782251380.2100.390.1292.4159.1871.18
HexB2E18A15027C5c3b47
Octal262341212250471413473107
Binary101100101110000110001010101010100111110010111001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E18A; }

 p { color: rgb(178,225,138); }

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

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

 a { background-color: rgb(178,225,138); }

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

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

 span { border-color: rgb(178,225,138); }

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