#B2D789

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

Shades of Feijoa #B2D789

Tints of Feijoa #B2D789

Color information

#B2D789 (or 0xB2D789) is unknown color: approx Feijoa. HEX triplet: B2, D7 and 89. RGB value is (178,215,137). Sum of RGB (Red+Green+Blue) = 178+215+137=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D789 is #4D2876. Grayscale: #C3C3C3. Windows color (decimal): -5056631 or 9033650. OLE color: 9033650.

HSL color Cylindrical-coordinate representation of color #B2D789: hue angle of 88.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2D789 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB178215137-
CMYK0.1700.360.16
HSL88.46º49.37%69.02%-
HSV(B)88.46º36.28%84.31%-
XYZ47.1859.8732.74-
YUV195.0495.24115.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 137 (53.91% from 255) = 25.85%
R=33.58%
G=40.57%
B=25.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782151370.1700.360.1688.4649.3769.02
HexB2D7891102410583145
Octal262327211210442013061105
Binary1011001011010111100010011000101001001000010110001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D789; }

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

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

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

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

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

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

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

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