#B1D491

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

Shades of Feijoa #B1D491

Tints of Feijoa #B1D491

Color information

#B1D491 (or 0xB1D491) is unknown color: approx Feijoa. HEX triplet: B1, D4 and 91. RGB value is (177,212,145). Sum of RGB (Red+Green+Blue) = 177+212+145=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D491 is #4E2B6E. Grayscale: #C2C2C2. Windows color (decimal): -5122927 or 9557169. OLE color: 9557169.

HSL color Cylindrical-coordinate representation of color #B1D491: hue angle of 91.34º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1D491 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB177212145-
CMYK0.1700.320.17
HSL91.34º43.79%70%-
HSV(B)91.34º31.6%83.14%-
XYZ46.7958.4835.61-
YUV193.9100.4115.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 145 (57.03% from 255) = 27.15%
R=33.15%
G=39.70%
B=27.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772121450.1700.320.1791.3443.7970
HexB1D49111020115b2c46
Octal261324221210402113354106
Binary1011000111010100100100011000101000001000110110111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D491; }

 p { color: rgb(177,212,145); }

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

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

 a { background-color: rgb(177,212,145); }

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

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

 span { border-color: rgb(177,212,145); }

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