#B1DC8D

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

Shades of Feijoa #B1DC8D

Tints of Feijoa #B1DC8D

Color information

#B1DC8D (or 0xB1DC8D) is unknown color: approx Feijoa. HEX triplet: B1, DC and 8D. RGB value is (177,220,141). Sum of RGB (Red+Green+Blue) = 177+220+141=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC8D is #4E2372. Grayscale: #C6C6C6. Windows color (decimal): -5120883 or 9297073. OLE color: 9297073.

HSL color Cylindrical-coordinate representation of color #B1DC8D: hue angle of 92.66º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1DC8D is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB177220141-
CMYK0.2000.360.14
HSL92.66º53.02%70.78%-
HSV(B)92.66º35.91%86.27%-
XYZ48.5362.4634.7-
YUV198.1495.75112.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=32.90%
G=40.89%
B=26.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772201410.2000.360.1492.6653.0270.78
HexB1DC8D14024E5d3547
Octal261334215240441613565107
Binary101100011101110010001101101000100100111010111011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DC8D; }

 p { color: rgb(177,220,141); }

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

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

 a { background-color: rgb(177,220,141); }

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

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

 span { border-color: rgb(177,220,141); }

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