#9B9B95

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

Shades of Star Dust #9B9B95

Tints of Star Dust #9B9B95

Color information

#9B9B95 (or 0x9B9B95) is unknown color: approx Star Dust. HEX triplet: 9B, 9B and 95. RGB value is (155,155,149). Sum of RGB (Red+Green+Blue) = 155+155+149=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 155 - color contains mainly: red, green. Hex color #9B9B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9B95 is #64646A. Grayscale: #9A9A9A. Windows color (decimal): -6579307 or 9804699. OLE color: 9804699.

HSL color Cylindrical-coordinate representation of color #9B9B95: hue angle of 60º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9B9B95 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB155155149-
CMYK000.040.39
HSL60º2.91%59.61%-
HSV(B)60º3.87%60.78%-
XYZ30.6632.5833.11-
YUV154.32125128.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=33.77%
G=33.77%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155155149000.040.39602.9159.61
Hex9B9B95004273c33c
Octal2332332250044774374
Binary1001101110011011100101010010010011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9B95; }

 p { color: rgb(155,155,149); }

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

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

 a { background-color: rgb(155,155,149); }

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

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

 span { border-color: rgb(155,155,149); }

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