#B1BE9E

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

Shades of Sprout #B1BE9E

Tints of Sprout #B1BE9E

Color information

#B1BE9E (or 0xB1BE9E) is unknown color: approx Sprout. HEX triplet: B1, BE and 9E. RGB value is (177,190,158). Sum of RGB (Red+Green+Blue) = 177+190+158=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE9E is #4E4161. Grayscale: #B6B6B6. Windows color (decimal): -5128546 or 10403505. OLE color: 10403505.

HSL color Cylindrical-coordinate representation of color #B1BE9E: hue angle of 84.37º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1BE9E is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB177190158-
CMYK0.0700.170.25
HSL84.37º19.75%68.24%-
HSV(B)84.37º16.84%74.51%-
XYZ42.7248.6439.49-
YUV182.46114.19124.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=33.71%
G=36.19%
B=30.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901580.0700.170.2584.3719.7568.24
HexB1BE9E701119541444
Octal26127623670213112424104
Binary101100011011111010011110111010001110011010100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE9E; }

 p { color: rgb(177,190,158); }

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

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

 a { background-color: rgb(177,190,158); }

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

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

 span { border-color: rgb(177,190,158); }

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