#B1B99F

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

Shades of Green Spring #B1B99F

Tints of Green Spring #B1B99F

Color information

#B1B99F (or 0xB1B99F) is unknown color: approx Green Spring. HEX triplet: B1, B9 and 9F. RGB value is (177,185,159). Sum of RGB (Red+Green+Blue) = 177+185+159=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B99F is #4E4660. Grayscale: #B3B3B3. Windows color (decimal): -5129825 or 10467761. OLE color: 10467761.

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

Color convert

RGB177185159-
CMYK0.0400.140.27
HSL78.46º15.66%67.45%-
HSV(B)78.46º14.05%72.55%-
XYZ41.7446.5539.59-
YUV179.64116.35126.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=33.97%
G=35.51%
B=30.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771851590.0400.140.2778.4615.6667.45
HexB1B99F40E1B4e1043
Octal26127123740163311620103
Binary10110001101110011001111110001110110111001110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B99F; }

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

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

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

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

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

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

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

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