#B1BA9F

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

Shades of Green Spring #B1BA9F

Tints of Green Spring #B1BA9F

Color information

#B1BA9F (or 0xB1BA9F) is unknown color: approx Green Spring. HEX triplet: B1, BA and 9F. RGB value is (177,186,159). Sum of RGB (Red+Green+Blue) = 177+186+159=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA9F is #4E4560. Grayscale: #B4B4B4. Windows color (decimal): -5129569 or 10468017. OLE color: 10468017.

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

Color convert

RGB177186159-
CMYK0.0500.150.27
HSL80º16.36%67.65%-
HSV(B)80º14.52%72.94%-
XYZ41.9546.9739.66-
YUV180.23116.02125.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=33.91%
G=35.63%
B=30.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861590.0500.150.278016.3667.65
HexB1BA9F50F1B501044
Octal26127223750173312020104
Binary10110001101110101001111110101111110111010000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA9F; }

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

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

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

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

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

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

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

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