#829695

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

Shades of Submarine #829695

Tints of Submarine #829695

Color information

#829695 (or 0x829695) is unknown color: approx Submarine. HEX triplet: 82, 96 and 95. RGB value is (130,150,149). Sum of RGB (Red+Green+Blue) = 130+150+149=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #829695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829695 is #7D696A. Grayscale: #8F8F8F. Windows color (decimal): -8218987 or 9803394. OLE color: 9803394.

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

Color convert

RGB130150149-
CMYK0.1300.010.41
HSL177º8.7%54.9%-
HSV(B)177º13.33%58.82%-
XYZ25.5428.7332.63-
YUV143.91130.87118.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=30.30%
G=34.97%
B=34.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501490.1300.010.411778.754.9
Hex829695D0129b1937
Octal2022262251501512611167
Binary100000101001011010010101110101101001101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829695; }

 p { color: rgb(130,150,149); }

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

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

 a { background-color: rgb(130,150,149); }

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

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

 span { border-color: rgb(130,150,149); }

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