#B2E493

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

Shades of Feijoa #B2E493

Tints of Feijoa #B2E493

Color information

#B2E493 (or 0xB2E493) is unknown color: approx Feijoa. HEX triplet: B2, E4 and 93. RGB value is (178,228,147). Sum of RGB (Red+Green+Blue) = 178+228+147=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E493 is #4D1B6C. Grayscale: #CCCCCC. Windows color (decimal): -5053293 or 9692338. OLE color: 9692338.

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

Color convert

RGB178228147-
CMYK0.2200.360.11
HSL97.04º60%73.53%-
HSV(B)97.04º35.53%89.41%-
XYZ51.3767.0637.84-
YUV203.8295.94109.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 228 (89.45% from 255) = 41.23%
BLUE value IS 147 (57.81% from 255) = 26.58%
R=32.19%
G=41.23%
B=26.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782281470.2200.360.1197.046073.53
HexB2E49316024B613c4a
Octal262344223260441314174112
Binary101100101110010010010011101100100100101111000011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E493; }

 p { color: rgb(178,228,147); }

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

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

 a { background-color: rgb(178,228,147); }

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

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

 span { border-color: rgb(178,228,147); }

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