Html Css Color HEX #899B9E Submarine

📋 copy color: '#899B9E'

red 137 ◦ green 155 ◦ blue 158

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

Shades of Submarine #899B9E

Tints of Submarine #899B9E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.44%

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

R = 30.44%
G = 34.44%
B = 35.11%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#899B9E (or 0x899B9E) is known color: Submarine. HEX triplet: 89, 9B and 9E. RGB value is (137,155,158). Sum of RGB (Red+Green+Blue) = 137+155+158=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 158 - color contains mainly: blue. Hex color #899B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B9E is #766461. Grayscale: #959595. Windows color (decimal): -7758946 or 10394505. OLE color: 10394505.

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

Color convert

RGB 137 155 158 -
CMYK 0.13 0.02 0 0.38
HSL 188.57º 0.1% 0.58% -
HSV(B) 188.57º 0.13% 0.62% -
XYZ 28.21 31.23 36.89 -
YUV 149.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 137 155 158 0.13 0.02 0 0.38 188.57 0.1 0.58
Hex 89 9B 9E D 2 0 26 BD A 3A
Octal 211 233 236 15 2 0 46 275 12 72
Binary 10001001 10011011 10011110 1101 10 0 100110 10111101 1010 111010

Color Harmonies of #899B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B9E

Black with #899B9E

Text Example


Text Example

White with #899B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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