#988682

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

Shades of Suva Grey #988682

Tints of Suva Grey #988682

Color information

#988682 (or 0x988682) is unknown color: approx Suva Grey. HEX triplet: 98, 86 and 82. RGB value is (152,134,130). Sum of RGB (Red+Green+Blue) = 152+134+130=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #988682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988682 is #67797D. Grayscale: #8A8A8A. Windows color (decimal): -6781310 or 8554136. OLE color: 8554136.

HSL color Cylindrical-coordinate representation of color #988682: hue angle of 10.91º 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 #988682 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB152134130-
CMYK00.120.140.40
HSL10.91º9.65%55.29%-
HSV(B)10.91º14.47%59.61%-
XYZ25.525.3424.67-
YUV138.93122.96137.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=36.54%
G=32.21%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213413000.120.140.4010.919.6555.29
Hex9886820CE28ba37
Octal2302062020141650131267
Binary10011000100001101000001001100111010100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988682; }

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

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

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

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

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

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

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

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