Html Css Color HEX #919796 Submarine

📋 copy color: '#919796'

red 145 ◦ green 151 ◦ blue 150

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

Shades of Submarine #919796

Tints of Submarine #919796

RGB

 RED value IS 145 (57.03% from 255) = 32.51%

 GREEN value IS 151 (59.38% from 255) = 33.86%

 BLUE value IS 150 (58.98% from 255) = 33.63%

R = 32.51%
G = 33.86%
B = 33.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#919796 (or 0x919796) is known color: Submarine. HEX triplet: 91, 97 and 96. RGB value is (145,151,150). Sum of RGB (Red+Green+Blue) = 145+151+150=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 151 - color contains mainly: green. Hex color #919796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919796 is #6E6869. Grayscale: #959595. Windows color (decimal): -7235690 or 9869201. OLE color: 9869201.

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

Color convert

RGB 145 151 150 -
CMYK 0.04 0 0.01 0.41
HSL 170º 0.03% 0.58% -
HSV(B) 170º 0.04% 0.59% -
XYZ 28.25 30.35 33.22 -
YUV 149.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 145 151 150 0.04 0 0.01 0.41 170 0.03 0.58
Hex 91 97 96 4 0 1 29 AA 3 3A
Octal 221 227 226 4 0 1 51 252 3 72
Binary 10010001 10010111 10010110 100 0 1 101001 10101010 11 111010

Color Harmonies of #919796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919796

Black with #919796

Text Example


Text Example

White with #919796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919796; }

 p { color: rgb(145,151,150); }

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

background-color css

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

 a { background-color: rgb(145,151,150); }

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

border-color css

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

 span { border-color: rgb(145,151,150); }

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