#B1BB9E

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

Shades of Green Spring #B1BB9E

Tints of Green Spring #B1BB9E

Color information

#B1BB9E (or 0xB1BB9E) is unknown color: approx Green Spring. HEX triplet: B1, BB and 9E. RGB value is (177,187,158). Sum of RGB (Red+Green+Blue) = 177+187+158=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BB9E is #4E4461. Grayscale: #B4B4B4. Windows color (decimal): -5129314 or 10402737. OLE color: 10402737.

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

Color convert

RGB177187158-
CMYK0.0500.160.27
HSL80.69º17.58%67.65%-
HSV(B)80.69º15.51%73.33%-
XYZ42.0747.3639.27-
YUV180.7115.19125.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=33.91%
G=35.82%
B=30.27%

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
Decimal1771871580.0500.160.2780.6917.5867.65
HexB1BB9E50101B511244
Octal26127323650203312122104
Binary101100011011101110011110101010000110111010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB9E; }

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

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

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

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

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

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

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

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