#B2E283

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

Shades of Feijoa #B2E283

Tints of Feijoa #B2E283

Color information

#B2E283 (or 0xB2E283) is unknown color: approx Feijoa. HEX triplet: B2, E2 and 83. RGB value is (178,226,131). Sum of RGB (Red+Green+Blue) = 178+226+131=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E283 is #4D1D7C. Grayscale: #C9C9C9. Windows color (decimal): -5053821 or 8643250. OLE color: 8643250.

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

Color convert

RGB178226131-
CMYK0.2100.420.11
HSL90.32º62.09%70%-
HSV(B)90.32º42.04%88.63%-
XYZ49.6565.531.5-
YUV200.8288.6111.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 226 (88.67% from 255) = 42.24%
BLUE value IS 131 (51.56% from 255) = 24.49%
R=33.27%
G=42.24%
B=24.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782261310.2100.420.1190.3262.0970
HexB2E2831502AB5a3e46
Octal262342203250521313276106
Binary101100101110001010000011101010101010101110110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E283; }

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

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

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

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

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

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

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

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