#B1EA8D

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

Shades of Feijoa #B1EA8D

Tints of Feijoa #B1EA8D

Color information

#B1EA8D (or 0xB1EA8D) is unknown color: approx Feijoa. HEX triplet: B1, EA and 8D. RGB value is (177,234,141). Sum of RGB (Red+Green+Blue) = 177+234+141=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EA8D is #4E1572. Grayscale: #CECECE. Windows color (decimal): -5117299 or 9300657. OLE color: 9300657.

HSL color Cylindrical-coordinate representation of color #B1EA8D: hue angle of 96.77º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1EA8D is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB177234141-
CMYK0.2400.400.08
HSL96.77º68.89%73.53%-
HSV(B)96.77º39.74%91.76%-
XYZ52.3670.1235.97-
YUV206.3691.12107.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 234 (91.80% from 255) = 42.39%
BLUE value IS 141 (55.47% from 255) = 25.54%
R=32.07%
G=42.39%
B=25.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772341410.2400.400.0896.7768.8973.53
HexB1EA8D18028861454a
Octal2613522153005010141105112
Binary1011000111101010100011011100001010001000110000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EA8D; }

 p { color: rgb(177,234,141); }

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

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

 a { background-color: rgb(177,234,141); }

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

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

 span { border-color: rgb(177,234,141); }

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