#848196

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

Shades of Grey Suit #848196

Tints of Grey Suit #848196

Color information

#848196 (or 0x848196) is unknown color: approx Grey Suit. HEX triplet: 84, 81 and 96. RGB value is (132,129,150). Sum of RGB (Red+Green+Blue) = 132+129+150=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 150 - color contains mainly: blue. Hex color #848196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848196 is #7B7E69. Grayscale: #848484. Windows color (decimal): -8093290 or 9863556. OLE color: 9863556.

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

Color convert

RGB132129150-
CMYK0.120.1400.41
HSL248.57º9.09%54.71%-
HSV(B)248.57º14%58.82%-
XYZ22.8722.8132.05-
YUV132.29137.99127.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=32.12%
G=31.39%
B=36.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321291500.120.1400.41248.579.0954.71
Hex848196CE029f9937
Octal20420122614160513711167
Binary100001001000000110010110110011100101001111110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848196; }

 p { color: rgb(132,129,150); }

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

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

 a { background-color: rgb(132,129,150); }

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

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

 span { border-color: rgb(132,129,150); }

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