Html Css Color HEX #96A1A0 Submarine

📋 copy color: '#96A1A0'

red 150 ◦ green 161 ◦ blue 160

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

Shades of Submarine #96A1A0

Tints of Submarine #96A1A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 31.85%
G = 34.18%
B = 33.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#96A1A0 (or 0x96A1A0) is known color: Submarine. HEX triplet: 96, A1 and A0. RGB value is (150,161,160). Sum of RGB (Red+Green+Blue) = 150+161+160=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 161 - color contains mainly: green. Hex color #96A1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A1A0 is #695E5F. Grayscale: #9D9D9D. Windows color (decimal): -6905440 or 10527126. OLE color: 10527126.

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

Color convert

RGB 150 161 160 -
CMYK 0.07 0 0.01 0.37
HSL 174.55º 0.06% 0.61% -
HSV(B) 174.55º 0.07% 0.63% -
XYZ 31.67 34.51 38.25 -
YUV 157.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 150 161 160 0.07 0 0.01 0.37 174.55 0.06 0.61
Hex 96 A1 A0 7 0 1 25 AF 6 3D
Octal 226 241 240 7 0 1 45 257 6 75
Binary 10010110 10100001 10100000 111 0 1 100101 10101111 110 111101

Color Harmonies of #96A1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A1A0

Black with #96A1A0

Text Example


Text Example

White with #96A1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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