#B2BE9B

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

Shades of Sprout #B2BE9B

Tints of Sprout #B2BE9B

Color information

#B2BE9B (or 0xB2BE9B) is unknown color: approx Sprout. HEX triplet: B2, BE and 9B. RGB value is (178,190,155). Sum of RGB (Red+Green+Blue) = 178+190+155=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE9B is #4D4164. Grayscale: #B6B6B6. Windows color (decimal): -5063013 or 10206898. OLE color: 10206898.

HSL color Cylindrical-coordinate representation of color #B2BE9B: hue angle of 80.57º 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 #B2BE9B is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB178190155-
CMYK0.0600.180.25
HSL80.57º21.21%67.65%-
HSV(B)80.57º18.42%74.51%-
XYZ42.6948.6638.15-
YUV182.42112.52124.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=34.03%
G=36.33%
B=29.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901550.0600.180.2580.5721.2167.65
HexB2BE9B601219511544
Octal26227623360223112125104
Binary101100101011111010011011110010010110011010001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE9B; }

 p { color: rgb(178,190,155); }

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

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

 a { background-color: rgb(178,190,155); }

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

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

 span { border-color: rgb(178,190,155); }

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