#B1BA96

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

Shades of Green Spring #B1BA96

Tints of Green Spring #B1BA96

Color information

#B1BA96 (or 0xB1BA96) is unknown color: approx Green Spring. HEX triplet: B1, BA and 96. RGB value is (177,186,150). Sum of RGB (Red+Green+Blue) = 177+186+150=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA96 is #4E4569. Grayscale: #B3B3B3. Windows color (decimal): -5129578 or 9878193. OLE color: 9878193.

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

Color convert

RGB177186150-
CMYK0.0500.190.27
HSL75º20.69%65.88%-
HSV(B)75º19.35%72.94%-
XYZ41.246.6735.69-
YUV179.2111.52126.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=34.50%
G=36.26%
B=29.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861500.0500.190.277520.6965.88
HexB1BA9650131B4b1542
Octal26127222650233311325102
Binary101100011011101010010110101010011110111001011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA96; }

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

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

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

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

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

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

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

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