#96A2A1

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

Shades of Submarine #96A2A1

Tints of Submarine #96A2A1

Color information

#96A2A1 (or 0x96A2A1) is unknown color: approx Submarine. HEX triplet: 96, A2 and A1. RGB value is (150,162,161). Sum of RGB (Red+Green+Blue) = 150+162+161=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 162 - color contains mainly: green. Hex color #96A2A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A2A1 is #695D5E. Grayscale: #9E9E9E. Windows color (decimal): -6905183 or 10592918. OLE color: 10592918.

HSL color Cylindrical-coordinate representation of color #96A2A1: hue angle of 175º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96A2A1 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB150162161-
CMYK0.0700.010.36
HSL175º6.06%61.18%-
HSV(B)175º7.41%63.53%-
XYZ31.9334.938.77-
YUV158.3129.52122.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=31.71%
G=34.25%
B=34.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501621610.0700.010.361756.0661.18
Hex96A2A170124af63d
Octal22624224170144257675
Binary1001011010100010101000011110110010010101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A2A1; }

 p { color: rgb(150,162,161); }

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

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

 a { background-color: rgb(150,162,161); }

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

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

 span { border-color: rgb(150,162,161); }

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