#B1D18C

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

Shades of Feijoa #B1D18C

Tints of Feijoa #B1D18C

Color information

#B1D18C (or 0xB1D18C) is unknown color: approx Feijoa. HEX triplet: B1, D1 and 8C. RGB value is (177,209,140). Sum of RGB (Red+Green+Blue) = 177+209+140=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D18C is #4E2E73. Grayscale: #BFBFBF. Windows color (decimal): -5123700 or 9228721. OLE color: 9228721.

HSL color Cylindrical-coordinate representation of color #B1D18C: hue angle of 87.83º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1D18C is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB177209140-
CMYK0.1500.330.18
HSL87.83º42.86%68.43%-
HSV(B)87.83º33.01%81.96%-
XYZ45.6756.8433.38-
YUV191.5798.9117.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=33.65%
G=39.73%
B=26.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772091400.1500.330.1887.8342.8668.43
HexB1D18CF02112582b44
Octal261321214170412213053104
Binary101100011101000110001100111101000011001010110001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D18C; }

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

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

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

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

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

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

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

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