#B2E082

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

Shades of Feijoa #B2E082

Tints of Feijoa #B2E082

Color information

#B2E082 (or 0xB2E082) is unknown color: approx Feijoa. HEX triplet: B2, E0 and 82. RGB value is (178,224,130). Sum of RGB (Red+Green+Blue) = 178+224+130=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E082 is #4D1F7D. Grayscale: #C7C7C7. Windows color (decimal): -5054334 or 8577202. OLE color: 8577202.

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

Color convert

RGB178224130-
CMYK0.2100.420.12
HSL89.36º60.26%69.41%-
HSV(B)89.36º41.96%87.84%-
XYZ49.0564.3930.96-
YUV199.5388.76112.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 224 (87.89% from 255) = 42.11%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=33.46%
G=42.11%
B=24.44%

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
Decimal1782241300.2100.420.1289.3660.2669.41
HexB2E0821502AC593c45
Octal262340202250521413174105
Binary101100101110000010000010101010101010110010110011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E082; }

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

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

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

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

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

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

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

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