#B1E586

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

Shades of Feijoa #B1E586

Tints of Feijoa #B1E586

Color information

#B1E586 (or 0xB1E586) is unknown color: approx Feijoa. HEX triplet: B1, E5 and 86. RGB value is (177,229,134). Sum of RGB (Red+Green+Blue) = 177+229+134=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E586 is #4E1A79. Grayscale: #CACACA. Windows color (decimal): -5118586 or 8840625. OLE color: 8840625.

HSL color Cylindrical-coordinate representation of color #B1E586: hue angle of 92.84º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1E586 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB177229134-
CMYK0.2300.410.10
HSL92.84º64.63%71.18%-
HSV(B)92.84º41.48%89.8%-
XYZ50.4567.1132.85-
YUV202.6289.27109.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 229 (89.84% from 255) = 42.41%
BLUE value IS 134 (52.73% from 255) = 24.81%
R=32.78%
G=42.41%
B=24.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1772291340.2300.410.1092.8464.6371.18
HexB1E58617029A5d4147
Octal2613452062705112135101107
Binary1011000111100101100001101011101010011010101110110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E586; }

 p { color: rgb(177,229,134); }

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

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

 a { background-color: rgb(177,229,134); }

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

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

 span { border-color: rgb(177,229,134); }

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