#B4E182

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

Shades of Feijoa #B4E182

Tints of Feijoa #B4E182

Color information

#B4E182 (or 0xB4E182) is unknown color: approx Feijoa. HEX triplet: B4, E1 and 82. RGB value is (180,225,130). Sum of RGB (Red+Green+Blue) = 180+225+130=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E182 is #4B1E7D. Grayscale: #C9C9C9. Windows color (decimal): -4923006 or 8577460. OLE color: 8577460.

HSL color Cylindrical-coordinate representation of color #B4E182: hue angle of 88.42º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4E182 is Cyan = 0.2, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB180225130-
CMYK0.200.420.12
HSL88.42º61.29%69.61%-
HSV(B)88.42º42.22%88.24%-
XYZ49.7865.1731.07-
YUV200.7188.09113.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 225 (88.28% from 255) = 42.06%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=33.64%
G=42.06%
B=24.30%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802251300.200.420.1288.4261.2969.61
HexB4E1821402AC583d46
Octal264341202240521413075106
Binary101101001110000110000010101000101010110010110001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E182; }

 p { color: rgb(180,225,130); }

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

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

 a { background-color: rgb(180,225,130); }

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

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

 span { border-color: rgb(180,225,130); }

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