#B1BD95

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

Shades of Green Spring #B1BD95

Tints of Green Spring #B1BD95

Color information

#B1BD95 (or 0xB1BD95) is unknown color: approx Green Spring. HEX triplet: B1, BD and 95. RGB value is (177,189,149). Sum of RGB (Red+Green+Blue) = 177+189+149=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD95 is #4E426A. Grayscale: #B5B5B5. Windows color (decimal): -5128811 or 9813425. OLE color: 9813425.

HSL color Cylindrical-coordinate representation of color #B1BD95: hue angle of 78º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1BD95 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB177189149-
CMYK0.0600.210.26
HSL78º23.26%66.27%-
HSV(B)78º21.16%74.12%-
XYZ41.7547.9135.48-
YUV180.85110.02125.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=34.37%
G=36.70%
B=28.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891490.0600.210.267823.2666.27
HexB1BD9560151A4e1742
Octal26127522560253211627102
Binary101100011011110110010101110010101110101001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD95; }

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

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

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

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

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

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

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

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