#829B99

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

Shades of Submarine #829B99

Tints of Submarine #829B99

Color information

#829B99 (or 0x829B99) is unknown color: approx Submarine. HEX triplet: 82, 9B and 99. RGB value is (130,155,153). Sum of RGB (Red+Green+Blue) = 130+155+153=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 155 - color contains mainly: green. Hex color #829B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B99 is #7D6466. Grayscale: #939393. Windows color (decimal): -8217703 or 10066818. OLE color: 10066818.

HSL color Cylindrical-coordinate representation of color #829B99: hue angle of 175.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B99 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB130155153-
CMYK0.1600.010.39
HSL175.2º11.11%55.88%-
HSV(B)175.2º16.13%60.78%-
XYZ26.6830.4934.62-
YUV147.3131.22115.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.68%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=29.68%
G=35.39%
B=34.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551530.1600.010.39175.211.1155.88
Hex829B99100127afb38
Octal2022332312001472571370
Binary1000001010011011100110011000001100111101011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829B99; }

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

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

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

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

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

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

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

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