#B1FA8A

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

Shades of Feijoa #B1FA8A

Tints of Feijoa #B1FA8A

Color information

#B1FA8A (or 0xB1FA8A) is unknown color: approx Feijoa. HEX triplet: B1, FA and 8A. RGB value is (177,250,138). Sum of RGB (Red+Green+Blue) = 177+250+138=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FA8A is #4E0575. Grayscale: #D7D7D7. Windows color (decimal): -5113206 or 9108145. OLE color: 9108145.

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

Color convert

RGB177250138-
CMYK0.2900.450.02
HSL99.11º91.8%76.08%-
HSV(B)99.11º44.8%98.04%-
XYZ56.979.5536.4-
YUV215.484.32100.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.33%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=31.33%
G=44.25%
B=24.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501380.2900.450.0299.1191.876.08
HexB1FA8A1D02D2635c4c
Octal261372212350552143134114
Binary10110001111110101000101011101010110110110001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FA8A; }

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

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

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

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

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

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

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

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