#B1B997

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

Shades of Green Spring #B1B997

Tints of Green Spring #B1B997

Color information

#B1B997 (or 0xB1B997) is unknown color: approx Green Spring. HEX triplet: B1, B9 and 97. RGB value is (177,185,151). Sum of RGB (Red+Green+Blue) = 177+185+151=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B997 is #4E4668. Grayscale: #B2B2B2. Windows color (decimal): -5129833 or 9943473. OLE color: 9943473.

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

Color convert

RGB177185151-
CMYK0.0400.180.27
HSL74.12º19.54%65.88%-
HSV(B)74.12º18.38%72.55%-
XYZ41.0746.2836.05-
YUV178.73112.35126.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 151 (59.38% from 255) = 29.43%
R=34.50%
G=36.06%
B=29.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771851510.0400.180.2774.1219.5465.88
HexB1B99740121B4a1442
Octal26127122740223311224102
Binary101100011011100110010111100010010110111001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B997; }

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

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

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

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

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

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

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

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