#B2DA85

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

Shades of Feijoa #B2DA85

Tints of Feijoa #B2DA85

Color information

#B2DA85 (or 0xB2DA85) is unknown color: approx Feijoa. HEX triplet: B2, DA and 85. RGB value is (178,218,133). Sum of RGB (Red+Green+Blue) = 178+218+133=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA85 is #4D257A. Grayscale: #C4C4C4. Windows color (decimal): -5055867 or 8772274. OLE color: 8772274.

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

Color convert

RGB178218133-
CMYK0.1800.390.15
HSL88.24º53.46%68.82%-
HSV(B)88.24º38.99%85.49%-
XYZ47.6761.331.51-
YUV196.3592.25114.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=33.65%
G=41.21%
B=25.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782181330.1800.390.1588.2453.4668.82
HexB2DA8512027F583545
Octal262332205220471713065105
Binary101100101101101010000101100100100111111110110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DA85; }

 p { color: rgb(178,218,133); }

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

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

 a { background-color: rgb(178,218,133); }

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

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

 span { border-color: rgb(178,218,133); }

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