#B1B497

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

Shades of Green Spring #B1B497

Tints of Green Spring #B1B497

Color information

#B1B497 (or 0xB1B497) is unknown color: approx Green Spring. HEX triplet: B1, B4 and 97. RGB value is (177,180,151). Sum of RGB (Red+Green+Blue) = 177+180+151=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B497 is #4E4B68. Grayscale: #AFAFAF. Windows color (decimal): -5131113 or 9942193. OLE color: 9942193.

HSL color Cylindrical-coordinate representation of color #B1B497: hue angle of 66.21º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1B497 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB177180151-
CMYK0.0200.160.29
HSL66.21º16.2%64.9%-
HSV(B)66.21º16.11%70.59%-
XYZ40.0444.2235.7-
YUV175.8114.01128.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 151 (59.38% from 255) = 29.72%
R=34.84%
G=35.43%
B=29.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771801510.0200.160.2966.2116.264.9
HexB1B49720101D421041
Octal26126422720203510220101
Binary10110001101101001001011110010000111011000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B497; }

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

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

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

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

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

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

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

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