#B5E28A

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

Shades of Feijoa #B5E28A

Tints of Feijoa #B5E28A

Color information

#B5E28A (or 0xB5E28A) is unknown color: approx Feijoa. HEX triplet: B5, E2 and 8A. RGB value is (181,226,138). Sum of RGB (Red+Green+Blue) = 181+226+138=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E28A is #4A1D75. Grayscale: #CACACA. Windows color (decimal): -4857206 or 9102005. OLE color: 9102005.

HSL color Cylindrical-coordinate representation of color #B5E28A: hue angle of 90.68º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5E28A is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB181226138-
CMYK0.2000.390.11
HSL90.68º60.27%71.37%-
HSV(B)90.68º38.94%88.63%-
XYZ50.8466.0534.11-
YUV202.5191.59112.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 226 (88.67% from 255) = 41.47%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=33.21%
G=41.47%
B=25.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1812261380.2000.390.1190.6860.2771.37
HexB5E28A14027B5b3c47
Octal265342212240471313374107
Binary101101011110001010001010101000100111101110110111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E28A; }

 p { color: rgb(181,226,138); }

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

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

 a { background-color: rgb(181,226,138); }

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

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

 span { border-color: rgb(181,226,138); }

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