#B1BE9C

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

Shades of Sprout #B1BE9C

Tints of Sprout #B1BE9C

Color information

#B1BE9C (or 0xB1BE9C) is unknown color: approx Sprout. HEX triplet: B1, BE and 9C. RGB value is (177,190,156). Sum of RGB (Red+Green+Blue) = 177+190+156=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE9C is #4E4163. Grayscale: #B6B6B6. Windows color (decimal): -5128548 or 10272433. OLE color: 10272433.

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

Color convert

RGB177190156-
CMYK0.0700.180.25
HSL82.94º20.73%67.84%-
HSV(B)82.94º17.89%74.51%-
XYZ42.5548.5738.59-
YUV182.24113.19124.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=33.84%
G=36.33%
B=29.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901560.0700.180.2582.9420.7367.84
HexB1BE9C701219531544
Octal26127623470223112325104
Binary101100011011111010011100111010010110011010011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE9C; }

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

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

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

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

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

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

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

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