#989C8B

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

Shades of Delta #989C8B

Tints of Delta #989C8B

Color information

#989C8B (or 0x989C8B) is unknown color: approx Delta. HEX triplet: 98, 9C and 8B. RGB value is (152,156,139). Sum of RGB (Red+Green+Blue) = 152+156+139=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #989C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989C8B is #676374. Grayscale: #989898. Windows color (decimal): -6775669 or 9149592. OLE color: 9149592.

HSL color Cylindrical-coordinate representation of color #989C8B: hue angle of 74.12º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989C8B is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB152156139-
CMYK0.0300.110.39
HSL74.12º7.91%57.84%-
HSV(B)74.12º10.9%61.18%-
XYZ29.532.3229.11-
YUV152.87120.17127.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=34.00%
G=34.90%
B=31.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521561390.0300.110.3974.127.9157.84
Hex989C8B30B274a83a
Octal2302342133013471121072
Binary100110001001110010001011110101110011110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989C8B; }

 p { color: rgb(152,156,139); }

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

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

 a { background-color: rgb(152,156,139); }

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

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

 span { border-color: rgb(152,156,139); }

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