#B1DE8A

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

Shades of Feijoa #B1DE8A

Tints of Feijoa #B1DE8A

Color information

#B1DE8A (or 0xB1DE8A) is unknown color: approx Feijoa. HEX triplet: B1, DE and 8A. RGB value is (177,222,138). Sum of RGB (Red+Green+Blue) = 177+222+138=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DE8A is #4E2175. Grayscale: #C7C7C7. Windows color (decimal): -5120374 or 9100977. OLE color: 9100977.

HSL color Cylindrical-coordinate representation of color #B1DE8A: hue angle of 92.14º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1DE8A is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB177222138-
CMYK0.2000.380.13
HSL92.14º56%70.59%-
HSV(B)92.14º37.84%87.06%-
XYZ48.8463.4233.71-
YUV198.9793.59112.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.96%
GREEN value IS 222 (87.11% from 255) = 41.34%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=32.96%
G=41.34%
B=25.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772221380.2000.380.1392.145670.59
HexB1DE8A14026D5c3847
Octal261336212240461513470107
Binary101100011101111010001010101000100110110110111001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DE8A; }

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

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

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

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

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

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

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

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