#B2D886

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

Shades of Feijoa #B2D886

Tints of Feijoa #B2D886

Color information

#B2D886 (or 0xB2D886) is unknown color: approx Feijoa. HEX triplet: B2, D8 and 86. RGB value is (178,216,134). Sum of RGB (Red+Green+Blue) = 178+216+134=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D886 is #4D2779. Grayscale: #C3C3C3. Windows color (decimal): -5056378 or 8837298. OLE color: 8837298.

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

Color convert

RGB178216134-
CMYK0.1800.380.15
HSL87.8º51.25%68.63%-
HSV(B)87.8º37.96%84.71%-
XYZ47.2260.331.7-
YUV195.2993.41115.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 134 (52.73% from 255) = 25.38%
R=33.71%
G=40.91%
B=25.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782161340.1800.380.1587.851.2568.63
HexB2D88612026F583345
Octal262330206220461713063105
Binary101100101101100010000110100100100110111110110001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D886; }

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

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

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

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

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

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

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

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