Html Css Color HEX #889395 Submarine

📋 copy color: '#889395'

red 136 ◦ green 147 ◦ blue 149

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

Shades of Submarine #889395

Tints of Submarine #889395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.03%

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 31.48%
G = 34.03%
B = 34.49%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#889395 (or 0x889395) is known color: Submarine. HEX triplet: 88, 93 and 95. RGB value is (136,147,149). Sum of RGB (Red+Green+Blue) = 136+147+149=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 149 - color contains mainly: blue. Hex color #889395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889395 is #776C6A. Grayscale: #8F8F8F. Windows color (decimal): -7826539 or 9802632. OLE color: 9802632.

HSL color Cylindrical-coordinate representation of color #889395: hue angle of 189.23º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #889395 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 147 149 -
CMYK 0.09 0.01 0 0.42
HSL 189.23º 0.06% 0.56% -
HSV(B) 189.23º 0.09% 0.58% -
XYZ 26.01 28.27 32.52 -
YUV 143.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 136 147 149 0.09 0.01 0 0.42 189.23 0.06 0.56
Hex 88 93 95 9 1 0 2A BD 6 38
Octal 210 223 225 11 1 0 52 275 6 70
Binary 10001000 10010011 10010101 1001 1 0 101010 10111101 110 111000

Color Harmonies of #889395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889395

Black with #889395

Text Example


Text Example

White with #889395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889395; }

 p { color: rgb(136,147,149); }

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

background-color css

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

 a { background-color: rgb(136,147,149); }

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

border-color css

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

 span { border-color: rgb(136,147,149); }

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