#B1DA89

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

Shades of Feijoa #B1DA89

Tints of Feijoa #B1DA89

Color information

#B1DA89 (or 0xB1DA89) is unknown color: approx Feijoa. HEX triplet: B1, DA and 89. RGB value is (177,218,137). Sum of RGB (Red+Green+Blue) = 177+218+137=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DA89 is #4E2576. Grayscale: #C4C4C4. Windows color (decimal): -5121399 or 9034417. OLE color: 9034417.

HSL color Cylindrical-coordinate representation of color #B1DA89: hue angle of 90.37º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1DA89 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB177218137-
CMYK0.1900.370.15
HSL90.37º52.26%69.61%-
HSV(B)90.37º37.16%85.49%-
XYZ47.7261.332.98-
YUV196.5194.42114.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 137 (53.91% from 255) = 25.75%
R=33.27%
G=40.98%
B=25.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181370.1900.370.1590.3752.2669.61
HexB1DA8913025F5a3446
Octal261332211230451713264106
Binary101100011101101010001001100110100101111110110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DA89; }

 p { color: rgb(177,218,137); }

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

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

 a { background-color: rgb(177,218,137); }

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

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

 span { border-color: rgb(177,218,137); }

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