Html Css Color HEX #889E9C Submarine

📋 copy color: '#889E9C'

red 136 ◦ green 158 ◦ blue 156

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

Shades of Submarine #889E9C

Tints of Submarine #889E9C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.11%

 BLUE value IS 156 (61.33% from 255) = 34.67%

R = 30.22%
G = 35.11%
B = 34.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#889E9C (or 0x889E9C) is known color: Submarine. HEX triplet: 88, 9E and 9C. RGB value is (136,158,156). Sum of RGB (Red+Green+Blue) = 136+158+156=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 158 - color contains mainly: green. Hex color #889E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889E9C is #776163. Grayscale: #979797. Windows color (decimal): -7823716 or 10264200. OLE color: 10264200.

HSL color Cylindrical-coordinate representation of color #889E9C: hue angle of 174.55º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889E9C is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 158 156 -
CMYK 0.14 0 0.01 0.38
HSL 174.55º 0.1% 0.58% -
HSV(B) 174.55º 0.14% 0.62% -
XYZ 28.38 32.09 36.15 -
YUV 151.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 136 158 156 0.14 0 0.01 0.38 174.55 0.1 0.58
Hex 88 9E 9C E 0 1 26 AF A 3A
Octal 210 236 234 16 0 1 46 257 12 72
Binary 10001000 10011110 10011100 1110 0 1 100110 10101111 1010 111010

Color Harmonies of #889E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889E9C

Black with #889E9C

Text Example


Text Example

White with #889E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889E9C; }

 p { color: rgb(136,158,156); }

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

background-color css

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

 a { background-color: rgb(136,158,156); }

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

border-color css

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

 span { border-color: rgb(136,158,156); }

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