Html Css Color HEX #889F9C Submarine

📋 copy color: '#889F9C'

red 136 ◦ green 159 ◦ blue 156

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

Shades of Submarine #889F9C

Tints of Submarine #889F9C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.25%

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

R = 30.16%
G = 35.25%
B = 34.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#889F9C (or 0x889F9C) is known color: Submarine. HEX triplet: 88, 9F and 9C. RGB value is (136,159,156). Sum of RGB (Red+Green+Blue) = 136+159+156=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 159 - color contains mainly: green. Hex color #889F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F9C is #776063. Grayscale: #979797. Windows color (decimal): -7823460 or 10264456. OLE color: 10264456.

HSL color Cylindrical-coordinate representation of color #889F9C: hue angle of 172.17º degrees, saturation: 0.11, 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 #889F9C is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 159 156 -
CMYK 0.14 0 0.02 0.38
HSL 172.17º 0.11% 0.58% -
HSV(B) 172.17º 0.14% 0.62% -
XYZ 28.55 32.43 36.21 -
YUV 151.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 136 159 156 0.14 0 0.02 0.38 172.17 0.11 0.58
Hex 88 9F 9C E 0 2 26 AC B 3A
Octal 210 237 234 16 0 2 46 254 13 72
Binary 10001000 10011111 10011100 1110 0 10 100110 10101100 1011 111010

Color Harmonies of #889F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889F9C

Black with #889F9C

Text Example


Text Example

White with #889F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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