#B2D897

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

Shades of Feijoa #B2D897

Tints of Feijoa #B2D897

Color information

#B2D897 (or 0xB2D897) is unknown color: approx Feijoa. HEX triplet: B2, D8 and 97. RGB value is (178,216,151). Sum of RGB (Red+Green+Blue) = 178+216+151=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D897 is #4D2768. Grayscale: #C5C5C5. Windows color (decimal): -5056361 or 9951410. OLE color: 9951410.

HSL color Cylindrical-coordinate representation of color #B2D897: hue angle of 95.08º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2D897 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB178216151-
CMYK0.1800.300.15
HSL95.08º45.45%71.96%-
HSV(B)95.08º30.09%84.71%-
XYZ48.560.8138.46-
YUV197.23101.91114.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=32.66%
G=39.63%
B=27.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782161510.1800.300.1595.0845.4571.96
HexB2D8971201EF5f2d48
Octal262330227220361713755110
Binary10110010110110001001011110010011110111110111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D897; }

 p { color: rgb(178,216,151); }

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

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

 a { background-color: rgb(178,216,151); }

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

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

 span { border-color: rgb(178,216,151); }

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