#B3BD9B

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

Shades of Sprout #B3BD9B

Tints of Sprout #B3BD9B

Color information

#B3BD9B (or 0xB3BD9B) is unknown color: approx Sprout. HEX triplet: B3, BD and 9B. RGB value is (179,189,155). Sum of RGB (Red+Green+Blue) = 179+189+155=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD9B is #4C4264. Grayscale: #B6B6B6. Windows color (decimal): -4997733 or 10206643. OLE color: 10206643.

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

Color convert

RGB179189155-
CMYK0.0500.180.26
HSL77.65º20.48%67.45%-
HSV(B)77.65º17.99%74.12%-
XYZ42.748.3538.09-
YUV182.13112.69125.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=34.23%
G=36.14%
B=29.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891550.0500.180.2677.6520.4867.45
HexB3BD9B50121A4e1443
Octal26327523350223211624103
Binary101100111011110110011011101010010110101001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD9B; }

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

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

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

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

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

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

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

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