#829895

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

Shades of Submarine #829895

Tints of Submarine #829895

Color information

#829895 (or 0x829895) is unknown color: approx Submarine. HEX triplet: 82, 98 and 95. RGB value is (130,152,149). Sum of RGB (Red+Green+Blue) = 130+152+149=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #829895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829895 is #7D676A. Grayscale: #919191. Windows color (decimal): -8218475 or 9803906. OLE color: 9803906.

HSL color Cylindrical-coordinate representation of color #829895: hue angle of 171.82º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829895 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB130152149-
CMYK0.1400.020.40
HSL171.82º9.65%55.29%-
HSV(B)171.82º14.47%59.61%-
XYZ25.8629.3732.74-
YUV145.08130.21117.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=30.16%
G=35.27%
B=34.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301521490.1400.020.40171.829.6555.29
Hex829895E0228aca37
Octal2022302251602502541267
Binary1000001010011000100101011110010101000101011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829895; }

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

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

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

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

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

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

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

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