#B1B49E

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

Shades of Green Spring #B1B49E

Tints of Green Spring #B1B49E

Color information

#B1B49E (or 0xB1B49E) is unknown color: approx Green Spring. HEX triplet: B1, B4 and 9E. RGB value is (177,180,158). Sum of RGB (Red+Green+Blue) = 177+180+158=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B49E is #4E4B61. Grayscale: #B0B0B0. Windows color (decimal): -5131106 or 10400945. OLE color: 10400945.

HSL color Cylindrical-coordinate representation of color #B1B49E: hue angle of 68.18º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1B49E is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB177180158-
CMYK0.0200.120.29
HSL68.18º12.79%66.27%-
HSV(B)68.18º12.22%70.59%-
XYZ40.6244.4638.79-
YUV176.6117.51128.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=34.37%
G=34.95%
B=30.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771801580.0200.120.2968.1812.7966.27
HexB1B49E20C1D44d42
Octal26126423620143510415102
Binary101100011011010010011110100110011101100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B49E; }

 p { color: rgb(177,180,158); }

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

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

 a { background-color: rgb(177,180,158); }

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

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

 span { border-color: rgb(177,180,158); }

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