#B1E084

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

Shades of Feijoa #B1E084

Tints of Feijoa #B1E084

Color information

#B1E084 (or 0xB1E084) is unknown color: approx Feijoa. HEX triplet: B1, E0 and 84. RGB value is (177,224,132). Sum of RGB (Red+Green+Blue) = 177+224+132=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E084 is #4E1F7B. Grayscale: #C7C7C7. Windows color (decimal): -5119868 or 8708273. OLE color: 8708273.

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

Color convert

RGB177224132-
CMYK0.2100.410.12
HSL90.65º59.74%69.8%-
HSV(B)90.65º41.07%87.84%-
XYZ48.9564.3231.67-
YUV199.4689.93111.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 224 (87.89% from 255) = 42.03%
BLUE value IS 132 (51.95% from 255) = 24.77%
R=33.21%
G=42.03%
B=24.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772241320.2100.410.1290.6559.7469.8
HexB1E08415029C5b3c46
Octal261340204250511413374106
Binary101100011110000010000100101010101001110010110111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E084; }

 p { color: rgb(177,224,132); }

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

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

 a { background-color: rgb(177,224,132); }

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

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

 span { border-color: rgb(177,224,132); }

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