#849997

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

Shades of Submarine #849997

Tints of Submarine #849997

Color information

#849997 (or 0x849997) is unknown color: approx Submarine. HEX triplet: 84, 99 and 97. RGB value is (132,153,151). Sum of RGB (Red+Green+Blue) = 132+153+151=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #849997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849997 is #7B6668. Grayscale: #929292. Windows color (decimal): -8087145 or 9935236. OLE color: 9935236.

HSL color Cylindrical-coordinate representation of color #849997: hue angle of 174.29º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #849997 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB132153151-
CMYK0.1400.010.4
HSL174.29º9.33%55.88%-
HSV(B)174.29º13.73%60%-
XYZ26.4929.9233.66-
YUV146.49130.54117.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=30.28%
G=35.09%
B=34.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321531510.1400.010.4174.299.3355.88
Hex849997E0128ae938
Octal2042312271601502561170
Binary100001001001100110010111111001101000101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849997; }

 p { color: rgb(132,153,151); }

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

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

 a { background-color: rgb(132,153,151); }

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

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

 span { border-color: rgb(132,153,151); }

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