#B2DA89

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

Shades of Feijoa #B2DA89

Tints of Feijoa #B2DA89

Color information

#B2DA89 (or 0xB2DA89) is unknown color: approx Feijoa. HEX triplet: B2, DA and 89. RGB value is (178,218,137). Sum of RGB (Red+Green+Blue) = 178+218+137=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA89 is #4D2576. Grayscale: #C5C5C5. Windows color (decimal): -5055863 or 9034418. OLE color: 9034418.

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

Color convert

RGB178218137-
CMYK0.1800.370.15
HSL89.63º52.26%69.61%-
HSV(B)89.63º37.16%85.49%-
XYZ47.9561.4132.99-
YUV196.8194.25114.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 137 (53.91% from 255) = 25.70%
R=33.40%
G=40.90%
B=25.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782181370.1800.370.1589.6352.2669.61
HexB2DA8912025F5a3446
Octal262332211220451713264106
Binary101100101101101010001001100100100101111110110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DA89; }

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

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

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

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

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

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

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

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