#92999B

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

Shades of Submarine #92999B

Tints of Submarine #92999B

Color information

#92999B (or 0x92999B) is unknown color: approx Submarine. HEX triplet: 92, 99 and 9B. RGB value is (146,153,155). Sum of RGB (Red+Green+Blue) = 146+153+155=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 155 - color contains mainly: blue. Hex color #92999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92999B is #6D6664. Grayscale: #979797. Windows color (decimal): -7169637 or 10197394. OLE color: 10197394.

HSL color Cylindrical-coordinate representation of color #92999B: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #92999B is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB146153155-
CMYK0.060.0100.39
HSL193.33º4.31%59.02%-
HSV(B)193.33º5.81%60.78%-
XYZ29.1631.2635.51-
YUV151.14130.18124.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.16%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=32.16%
G=33.70%
B=34.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461531550.060.0100.39193.334.3159.02
Hex92999B61027c143b
Octal22223123361047301473
Binary1001001010011001100110111101010011111000001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92999B; }

 p { color: rgb(146,153,155); }

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

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

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

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

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

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

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