#B2BE9F

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

Shades of Sprout #B2BE9F

Tints of Sprout #B2BE9F

Color information

#B2BE9F (or 0xB2BE9F) is unknown color: approx Sprout. HEX triplet: B2, BE and 9F. RGB value is (178,190,159). Sum of RGB (Red+Green+Blue) = 178+190+159=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE9F is #4D4160. Grayscale: #B6B6B6. Windows color (decimal): -5063009 or 10469042. OLE color: 10469042.

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

Color convert

RGB178190159-
CMYK0.0600.160.25
HSL83.23º19.25%68.43%-
HSV(B)83.23º16.32%74.51%-
XYZ43.0348.839.95-
YUV182.88114.52124.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=33.78%
G=36.05%
B=30.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901590.0600.160.2583.2319.2568.43
HexB2BE9F601019531344
Octal26227623760203112323104
Binary101100101011111010011111110010000110011010011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE9F; }

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

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

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

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

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

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

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

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