Html Css Color HEX #96A1A2 Submarine

📋 copy color: '#96A1A2'

red 150 ◦ green 161 ◦ blue 162

#96A1A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #96A1A2

Tints of Submarine #96A1A2

RGB

 RED value IS 150 (58.98% from 255) = 31.71%

 GREEN value IS 161 (63.28% from 255) = 34.04%

 BLUE value IS 162 (63.67% from 255) = 34.25%

R = 31.71%
G = 34.04%
B = 34.25%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#96A1A2 (or 0x96A1A2) is known color: Submarine. HEX triplet: 96, A1 and A2. RGB value is (150,161,162). Sum of RGB (Red+Green+Blue) = 150+161+162=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 162 - color contains mainly: blue. Hex color #96A1A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A1A2 is #695E5D. Grayscale: #9D9D9D. Windows color (decimal): -6905438 or 10658198. OLE color: 10658198.

HSL color Cylindrical-coordinate representation of color #96A1A2: hue angle of 185º 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 #96A1A2 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 161 162 -
CMYK 0.07 0.01 0 0.36
HSL 185º 0.06% 0.61% -
HSV(B) 185º 0.07% 0.64% -
XYZ 31.84 34.58 39.18 -
YUV 157.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 150 161 162 0.07 0.01 0 0.36 185 0.06 0.61
Hex 96 A1 A2 7 1 0 24 B9 6 3D
Octal 226 241 242 7 1 0 44 271 6 75
Binary 10010110 10100001 10100010 111 1 0 100100 10111001 110 111101

Color Harmonies of #96A1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A1A2

Black with #96A1A2

Text Example


Text Example

White with #96A1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96A1A2;
 }
 .AnyTagClassName
 {
   color: #96A1A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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