#B1BC9F

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

Shades of Sprout #B1BC9F

Tints of Sprout #B1BC9F

Color information

#B1BC9F (or 0xB1BC9F) is unknown color: approx Sprout. HEX triplet: B1, BC and 9F. RGB value is (177,188,159). Sum of RGB (Red+Green+Blue) = 177+188+159=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC9F is #4E4360. Grayscale: #B5B5B5. Windows color (decimal): -5129057 or 10468529. OLE color: 10468529.

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

Color convert

RGB177188159-
CMYK0.0600.150.26
HSL82.76º17.79%68.04%-
HSV(B)82.76º15.43%73.73%-
XYZ42.3747.8239.8-
YUV181.4115.36124.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=33.78%
G=35.88%
B=30.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881590.0600.150.2682.7617.7968.04
HexB1BC9F60F1A531244
Octal26127423760173212322104
Binary10110001101111001001111111001111110101010011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC9F; }

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

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

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

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

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

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

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

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