#B2E182

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

Shades of Feijoa #B2E182

Tints of Feijoa #B2E182

Color information

#B2E182 (or 0xB2E182) is unknown color: approx Feijoa. HEX triplet: B2, E1 and 82. RGB value is (178,225,130). Sum of RGB (Red+Green+Blue) = 178+225+130=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E182 is #4D1E7D. Grayscale: #C8C8C8. Windows color (decimal): -5054078 or 8577458. OLE color: 8577458.

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

Color convert

RGB178225130-
CMYK0.2100.420.12
HSL89.68º61.29%69.61%-
HSV(B)89.68º42.22%88.24%-
XYZ49.3164.9331.05-
YUV200.1288.43112.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 225 (88.28% from 255) = 42.21%
BLUE value IS 130 (51.17% from 255) = 24.39%
R=33.40%
G=42.21%
B=24.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782251300.2100.420.1289.6861.2969.61
HexB2E1821502AC5a3d46
Octal262341202250521413275106
Binary101100101110000110000010101010101010110010110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E182; }

 p { color: rgb(178,225,130); }

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

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

 a { background-color: rgb(178,225,130); }

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

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

 span { border-color: rgb(178,225,130); }

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