Html Css Color HEX #899699 Submarine

📋 copy color: '#899699'

red 137 ◦ green 150 ◦ blue 153

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

Shades of Submarine #899699

Tints of Submarine #899699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 31.14%
G = 34.09%
B = 34.77%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#899699 (or 0x899699) is known color: Submarine. HEX triplet: 89, 96 and 99. RGB value is (137,150,153). Sum of RGB (Red+Green+Blue) = 137+150+153=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 153 - color contains mainly: blue. Hex color #899699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899699 is #766966. Grayscale: #929292. Windows color (decimal): -7760231 or 10065545. OLE color: 10065545.

HSL color Cylindrical-coordinate representation of color #899699: hue angle of 191.25º 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 #899699 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 150 153 -
CMYK 0.10 0.02 0 0.4
HSL 191.25º 0.07% 0.57% -
HSV(B) 191.25º 0.1% 0.6% -
XYZ 26.97 29.43 34.4 -
YUV 146.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 137 150 153 0.10 0.02 0 0.4 191.25 0.07 0.57
Hex 89 96 99 A 2 0 28 BF 7 39
Octal 211 226 231 12 2 0 50 277 7 71
Binary 10001001 10010110 10011001 1010 10 0 101000 10111111 111 111001

Color Harmonies of #899699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899699

Black with #899699

Text Example


Text Example

White with #899699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899699; }

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

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

background-color css

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

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

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

border-color css

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

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

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