#B3BD9F

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

Shades of Sprout #B3BD9F

Tints of Sprout #B3BD9F

Color information

#B3BD9F (or 0xB3BD9F) is unknown color: approx Sprout. HEX triplet: B3, BD and 9F. RGB value is (179,189,159). Sum of RGB (Red+Green+Blue) = 179+189+159=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD9F is #4C4260. Grayscale: #B6B6B6. Windows color (decimal): -4997729 or 10468787. OLE color: 10468787.

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

Color convert

RGB179189159-
CMYK0.0500.160.26
HSL80º18.52%68.24%-
HSV(B)80º15.87%74.12%-
XYZ43.0548.4839.89-
YUV182.59114.69125.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=33.97%
G=35.86%
B=30.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891590.0500.160.268018.5268.24
HexB3BD9F50101A501344
Octal26327523750203212023104
Binary101100111011110110011111101010000110101010000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD9F; }

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

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

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

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

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

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

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

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