Html Css Color HEX #889C99 Submarine

📋 copy color: '#889C99'

red 136 ◦ green 156 ◦ blue 153

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

Shades of Submarine #889C99

Tints of Submarine #889C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.06%

 BLUE value IS 153 (60.16% from 255) = 34.38%

R = 30.56%
G = 35.06%
B = 34.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#889C99 (or 0x889C99) is known color: Submarine. HEX triplet: 88, 9C and 99. RGB value is (136,156,153). Sum of RGB (Red+Green+Blue) = 136+156+153=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 156 - color contains mainly: green. Hex color #889C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C99 is #776366. Grayscale: #959595. Windows color (decimal): -7824231 or 10067080. OLE color: 10067080.

HSL color Cylindrical-coordinate representation of color #889C99: hue angle of 171º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889C99 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 156 153 -
CMYK 0.13 0 0.02 0.39
HSL 171º 0.09% 0.57% -
HSV(B) 171º 0.13% 0.61% -
XYZ 27.79 31.31 34.72 -
YUV 149.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 136 156 153 0.13 0 0.02 0.39 171 0.09 0.57
Hex 88 9C 99 D 0 2 27 AB 9 39
Octal 210 234 231 15 0 2 47 253 11 71
Binary 10001000 10011100 10011001 1101 0 10 100111 10101011 1001 111001

Color Harmonies of #889C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889C99

Black with #889C99

Text Example


Text Example

White with #889C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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