#B2D882

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

Shades of Feijoa #B2D882

Tints of Feijoa #B2D882

Color information

#B2D882 (or 0xB2D882) is unknown color: approx Feijoa. HEX triplet: B2, D8 and 82. RGB value is (178,216,130). Sum of RGB (Red+Green+Blue) = 178+216+130=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D882 is #4D277D. Grayscale: #C3C3C3. Windows color (decimal): -5056382 or 8575154. OLE color: 8575154.

HSL color Cylindrical-coordinate representation of color #B2D882: hue angle of 86.51º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2D882 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB178216130-
CMYK0.1800.400.15
HSL86.51º52.44%67.84%-
HSV(B)86.51º39.81%84.71%-
XYZ46.9560.1930.26-
YUV194.8391.41115.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 216 (84.77% from 255) = 41.22%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=33.97%
G=41.22%
B=24.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782161300.1800.400.1586.5152.4467.84
HexB2D88212028F573444
Octal262330202220501712764104
Binary101100101101100010000010100100101000111110101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D882; }

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

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

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

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

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

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

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

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