#B3BD9E

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

Shades of Sprout #B3BD9E

Tints of Sprout #B3BD9E

Color information

#B3BD9E (or 0xB3BD9E) is unknown color: approx Sprout. HEX triplet: B3, BD and 9E. RGB value is (179,189,158). Sum of RGB (Red+Green+Blue) = 179+189+158=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD9E is #4C4261. Grayscale: #B6B6B6. Windows color (decimal): -4997730 or 10403251. OLE color: 10403251.

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

Color convert

RGB179189158-
CMYK0.0500.160.26
HSL79.35º19.02%68.04%-
HSV(B)79.35º16.4%74.12%-
XYZ42.9648.4539.43-
YUV182.48114.19125.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=34.03%
G=35.93%
B=30.04%

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
Decimal1791891580.0500.160.2679.3519.0268.04
HexB3BD9E50101A4f1344
Octal26327523650203211723104
Binary101100111011110110011110101010000110101001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD9E; }

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

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

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

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

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

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

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

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