#B2DB91

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

Shades of Feijoa #B2DB91

Tints of Feijoa #B2DB91

Color information

#B2DB91 (or 0xB2DB91) is unknown color: approx Feijoa. HEX triplet: B2, DB and 91. RGB value is (178,219,145). Sum of RGB (Red+Green+Blue) = 178+219+145=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB91 is #4D246E. Grayscale: #C6C6C6. Windows color (decimal): -5055599 or 9558962. OLE color: 9558962.

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

Color convert

RGB178219145-
CMYK0.1900.340.14
HSL93.24º50.68%71.37%-
HSV(B)93.24º33.79%85.88%-
XYZ48.862.1736.22-
YUV198.397.92113.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 219 (85.94% from 255) = 40.41%
BLUE value IS 145 (57.03% from 255) = 26.75%
R=32.84%
G=40.41%
B=26.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191450.1900.340.1493.2450.6871.37
HexB2DB9113022E5d3347
Octal262333221230421613563107
Binary101100101101101110010001100110100010111010111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DB91; }

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

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

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

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

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

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

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

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