#B1BB97

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

Shades of Green Spring #B1BB97

Tints of Green Spring #B1BB97

Color information

#B1BB97 (or 0xB1BB97) is unknown color: approx Green Spring. HEX triplet: B1, BB and 97. RGB value is (177,187,151). Sum of RGB (Red+Green+Blue) = 177+187+151=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BB97 is #4E4468. Grayscale: #B4B4B4. Windows color (decimal): -5129321 or 9943985. OLE color: 9943985.

HSL color Cylindrical-coordinate representation of color #B1BB97: hue angle of 76.67º 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 #B1BB97 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB177187151-
CMYK0.0500.190.27
HSL76.67º20.93%66.27%-
HSV(B)76.67º19.25%73.33%-
XYZ41.4947.1236.19-
YUV179.91111.69125.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=34.37%
G=36.31%
B=29.32%

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
Decimal1771871510.0500.190.2776.6720.9366.27
HexB1BB9750131B4d1542
Octal26127322750233311525102
Binary101100011011101110010111101010011110111001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB97; }

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

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

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

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

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

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

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

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