#B3BD9D

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

Shades of Sprout #B3BD9D

Tints of Sprout #B3BD9D

Color information

#B3BD9D (or 0xB3BD9D) is unknown color: approx Sprout. HEX triplet: B3, BD and 9D. RGB value is (179,189,157). Sum of RGB (Red+Green+Blue) = 179+189+157=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD9D is #4C4262. Grayscale: #B6B6B6. Windows color (decimal): -4997731 or 10337715. OLE color: 10337715.

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

Color convert

RGB179189157-
CMYK0.0500.170.26
HSL78.75º19.51%67.84%-
HSV(B)78.75º16.93%74.12%-
XYZ42.8748.4138.98-
YUV182.36113.69125.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=34.10%
G=36%
B=29.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891570.0500.170.2678.7519.5167.84
HexB3BD9D50111A4f1444
Octal26327523550213211724104
Binary101100111011110110011101101010001110101001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD9D; }

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

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

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

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

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

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

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

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