#B1BD9F

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

Shades of Sprout #B1BD9F

Tints of Sprout #B1BD9F

Color information

#B1BD9F (or 0xB1BD9F) is unknown color: approx Sprout. HEX triplet: B1, BD and 9F. RGB value is (177,189,159). Sum of RGB (Red+Green+Blue) = 177+189+159=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD9F is #4E4260. Grayscale: #B6B6B6. Windows color (decimal): -5128801 or 10468785. OLE color: 10468785.

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

Color convert

RGB177189159-
CMYK0.0600.160.26
HSL84º18.52%68.24%-
HSV(B)84º15.87%74.12%-
XYZ42.5948.2539.87-
YUV181.99115.02124.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=33.71%
G=36%
B=30.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891590.0600.160.268418.5268.24
HexB1BD9F60101A541344
Octal26127523760203212423104
Binary101100011011110110011111110010000110101010100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD9F; }

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

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

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

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

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

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

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

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