#899292

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

Shades of Submarine #899292

Tints of Submarine #899292

Color information

#899292 (or 0x899292) is unknown color: approx Submarine. HEX triplet: 89, 92 and 92. RGB value is (137,146,146). Sum of RGB (Red+Green+Blue) = 137+146+146=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #899292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899292 is #766D6D. Grayscale: #8F8F8F. Windows color (decimal): -7761262 or 9605769. OLE color: 9605769.

HSL color Cylindrical-coordinate representation of color #899292: hue angle of 180º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #899292 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137146146-
CMYK0.06000.43
HSL180º3.96%55.49%-
HSV(B)180º6.16%57.25%-
XYZ25.7827.9531.23-
YUV143.31129.52123.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=31.93%
G=34.03%
B=34.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461460.06000.431803.9655.49
Hex8992926002Bb4437
Octal21122222260053264467
Binary1000100110010010100100101100010101110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899292; }

 p { color: rgb(137,146,146); }

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

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

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

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

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

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

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