Html Css Color HEX #889697 Submarine

📋 copy color: '#889697'

red 136 ◦ green 150 ◦ blue 151

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

Shades of Submarine #889697

Tints of Submarine #889697

RGB

 RED value IS 136 (53.52% from 255) = 31.12%

 GREEN value IS 150 (58.98% from 255) = 34.32%

 BLUE value IS 151 (59.38% from 255) = 34.55%

R = 31.12%
G = 34.32%
B = 34.55%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#889697 (or 0x889697) is known color: Submarine. HEX triplet: 88, 96 and 97. RGB value is (136,150,151). Sum of RGB (Red+Green+Blue) = 136+150+151=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 151 - color contains mainly: blue. Hex color #889697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889697 is #776968. Grayscale: #919191. Windows color (decimal): -7825769 or 9934472. OLE color: 9934472.

HSL color Cylindrical-coordinate representation of color #889697: hue angle of 184º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #889697 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 150 151 -
CMYK 0.10 0.01 0 0.41
HSL 184º 0.07% 0.56% -
HSV(B) 184º 0.1% 0.59% -
XYZ 26.65 29.28 33.53 -
YUV 145.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 136 150 151 0.10 0.01 0 0.41 184 0.07 0.56
Hex 88 96 97 A 1 0 29 B8 7 38
Octal 210 226 227 12 1 0 51 270 7 70
Binary 10001000 10010110 10010111 1010 1 0 101001 10111000 111 111000

Color Harmonies of #889697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889697

Black with #889697

Text Example


Text Example

White with #889697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889697; }

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

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

background-color css

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

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

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

border-color css

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

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

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