#B1FA8B

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

Shades of Feijoa #B1FA8B

Tints of Feijoa #B1FA8B

Color information

#B1FA8B (or 0xB1FA8B) is unknown color: approx Feijoa. HEX triplet: B1, FA and 8B. RGB value is (177,250,139). Sum of RGB (Red+Green+Blue) = 177+250+139=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FA8B is #4E0574. Grayscale: #D7D7D7. Windows color (decimal): -5113205 or 9173681. OLE color: 9173681.

HSL color Cylindrical-coordinate representation of color #B1FA8B: hue angle of 99.46º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1FA8B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB177250139-
CMYK0.2900.440.02
HSL99.46º91.74%76.27%-
HSV(B)99.46º44.4%98.04%-
XYZ56.9879.5836.78-
YUV215.5284.82100.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 139 (54.69% from 255) = 24.56%
R=31.27%
G=44.17%
B=24.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501390.2900.440.0299.4691.7476.27
HexB1FA8B1D02C2635c4c
Octal261372213350542143134114
Binary10110001111110101000101111101010110010110001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FA8B; }

 p { color: rgb(177,250,139); }

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

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

 a { background-color: rgb(177,250,139); }

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

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

 span { border-color: rgb(177,250,139); }

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