Html Css Color HEX #899F9C Submarine

📋 copy color: '#899F9C'

red 137 ◦ green 159 ◦ blue 156

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

Shades of Submarine #899F9C

Tints of Submarine #899F9C

RGB

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

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

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

R = 30.31%
G = 35.18%
B = 34.51%

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

#899F9C (or 0x899F9C) is known color: Submarine. HEX triplet: 89, 9F and 9C. RGB value is (137,159,156). Sum of RGB (Red+Green+Blue) = 137+159+156=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 159 - color contains mainly: green. Hex color #899F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F9C is #766063. Grayscale: #989898. Windows color (decimal): -7757924 or 10264457. OLE color: 10264457.

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

Color convert

RGB 137 159 156 -
CMYK 0.14 0 0.02 0.38
HSL 171.82º 0.1% 0.58% -
HSV(B) 171.82º 0.14% 0.62% -
XYZ 28.72 32.51 36.22 -
YUV 152.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 137 159 156 0.14 0 0.02 0.38 171.82 0.1 0.58
Hex 89 9F 9C E 0 2 26 AC A 3A
Octal 211 237 234 16 0 2 46 254 12 72
Binary 10001001 10011111 10011100 1110 0 10 100110 10101100 1010 111010

Color Harmonies of #899F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899F9C

Black with #899F9C

Text Example


Text Example

White with #899F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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