#989F91

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

Shades of Delta #989F91

Tints of Delta #989F91

Color information

#989F91 (or 0x989F91) is unknown color: approx Delta. HEX triplet: 98, 9F and 91. RGB value is (152,159,145). Sum of RGB (Red+Green+Blue) = 152+159+145=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 159 - color contains mainly: green. Hex color #989F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989F91 is #67606E. Grayscale: #9B9B9B. Windows color (decimal): -6774895 or 9543576. OLE color: 9543576.

HSL color Cylindrical-coordinate representation of color #989F91: hue angle of 90º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #989F91 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB152159145-
CMYK0.0400.090.38
HSL90º6.8%59.61%-
HSV(B)90º8.81%62.35%-
XYZ30.4633.5231.65-
YUV155.31122.18125.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 159 (62.5% from 255) = 34.87%
BLUE value IS 145 (57.03% from 255) = 31.80%
R=33.33%
G=34.87%
B=31.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521591450.0400.090.38906.859.61
Hex989F91409265a73c
Octal230237221401146132774
Binary100110001001111110010001100010011001101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,159,145); }

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

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

 a { background-color: rgb(152,159,145); }

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

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

 span { border-color: rgb(152,159,145); }

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