#899795

Color #899795 Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #899795

Tints of Submarine #899795

Color information

#899795 (or 0x899795) is unknown color: approx Submarine. HEX triplet: 89, 97 and 95. RGB value is (137,151,149). Sum of RGB (Red+Green+Blue) = 137+151+149=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 151 - color contains mainly: green. Hex color #899795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899795 is #76686A. Grayscale: #929292. Windows color (decimal): -7759979 or 9803657. OLE color: 9803657.

HSL color Cylindrical-coordinate representation of color #899795: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899795 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB137151149-
CMYK0.0900.010.41
HSL171.43º6.31%56.47%-
HSV(B)171.43º9.27%59.22%-
XYZ26.8129.6232.74-
YUV146.59129.36121.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.35%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=31.35%
G=34.55%
B=34.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371511490.0900.010.41171.436.3156.47
Hex89979590129ab638
Octal211227225110151253670
Binary10001001100101111001010110010110100110101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899795; }

 p { color: rgb(137,151,149); }

 H1.HeaderClassName
 {
   color: #899795;
 }
 .AnyTagClassName
 {
   color: #899795;
 }
</style>
background-color css

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

 a { background-color: rgb(137,151,149); }

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

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

 span { border-color: rgb(137,151,149); }

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