#B2DB8B

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

Shades of Feijoa #B2DB8B

Tints of Feijoa #B2DB8B

Color information

#B2DB8B (or 0xB2DB8B) is unknown color: approx Feijoa. HEX triplet: B2, DB and 8B. RGB value is (178,219,139). Sum of RGB (Red+Green+Blue) = 178+219+139=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB8B is #4D2474. Grayscale: #C5C5C5. Windows color (decimal): -5055605 or 9165746. OLE color: 9165746.

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

Color convert

RGB178219139-
CMYK0.1900.370.14
HSL90.75º52.63%70.2%-
HSV(B)90.75º36.53%85.88%-
XYZ48.3561.9933.84-
YUV197.6294.92114-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.21%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=33.21%
G=40.86%
B=25.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191390.1900.370.1490.7552.6370.2
HexB2DB8B13025E5b3546
Octal262333213230451613365106
Binary101100101101101110001011100110100101111010110111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DB8B; }

 p { color: rgb(178,219,139); }

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

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

 a { background-color: rgb(178,219,139); }

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

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

 span { border-color: rgb(178,219,139); }

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