#B1BE9F

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

Shades of Sprout #B1BE9F

Tints of Sprout #B1BE9F

Color information

#B1BE9F (or 0xB1BE9F) is unknown color: approx Sprout. HEX triplet: B1, BE and 9F. RGB value is (177,190,159). Sum of RGB (Red+Green+Blue) = 177+190+159=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE9F is #4E4160. Grayscale: #B6B6B6. Windows color (decimal): -5128545 or 10469041. OLE color: 10469041.

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

Color convert

RGB177190159-
CMYK0.0700.160.25
HSL85.16º19.25%68.43%-
HSV(B)85.16º16.32%74.51%-
XYZ42.848.6839.94-
YUV182.58114.69124.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 159 (62.5% from 255) = 30.23%
R=33.65%
G=36.12%
B=30.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901590.0700.160.2585.1619.2568.43
HexB1BE9F701019551344
Octal26127623770203112523104
Binary101100011011111010011111111010000110011010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE9F; }

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

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

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

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

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

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

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

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