#B4E28A

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

Shades of Feijoa #B4E28A

Tints of Feijoa #B4E28A

Color information

#B4E28A (or 0xB4E28A) is unknown color: approx Feijoa. HEX triplet: B4, E2 and 8A. RGB value is (180,226,138). Sum of RGB (Red+Green+Blue) = 180+226+138=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E28A is #4B1D75. Grayscale: #CACACA. Windows color (decimal): -4922742 or 9102004. OLE color: 9102004.

HSL color Cylindrical-coordinate representation of color #B4E28A: hue angle of 91.36º 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 #B4E28A is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB180226138-
CMYK0.2000.390.11
HSL91.36º60.27%71.37%-
HSV(B)91.36º38.94%88.63%-
XYZ50.6165.9334.1-
YUV202.2191.76112.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 226 (88.67% from 255) = 41.54%
BLUE value IS 138 (54.30% from 255) = 25.37%
R=33.09%
G=41.54%
B=25.37%

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
Decimal1802261380.2000.390.1191.3660.2771.37
HexB4E28A14027B5b3c47
Octal264342212240471313374107
Binary101101001110001010001010101000100111101110110111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E28A; }

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

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

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

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

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

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

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

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