#849D9C

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

Shades of Submarine #849D9C

Tints of Submarine #849D9C

Color information

#849D9C (or 0x849D9C) is unknown color: approx Submarine. HEX triplet: 84, 9D and 9C. RGB value is (132,157,156). Sum of RGB (Red+Green+Blue) = 132+157+156=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #849D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D9C is #7B6263. Grayscale: #959595. Windows color (decimal): -8086116 or 10263940. OLE color: 10263940.

HSL color Cylindrical-coordinate representation of color #849D9C: hue angle of 177.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849D9C is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB132157156-
CMYK0.1600.010.38
HSL177.6º11.31%56.67%-
HSV(B)177.6º15.92%61.57%-
XYZ27.5731.4236.06-
YUV149.41131.72115.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=29.66%
G=35.28%
B=35.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321571560.1600.010.38177.611.3156.67
Hex849D9C100126b2b39
Octal2042352342001462621371
Binary1000010010011101100111001000001100110101100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849D9C; }

 p { color: rgb(132,157,156); }

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

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

 a { background-color: rgb(132,157,156); }

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

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

 span { border-color: rgb(132,157,156); }

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