#B1B39C

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

Shades of Green Spring #B1B39C

Tints of Green Spring #B1B39C

Color information

#B1B39C (or 0xB1B39C) is unknown color: approx Green Spring. HEX triplet: B1, B3 and 9C. RGB value is (177,179,156). Sum of RGB (Red+Green+Blue) = 177+179+156=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B39C is #4E4C63. Grayscale: #AFAFAF. Windows color (decimal): -5131364 or 10269617. OLE color: 10269617.

HSL color Cylindrical-coordinate representation of color #B1B39C: hue angle of 65.22º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1B39C is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB177179156-
CMYK0.0100.130.30
HSL65.22º13.14%65.69%-
HSV(B)65.22º12.85%70.2%-
XYZ40.2543.9937.82-
YUV175.78116.84128.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=34.57%
G=34.96%
B=30.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771791560.0100.130.3065.2213.1465.69
HexB1B39C10D1E41d42
Octal26126323410153610115102
Binary10110001101100111001110010110111110100000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B39C; }

 p { color: rgb(177,179,156); }

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

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

 a { background-color: rgb(177,179,156); }

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

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

 span { border-color: rgb(177,179,156); }

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