#B1BA9D

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

Shades of Green Spring #B1BA9D

Tints of Green Spring #B1BA9D

Color information

#B1BA9D (or 0xB1BA9D) is unknown color: approx Green Spring. HEX triplet: B1, BA and 9D. RGB value is (177,186,157). Sum of RGB (Red+Green+Blue) = 177+186+157=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA9D is #4E4562. Grayscale: #B4B4B4. Windows color (decimal): -5129571 or 10336945. OLE color: 10336945.

HSL color Cylindrical-coordinate representation of color #B1BA9D: hue angle of 78.62º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1BA9D is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB177186157-
CMYK0.0500.160.27
HSL78.62º17.37%67.25%-
HSV(B)78.62º15.59%72.94%-
XYZ41.7846.938.75-
YUV180115.02125.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.04%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=34.04%
G=35.77%
B=30.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861570.0500.160.2778.6217.3767.25
HexB1BA9D50101B4f1143
Octal26127223550203311721103
Binary101100011011101010011101101010000110111001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA9D; }

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

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

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

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

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

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

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

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