#B1BB9B

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

Shades of Green Spring #B1BB9B

Tints of Green Spring #B1BB9B

Color information

#B1BB9B (or 0xB1BB9B) is unknown color: approx Green Spring. HEX triplet: B1, BB and 9B. RGB value is (177,187,155). Sum of RGB (Red+Green+Blue) = 177+187+155=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BB9B is #4E4464. Grayscale: #B4B4B4. Windows color (decimal): -5129317 or 10206129. OLE color: 10206129.

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

Color convert

RGB177187155-
CMYK0.0500.170.27
HSL78.75º19.05%67.06%-
HSV(B)78.75º17.11%73.33%-
XYZ41.8247.2537.93-
YUV180.36113.69125.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=34.10%
G=36.03%
B=29.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871550.0500.170.2778.7519.0567.06
HexB1BB9B50111B4f1343
Octal26127323350213311723103
Binary101100011011101110011011101010001110111001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB9B; }

 p { color: rgb(177,187,155); }

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

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

 a { background-color: rgb(177,187,155); }

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

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

 span { border-color: rgb(177,187,155); }

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