#B2E083

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

Shades of Feijoa #B2E083

Tints of Feijoa #B2E083

Color information

#B2E083 (or 0xB2E083) is unknown color: approx Feijoa. HEX triplet: B2, E0 and 83. RGB value is (178,224,131). Sum of RGB (Red+Green+Blue) = 178+224+131=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E083 is #4D1F7C. Grayscale: #C7C7C7. Windows color (decimal): -5054333 or 8642738. OLE color: 8642738.

HSL color Cylindrical-coordinate representation of color #B2E083: hue angle of 89.68º degrees, saturation: 0.6, 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 #B2E083 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB178224131-
CMYK0.2100.420.12
HSL89.68º60%69.61%-
HSV(B)89.68º41.52%87.84%-
XYZ49.1164.4131.32-
YUV199.6489.26112.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 224 (87.89% from 255) = 42.03%
BLUE value IS 131 (51.56% from 255) = 24.58%
R=33.40%
G=42.03%
B=24.58%

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
Decimal1782241310.2100.420.1289.686069.61
HexB2E0831502AC5a3c46
Octal262340203250521413274106
Binary101100101110000010000011101010101010110010110101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E083; }

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

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

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

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

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

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

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

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