#B2BE9D

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

Shades of Sprout #B2BE9D

Tints of Sprout #B2BE9D

Color information

#B2BE9D (or 0xB2BE9D) is unknown color: approx Sprout. HEX triplet: B2, BE and 9D. RGB value is (178,190,157). Sum of RGB (Red+Green+Blue) = 178+190+157=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE9D is #4D4162. Grayscale: #B6B6B6. Windows color (decimal): -5063011 or 10337970. OLE color: 10337970.

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

Color convert

RGB178190157-
CMYK0.0600.170.25
HSL81.82º20.25%68.04%-
HSV(B)81.82º17.37%74.51%-
XYZ42.8648.7339.04-
YUV182.65113.52124.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.90%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=33.90%
G=36.19%
B=29.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901570.0600.170.2581.8220.2568.04
HexB2BE9D601119521444
Octal26227623560213112224104
Binary101100101011111010011101110010001110011010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE9D; }

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

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

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

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

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

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

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

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