Html Css Color HEX #899698 Submarine

📋 copy color: '#899698'

red 137 ◦ green 150 ◦ blue 152

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

Shades of Submarine #899698

Tints of Submarine #899698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

 BLUE value IS 152 (59.77% from 255) = 34.62%

R = 31.21%
G = 34.17%
B = 34.62%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#899698 (or 0x899698) is known color: Submarine. HEX triplet: 89, 96 and 98. RGB value is (137,150,152). Sum of RGB (Red+Green+Blue) = 137+150+152=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 152 - color contains mainly: blue. Hex color #899698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899698 is #766967. Grayscale: #929292. Windows color (decimal): -7760232 or 10000009. OLE color: 10000009.

HSL color Cylindrical-coordinate representation of color #899698: hue angle of 188º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899698 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 150 152 -
CMYK 0.10 0.01 0 0.40
HSL 188º 0.07% 0.57% -
HSV(B) 188º 0.1% 0.6% -
XYZ 26.89 29.4 33.96 -
YUV 146.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 137 150 152 0.10 0.01 0 0.40 188 0.07 0.57
Hex 89 96 98 A 1 0 28 BC 7 39
Octal 211 226 230 12 1 0 50 274 7 71
Binary 10001001 10010110 10011000 1010 1 0 101000 10111100 111 111001

Color Harmonies of #899698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899698

Black with #899698

Text Example


Text Example

White with #899698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899698; }

 p { color: rgb(137,150,152); }

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

background-color css

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

 a { background-color: rgb(137,150,152); }

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

border-color css

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

 span { border-color: rgb(137,150,152); }

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