Html Css Color HEX #899C9B Submarine

📋 copy color: '#899C9B'

red 137 ◦ green 156 ◦ blue 155

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

Shades of Submarine #899C9B

Tints of Submarine #899C9B

RGB

 RED value IS 137 (53.91% from 255) = 30.58%

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 30.58%
G = 34.82%
B = 34.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#899C9B (or 0x899C9B) is known color: Submarine. HEX triplet: 89, 9C and 9B. RGB value is (137,156,155). Sum of RGB (Red+Green+Blue) = 137+156+155=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 156 - color contains mainly: green. Hex color #899C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C9B is #766364. Grayscale: #969696. Windows color (decimal): -7758693 or 10198153. OLE color: 10198153.

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

Color convert

RGB 137 156 155 -
CMYK 0.12 0 0.01 0.39
HSL 176.84º 0.09% 0.57% -
HSV(B) 176.84º 0.12% 0.61% -
XYZ 28.12 31.46 35.6 -
YUV 150.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 137 156 155 0.12 0 0.01 0.39 176.84 0.09 0.57
Hex 89 9C 9B C 0 1 27 B1 9 39
Octal 211 234 233 14 0 1 47 261 11 71
Binary 10001001 10011100 10011011 1100 0 1 100111 10110001 1001 111001

Color Harmonies of #899C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899C9B

Black with #899C9B

Text Example


Text Example

White with #899C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899C9B; }

 p { color: rgb(137,156,155); }

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

background-color css

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

 a { background-color: rgb(137,156,155); }

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

border-color css

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

 span { border-color: rgb(137,156,155); }

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