#B2D991

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

Shades of Feijoa #B2D991

Tints of Feijoa #B2D991

Color information

#B2D991 (or 0xB2D991) is unknown color: approx Feijoa. HEX triplet: B2, D9 and 91. RGB value is (178,217,145). Sum of RGB (Red+Green+Blue) = 178+217+145=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D991 is #4D266E. Grayscale: #C5C5C5. Windows color (decimal): -5056111 or 9558450. OLE color: 9558450.

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

Color convert

RGB178217145-
CMYK0.1800.330.15
HSL92.5º48.65%70.98%-
HSV(B)92.5º33.18%85.1%-
XYZ48.2861.1436.04-
YUV197.1398.58114.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=32.96%
G=40.19%
B=26.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782171450.1800.330.1592.548.6570.98
HexB2D99112021F5c3147
Octal262331221220411713461107
Binary101100101101100110010001100100100001111110111001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D991; }

 p { color: rgb(178,217,145); }

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

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

 a { background-color: rgb(178,217,145); }

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

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

 span { border-color: rgb(178,217,145); }

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