#B2BD9B

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

Shades of Sprout #B2BD9B

Tints of Sprout #B2BD9B

Color information

#B2BD9B (or 0xB2BD9B) is unknown color: approx Sprout. HEX triplet: B2, BD and 9B. RGB value is (178,189,155). Sum of RGB (Red+Green+Blue) = 178+189+155=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD9B is #4D4264. Grayscale: #B5B5B5. Windows color (decimal): -5063269 or 10206642. OLE color: 10206642.

HSL color Cylindrical-coordinate representation of color #B2BD9B: hue angle of 79.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2BD9B is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB178189155-
CMYK0.0600.180.26
HSL79.41º20.48%67.45%-
HSV(B)79.41º17.99%74.12%-
XYZ42.4748.2338.08-
YUV181.83112.86125.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=34.10%
G=36.21%
B=29.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781891550.0600.180.2679.4120.4867.45
HexB2BD9B60121A4f1443
Octal26227523360223211724103
Binary101100101011110110011011110010010110101001111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD9B; }

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

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

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

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

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

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

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

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