#B2EC8A

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

Shades of Feijoa #B2EC8A

Tints of Feijoa #B2EC8A

Color information

#B2EC8A (or 0xB2EC8A) is unknown color: approx Feijoa. HEX triplet: B2, EC and 8A. RGB value is (178,236,138). Sum of RGB (Red+Green+Blue) = 178+236+138=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EC8A is #4D1375. Grayscale: #CFCFCF. Windows color (decimal): -5051254 or 9104562. OLE color: 9104562.

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

Color convert

RGB178236138-
CMYK0.2500.420.07
HSL95.51º72.06%73.33%-
HSV(B)95.51º41.53%92.55%-
XYZ52.9471.2935.01-
YUV207.4988.78106.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.25%
GREEN value IS 236 (92.58% from 255) = 42.75%
BLUE value IS 138 (54.30% from 255) = 25%
R=32.25%
G=42.75%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782361380.2500.420.0795.5172.0673.33
HexB2EC8A1902A7604849
Octal262354212310527140110111
Binary101100101110110010001010110010101010111110000010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EC8A; }

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

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

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

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

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

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

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

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