#839196

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

Shades of Aluminium #839196

Tints of Aluminium #839196

Color information

#839196 (or 0x839196) is unknown color: approx Aluminium. HEX triplet: 83, 91 and 96. RGB value is (131,145,150). Sum of RGB (Red+Green+Blue) = 131+145+150=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #839196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839196 is #7C6E69. Grayscale: #8D8D8D. Windows color (decimal): -8154730 or 9867651. OLE color: 9867651.

HSL color Cylindrical-coordinate representation of color #839196: hue angle of 195.79º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #839196 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB131145150-
CMYK0.130.0300.41
HSL195.79º8.3%55.1%-
HSV(B)195.79º12.67%58.82%-
XYZ24.9927.2832.8-
YUV141.38132.86120.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=30.75%
G=34.04%
B=35.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311451500.130.0300.41195.798.355.1
Hex839196D3029c4837
Octal2032212261530513041067
Binary1000001110010001100101101101110101001110001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839196; }

 p { color: rgb(131,145,150); }

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

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

 a { background-color: rgb(131,145,150); }

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

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

 span { border-color: rgb(131,145,150); }

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