#9B9B92

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

Shades of Star Dust #9B9B92

Tints of Star Dust #9B9B92

Color information

#9B9B92 (or 0x9B9B92) is unknown color: approx Star Dust. HEX triplet: 9B, 9B and 92. RGB value is (155,155,146). Sum of RGB (Red+Green+Blue) = 155+155+146=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 155 - color contains mainly: red, green. Hex color #9B9B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9B92 is #64646D. Grayscale: #9A9A9A. Windows color (decimal): -6579310 or 9608091. OLE color: 9608091.

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

Color convert

RGB155155146-
CMYK000.060.39
HSL60º4.31%59.02%-
HSV(B)60º5.81%60.78%-
XYZ30.4332.4931.86-
YUV153.97123.5128.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=33.99%
G=33.99%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155155146000.060.39604.3159.02
Hex9B9B92006273c43b
Octal2332332220064774473
Binary10011011100110111001001000110100111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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