#B2E28A

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

Shades of Feijoa #B2E28A

Tints of Feijoa #B2E28A

Color information

#B2E28A (or 0xB2E28A) is unknown color: approx Feijoa. HEX triplet: B2, E2 and 8A. RGB value is (178,226,138). Sum of RGB (Red+Green+Blue) = 178+226+138=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E28A is #4D1D75. Grayscale: #C9C9C9. Windows color (decimal): -5053814 or 9102002. OLE color: 9102002.

HSL color Cylindrical-coordinate representation of color #B2E28A: hue angle of 92.73º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2E28A is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB178226138-
CMYK0.2100.390.11
HSL92.73º60.27%71.37%-
HSV(B)92.73º38.94%88.63%-
XYZ50.1465.6934.08-
YUV201.6292.1111.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 226 (88.67% from 255) = 41.70%
BLUE value IS 138 (54.30% from 255) = 25.46%
R=32.84%
G=41.70%
B=25.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782261380.2100.390.1192.7360.2771.37
HexB2E28A15027B5d3c47
Octal262342212250471313574107
Binary101100101110001010001010101010100111101110111011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E28A; }

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

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

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

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

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

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

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

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