#B1BB95

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

Shades of Green Spring #B1BB95

Tints of Green Spring #B1BB95

Color information

#B1BB95 (or 0xB1BB95) is unknown color: approx Green Spring. HEX triplet: B1, BB and 95. RGB value is (177,187,149). Sum of RGB (Red+Green+Blue) = 177+187+149=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BB95 is #4E446A. Grayscale: #B3B3B3. Windows color (decimal): -5129323 or 9812913. OLE color: 9812913.

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

Color convert

RGB177187149-
CMYK0.0500.200.27
HSL75.79º21.84%65.88%-
HSV(B)75.79º20.32%73.33%-
XYZ41.3347.0635.34-
YUV179.68110.69126.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=34.50%
G=36.45%
B=29.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871490.0500.200.2775.7921.8465.88
HexB1BB9550141B4c1642
Octal26127322550243311426102
Binary101100011011101110010101101010100110111001100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB95; }

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

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

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

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

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

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

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

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