#B2E293

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

Shades of Feijoa #B2E293

Tints of Feijoa #B2E293

Color information

#B2E293 (or 0xB2E293) is unknown color: approx Feijoa. HEX triplet: B2, E2 and 93. RGB value is (178,226,147). Sum of RGB (Red+Green+Blue) = 178+226+147=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E293 is #4D1D6C. Grayscale: #CACACA. Windows color (decimal): -5053805 or 9691826. OLE color: 9691826.

HSL color Cylindrical-coordinate representation of color #B2E293: hue angle of 96.46º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2E293 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB178226147-
CMYK0.2100.350.11
HSL96.46º57.66%73.14%-
HSV(B)96.46º34.96%88.63%-
XYZ50.8265.9637.66-
YUV202.6496.6110.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 226 (88.67% from 255) = 41.02%
BLUE value IS 147 (57.81% from 255) = 26.68%
R=32.30%
G=41.02%
B=26.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782261470.2100.350.1196.4657.6673.14
HexB2E29315023B603a49
Octal262342223250431314072111
Binary101100101110001010010011101010100011101111000001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E293; }

 p { color: rgb(178,226,147); }

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

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

 a { background-color: rgb(178,226,147); }

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

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

 span { border-color: rgb(178,226,147); }

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