#988985

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

Shades of Suva Grey #988985

Tints of Suva Grey #988985

Color information

#988985 (or 0x988985) is unknown color: approx Suva Grey. HEX triplet: 98, 89 and 85. RGB value is (152,137,133). Sum of RGB (Red+Green+Blue) = 152+137+133=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988985 is #67767A. Grayscale: #8D8D8D. Windows color (decimal): -6780539 or 8751512. OLE color: 8751512.

HSL color Cylindrical-coordinate representation of color #988985: hue angle of 12.63º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #988985 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB152137133-
CMYK00.100.130.40
HSL12.63º8.44%55.88%-
HSV(B)12.63º12.5%59.61%-
XYZ26.1326.2625.88-
YUV141.03123.47135.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=36.02%
G=32.46%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213713300.100.130.4012.638.4455.88
Hex9889850AD28d838
Octal2302112050121550151070
Binary10011000100010011000010101010110110100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988985; }

 p { color: rgb(152,137,133); }

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

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

 a { background-color: rgb(152,137,133); }

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

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

 span { border-color: rgb(152,137,133); }

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