#B2D97E

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

Shades of Feijoa #B2D97E

Tints of Feijoa #B2D97E

Color information

#B2D97E (or 0xB2D97E) is unknown color: approx Feijoa. HEX triplet: B2, D9 and 7E. RGB value is (178,217,126). Sum of RGB (Red+Green+Blue) = 178+217+126=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D97E is #4D2681. Grayscale: #C3C3C3. Windows color (decimal): -5056130 or 8313266. OLE color: 8313266.

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

Color convert

RGB178217126-
CMYK0.1800.420.15
HSL85.71º54.49%67.25%-
HSV(B)85.71º41.94%85.1%-
XYZ46.9460.628.96-
YUV194.9689.08115.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 126 (49.61% from 255) = 24.18%
R=34.17%
G=41.65%
B=24.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782171260.1800.420.1585.7154.4967.25
HexB2D97E1202AF563643
Octal262331176220521712666103
Binary10110010110110011111110100100101010111110101101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D97E; }

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

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

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

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

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

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

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

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