#b1dc8b

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

Shades of Feijoa #B1DC8B

Tints of Feijoa #B1DC8B

Color information

#B1DC8B (or 0xB1DC8B) is unknown color: approx Feijoa. HEX triplet: B1, DC and 8B. RGB value is (177,220,139). Sum of RGB (Red+Green+Blue) = 177+220+139=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC8B is #4E2374. Grayscale: #C6C6C6. Windows color (decimal): -5120885 or 9166001. OLE color: 9166001.

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

Color convert

RGB177220139-
CMYK0.2000.370.14
HSL91.85º53.64%70.39%-
HSV(B)91.85º36.82%86.27%-
XYZ48.3862.433.92-
YUV197.9194.75113.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=33.02%
G=41.04%
B=25.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772201390.2000.370.1491.8553.6470.39
HexB1DC8B14025E5c3646
Octal261334213240451613466106
Binary101100011101110010001011101000100101111010111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1dc8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1dc8b; }

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

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

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

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

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

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

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

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