#B1D595

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

Shades of Feijoa #B1D595

Tints of Feijoa #B1D595

Color information

#B1D595 (or 0xB1D595) is unknown color: approx Feijoa. HEX triplet: B1, D5 and 95. RGB value is (177,213,149). Sum of RGB (Red+Green+Blue) = 177+213+149=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D595 is #4E2A6A. Grayscale: #C3C3C3. Windows color (decimal): -5122667 or 9819569. OLE color: 9819569.

HSL color Cylindrical-coordinate representation of color #B1D595: hue angle of 93.75º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1D595 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB177213149-
CMYK0.1700.300.16
HSL93.75º43.24%70.98%-
HSV(B)93.75º30.05%83.53%-
XYZ47.3559.1137.35-
YUV194.94102.07115.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=32.84%
G=39.52%
B=27.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772131490.1700.300.1693.7543.2470.98
HexB1D5951101E105e2b47
Octal261325225210362013653107
Binary101100011101010110010101100010111101000010111101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D595; }

 p { color: rgb(177,213,149); }

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

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

 a { background-color: rgb(177,213,149); }

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

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

 span { border-color: rgb(177,213,149); }

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