#B1DA87

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

Shades of Feijoa #B1DA87

Tints of Feijoa #B1DA87

Color information

#B1DA87 (or 0xB1DA87) is unknown color: approx Feijoa. HEX triplet: B1, DA and 87. RGB value is (177,218,135). Sum of RGB (Red+Green+Blue) = 177+218+135=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DA87 is #4E2578. Grayscale: #C4C4C4. Windows color (decimal): -5121401 or 8903345. OLE color: 8903345.

HSL color Cylindrical-coordinate representation of color #B1DA87: hue angle of 89.64º degrees, saturation: 0.53, 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 #B1DA87 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB177218135-
CMYK0.1900.380.15
HSL89.64º52.87%69.22%-
HSV(B)89.64º38.07%85.49%-
XYZ47.5861.2432.23-
YUV196.2893.42114.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 135 (53.12% from 255) = 25.47%
R=33.40%
G=41.13%
B=25.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181350.1900.380.1589.6452.8769.22
HexB1DA8713026F5a3545
Octal261332207230461713265105
Binary101100011101101010000111100110100110111110110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DA87; }

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

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

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

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

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

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

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

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