#B1DA93

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

Shades of Feijoa #B1DA93

Tints of Feijoa #B1DA93

Color information

#B1DA93 (or 0xB1DA93) is unknown color: approx Feijoa. HEX triplet: B1, DA and 93. RGB value is (177,218,147). Sum of RGB (Red+Green+Blue) = 177+218+147=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DA93 is #4E256C. Grayscale: #C5C5C5. Windows color (decimal): -5121389 or 9689777. OLE color: 9689777.

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

Color convert

RGB177218147-
CMYK0.1900.330.15
HSL94.65º48.97%71.57%-
HSV(B)94.65º32.57%85.49%-
XYZ48.4761.636.94-
YUV197.6599.42113.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=32.66%
G=40.22%
B=27.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181470.1900.330.1594.6548.9771.57
HexB1DA9313021F5f3148
Octal261332223230411713761110
Binary101100011101101010010011100110100001111110111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DA93; }

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

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

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

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

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

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

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

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