#989992

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

Shades of Star Dust #989992

Tints of Star Dust #989992

Color information

#989992 (or 0x989992) is unknown color: approx Star Dust. HEX triplet: 98, 99 and 92. RGB value is (152,153,146). Sum of RGB (Red+Green+Blue) = 152+153+146=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 153 - color contains mainly: green. Hex color #989992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989992 is #67666D. Grayscale: #979797. Windows color (decimal): -6776430 or 9607576. OLE color: 9607576.

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

Color convert

RGB152153146-
CMYK0.0100.050.4
HSL68.57º3.32%58.63%-
HSV(B)68.57º4.58%60%-
XYZ29.5331.5331.72-
YUV151.9124.67128.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 146 (57.42% from 255) = 32.37%
R=33.70%
G=33.92%
B=32.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521531460.0100.050.468.573.3258.63
Hex989992105284533b
Octal23023122210550105373
Binary10011000100110011001001010101101000100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989992; }

 p { color: rgb(152,153,146); }

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

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

 a { background-color: rgb(152,153,146); }

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

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

 span { border-color: rgb(152,153,146); }

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