#B2DC88

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

Shades of Feijoa #B2DC88

Tints of Feijoa #B2DC88

Color information

#B2DC88 (or 0xB2DC88) is unknown color: approx Feijoa. HEX triplet: B2, DC and 88. RGB value is (178,220,136). Sum of RGB (Red+Green+Blue) = 178+220+136=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC88 is #4D2377. Grayscale: #C6C6C6. Windows color (decimal): -5055352 or 8969394. OLE color: 8969394.

HSL color Cylindrical-coordinate representation of color #B2DC88: hue angle of 90º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2DC88 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB178220136-
CMYK0.1900.380.14
HSL90º54.55%69.8%-
HSV(B)90º38.18%86.27%-
XYZ48.462.4332.79-
YUV197.8793.09113.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 41.20%
BLUE value IS 136 (53.52% from 255) = 25.47%
R=33.33%
G=41.20%
B=25.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201360.1900.380.149054.5569.8
HexB2DC8813026E5a3746
Octal262334210230461613267106
Binary101100101101110010001000100110100110111010110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DC88; }

 p { color: rgb(178,220,136); }

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

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

 a { background-color: rgb(178,220,136); }

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

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

 span { border-color: rgb(178,220,136); }

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