#B1D887

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

Shades of Feijoa #B1D887

Tints of Feijoa #B1D887

Color information

#B1D887 (or 0xB1D887) is unknown color: approx Feijoa. HEX triplet: B1, D8 and 87. RGB value is (177,216,135). Sum of RGB (Red+Green+Blue) = 177+216+135=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D887 is #4E2778. Grayscale: #C3C3C3. Windows color (decimal): -5121913 or 8902833. OLE color: 8902833.

HSL color Cylindrical-coordinate representation of color #B1D887: hue angle of 88.89º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1D887 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB177216135-
CMYK0.1800.380.15
HSL88.89º50.94%68.82%-
HSV(B)88.89º37.5%84.71%-
XYZ47.0660.2132.06-
YUV195.194.08115.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 135 (53.12% from 255) = 25.57%
R=33.52%
G=40.91%
B=25.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772161350.1800.380.1588.8950.9468.82
HexB1D88712026F593345
Octal261330207220461713163105
Binary101100011101100010000111100100100110111110110011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D887; }

 p { color: rgb(177,216,135); }

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

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

 a { background-color: rgb(177,216,135); }

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

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

 span { border-color: rgb(177,216,135); }

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