#829B97

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

Shades of Submarine #829B97

Tints of Submarine #829B97

Color information

#829B97 (or 0x829B97) is unknown color: approx Submarine. HEX triplet: 82, 9B and 97. RGB value is (130,155,151). Sum of RGB (Red+Green+Blue) = 130+155+151=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #829B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B97 is #7D6468. Grayscale: #939393. Windows color (decimal): -8217705 or 9935746. OLE color: 9935746.

HSL color Cylindrical-coordinate representation of color #829B97: hue angle of 170.4º 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 #829B97 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB130155151-
CMYK0.1600.030.39
HSL170.4º11.11%55.88%-
HSV(B)170.4º16.13%60.78%-
XYZ26.5130.4233.75-
YUV147.07130.22115.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.82%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=29.82%
G=35.55%
B=34.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551510.1600.030.39170.411.1155.88
Hex829B97100327aab38
Octal2022332272003472521370
Binary10000010100110111001011110000011100111101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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