#B2E094

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

Shades of Feijoa #B2E094

Tints of Feijoa #B2E094

Color information

#B2E094 (or 0xB2E094) is unknown color: approx Feijoa. HEX triplet: B2, E0 and 94. RGB value is (178,224,148). Sum of RGB (Red+Green+Blue) = 178+224+148=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E094 is #4D1F6B. Grayscale: #C9C9C9. Windows color (decimal): -5054316 or 9756850. OLE color: 9756850.

HSL color Cylindrical-coordinate representation of color #B2E094: hue angle of 96.32º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2E094 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB178224148-
CMYK0.2100.340.12
HSL96.32º55.07%72.94%-
HSV(B)96.32º33.93%87.84%-
XYZ50.3664.9137.89-
YUV201.5897.76111.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.36%
GREEN value IS 224 (87.89% from 255) = 40.73%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=32.36%
G=40.73%
B=26.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782241480.2100.340.1296.3255.0772.94
HexB2E09415022C603749
Octal262340224250421414067111
Binary101100101110000010010100101010100010110011000001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E094; }

 p { color: rgb(178,224,148); }

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

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

 a { background-color: rgb(178,224,148); }

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

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

 span { border-color: rgb(178,224,148); }

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