#B2EC8B

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

Shades of Feijoa #B2EC8B

Tints of Feijoa #B2EC8B

Color information

#B2EC8B (or 0xB2EC8B) is unknown color: approx Feijoa. HEX triplet: B2, EC and 8B. RGB value is (178,236,139). Sum of RGB (Red+Green+Blue) = 178+236+139=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EC8B is #4D1374. Grayscale: #CFCFCF. Windows color (decimal): -5051253 or 9170098. OLE color: 9170098.

HSL color Cylindrical-coordinate representation of color #B2EC8B: hue angle of 95.88º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2EC8B is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB178236139-
CMYK0.2500.410.07
HSL95.88º71.85%73.53%-
HSV(B)95.88º41.1%92.55%-
XYZ53.0271.3235.4-
YUV207.689.28106.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 236 (92.58% from 255) = 42.68%
BLUE value IS 139 (54.69% from 255) = 25.14%
R=32.19%
G=42.68%
B=25.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782361390.2500.410.0795.8871.8573.53
HexB2EC8B19029760484a
Octal262354213310517140110112
Binary101100101110110010001011110010101001111110000010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EC8B; }

 p { color: rgb(178,236,139); }

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

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

 a { background-color: rgb(178,236,139); }

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

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

 span { border-color: rgb(178,236,139); }

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