#B1DF8E

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

Shades of Feijoa #B1DF8E

Tints of Feijoa #B1DF8E

Color information

#B1DF8E (or 0xB1DF8E) is unknown color: approx Feijoa. HEX triplet: B1, DF and 8E. RGB value is (177,223,142). Sum of RGB (Red+Green+Blue) = 177+223+142=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DF8E is #4E2071. Grayscale: #C8C8C8. Windows color (decimal): -5120114 or 9363377. OLE color: 9363377.

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

Color convert

RGB177223142-
CMYK0.2100.360.13
HSL94.07º55.86%71.57%-
HSV(B)94.07º36.32%87.45%-
XYZ49.464.0835.36-
YUV200.0195.26111.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 223 (87.5% from 255) = 41.14%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=32.66%
G=41.14%
B=26.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772231420.2100.360.1394.0755.8671.57
HexB1DF8E15024D5e3848
Octal261337216250441513670110
Binary101100011101111110001110101010100100110110111101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DF8E; }

 p { color: rgb(177,223,142); }

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

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

 a { background-color: rgb(177,223,142); }

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

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

 span { border-color: rgb(177,223,142); }

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