#B2E093

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

Shades of Feijoa #B2E093

Tints of Feijoa #B2E093

Color information

#B2E093 (or 0xB2E093) is unknown color: approx Feijoa. HEX triplet: B2, E0 and 93. RGB value is (178,224,147). Sum of RGB (Red+Green+Blue) = 178+224+147=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E093 is #4D1F6C. Grayscale: #C9C9C9. Windows color (decimal): -5054317 or 9691314. OLE color: 9691314.

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

Color convert

RGB178224147-
CMYK0.2100.340.12
HSL95.84º55.4%72.75%-
HSV(B)95.84º34.38%87.84%-
XYZ50.2864.8837.48-
YUV201.4797.26111.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 147 (57.81% from 255) = 26.78%
R=32.42%
G=40.80%
B=26.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782241470.2100.340.1295.8455.472.75
HexB2E09315022C603749
Octal262340223250421414067111
Binary101100101110000010010011101010100010110011000001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E093; }

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

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

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

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

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

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

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

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