#B1B39D

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

Shades of Green Spring #B1B39D

Tints of Green Spring #B1B39D

Color information

#B1B39D (or 0xB1B39D) is unknown color: approx Green Spring. HEX triplet: B1, B3 and 9D. RGB value is (177,179,157). Sum of RGB (Red+Green+Blue) = 177+179+157=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B39D is #4E4C62. Grayscale: #AFAFAF. Windows color (decimal): -5131363 or 10335153. OLE color: 10335153.

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

Color convert

RGB177179157-
CMYK0.0100.120.30
HSL65.45º12.64%65.88%-
HSV(B)65.45º12.29%70.2%-
XYZ40.3444.0238.27-
YUV175.89117.34128.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=34.50%
G=34.89%
B=30.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771791570.0100.120.3065.4512.6465.88
HexB1B39D10C1E41d42
Octal26126323510143610115102
Binary10110001101100111001110110110011110100000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B39D; }

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

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

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

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

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

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

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

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