Html Css Color HEX #899A9C Submarine

📋 copy color: '#899A9C'

red 137 ◦ green 154 ◦ blue 156

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

Shades of Submarine #899A9C

Tints of Submarine #899A9C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.45%

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

R = 30.65%
G = 34.45%
B = 34.9%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#899A9C (or 0x899A9C) is known color: Submarine. HEX triplet: 89, 9A and 9C. RGB value is (137,154,156). Sum of RGB (Red+Green+Blue) = 137+154+156=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 156 - color contains mainly: blue. Hex color #899A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A9C is #766563. Grayscale: #959595. Windows color (decimal): -7759204 or 10263177. OLE color: 10263177.

HSL color Cylindrical-coordinate representation of color #899A9C: hue angle of 186.32º 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 #899A9C is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 154 156 -
CMYK 0.12 0.01 0 0.39
HSL 186.32º 0.09% 0.57% -
HSV(B) 186.32º 0.12% 0.61% -
XYZ 27.87 30.83 35.93 -
YUV 149.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 137 154 156 0.12 0.01 0 0.39 186.32 0.09 0.57
Hex 89 9A 9C C 1 0 27 BA 9 39
Octal 211 232 234 14 1 0 47 272 11 71
Binary 10001001 10011010 10011100 1100 1 0 100111 10111010 1001 111001

Color Harmonies of #899A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899A9C

Black with #899A9C

Text Example


Text Example

White with #899A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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