#B1D78A

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

Shades of Feijoa #B1D78A

Tints of Feijoa #B1D78A

Color information

#B1D78A (or 0xB1D78A) is unknown color: approx Feijoa. HEX triplet: B1, D7 and 8A. RGB value is (177,215,138). Sum of RGB (Red+Green+Blue) = 177+215+138=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D78A is #4E2875. Grayscale: #C3C3C3. Windows color (decimal): -5122166 or 9099185. OLE color: 9099185.

HSL color Cylindrical-coordinate representation of color #B1D78A: hue angle of 89.61º 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 #B1D78A is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB177215138-
CMYK0.1800.360.16
HSL89.61º49.04%69.22%-
HSV(B)89.61º35.81%84.31%-
XYZ47.0259.7833.11-
YUV194.8695.91115.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=33.40%
G=40.57%
B=26.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772151380.1800.360.1689.6149.0469.22
HexB1D78A12024105a3145
Octal261327212220442013261105
Binary1011000111010111100010101001001001001000010110101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D78A; }

 p { color: rgb(177,215,138); }

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

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

 a { background-color: rgb(177,215,138); }

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

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

 span { border-color: rgb(177,215,138); }

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