#B1E885

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

Shades of Feijoa #B1E885

Tints of Feijoa #B1E885

Color information

#B1E885 (or 0xB1E885) is unknown color: approx Feijoa. HEX triplet: B1, E8 and 85. RGB value is (177,232,133). Sum of RGB (Red+Green+Blue) = 177+232+133=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1E885 is #4E177A. Grayscale: #CCCCCC. Windows color (decimal): -5117819 or 8775857. OLE color: 8775857.

HSL color Cylindrical-coordinate representation of color #B1E885: hue angle of 93.33º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1E885 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB177232133-
CMYK0.2400.430.09
HSL93.33º68.28%71.57%-
HSV(B)93.33º42.67%90.98%-
XYZ51.2268.7532.76-
YUV204.2787.78108.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 232 (91.02% from 255) = 42.80%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=32.66%
G=42.80%
B=24.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772321330.2400.430.0993.3368.2871.57
HexB1E8851802B95d4448
Octal2613502053005311135104110
Binary1011000111101000100001011100001010111001101110110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E885; }

 p { color: rgb(177,232,133); }

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

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

 a { background-color: rgb(177,232,133); }

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

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

 span { border-color: rgb(177,232,133); }

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