#B1E28C

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

Shades of Feijoa #B1E28C

Tints of Feijoa #B1E28C

Color information

#B1E28C (or 0xB1E28C) is unknown color: approx Feijoa. HEX triplet: B1, E2 and 8C. RGB value is (177,226,140). Sum of RGB (Red+Green+Blue) = 177+226+140=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E28C is #4E1D73. Grayscale: #C9C9C9. Windows color (decimal): -5119348 or 9233073. OLE color: 9233073.

HSL color Cylindrical-coordinate representation of color #B1E28C: hue angle of 94.19º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1E28C is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB177226140-
CMYK0.2200.380.11
HSL94.19º59.72%71.76%-
HSV(B)94.19º38.05%88.63%-
XYZ50.0665.6334.84-
YUV201.5493.27110.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 226 (88.67% from 255) = 41.62%
BLUE value IS 140 (55.08% from 255) = 25.78%
R=32.60%
G=41.62%
B=25.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772261400.2200.380.1194.1959.7271.76
HexB1E28C16026B5e3c48
Octal261342214260461313674110
Binary101100011110001010001100101100100110101110111101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E28C; }

 p { color: rgb(177,226,140); }

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

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

 a { background-color: rgb(177,226,140); }

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

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

 span { border-color: rgb(177,226,140); }

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