#849496

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

Shades of Submarine #849496

Tints of Submarine #849496

Color information

#849496 (or 0x849496) is unknown color: approx Submarine. HEX triplet: 84, 94 and 96. RGB value is (132,148,150). Sum of RGB (Red+Green+Blue) = 132+148+150=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 150 - color contains mainly: blue. Hex color #849496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849496 is #7B6B69. Grayscale: #8F8F8F. Windows color (decimal): -8088426 or 9868420. OLE color: 9868420.

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

Color convert

RGB132148150-
CMYK0.120.0100.41
HSL186.67º7.89%55.29%-
HSV(B)186.67º12%58.82%-
XYZ25.6128.2932.96-
YUV143.44131.7119.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=30.70%
G=34.42%
B=34.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321481500.120.0100.41186.677.8955.29
Hex849496C1029bb837
Octal2042242261410512731067
Binary100001001001010010010110110010101001101110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849496; }

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

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

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

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

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

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

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

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