#B3BDA2

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

Shades of Sprout #B3BDA2

Tints of Sprout #B3BDA2

Color information

#B3BDA2 (or 0xB3BDA2) is unknown color: approx Sprout. HEX triplet: B3, BD and A2. RGB value is (179,189,162). Sum of RGB (Red+Green+Blue) = 179+189+162=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BDA2 is #4C425D. Grayscale: #B7B7B7. Windows color (decimal): -4997726 or 10665395. OLE color: 10665395.

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

Color convert

RGB179189162-
CMYK0.0500.140.26
HSL82.22º16.98%68.82%-
HSV(B)82.22º14.29%74.12%-
XYZ43.3148.5941.28-
YUV182.93116.19125.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 162 (63.67% from 255) = 30.57%
R=33.77%
G=35.66%
B=30.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891620.0500.140.2682.2216.9868.82
HexB3BDA250E1A521145
Octal26327524250163212221105
Binary10110011101111011010001010101110110101010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDA2; }

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

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

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

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

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

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

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

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