#9D9D95

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

Shades of Star Dust #9D9D95

Tints of Star Dust #9D9D95

Color information

#9D9D95 (or 0x9D9D95) is unknown color: approx Star Dust. HEX triplet: 9D, 9D and 95. RGB value is (157,157,149). Sum of RGB (Red+Green+Blue) = 157+157+149=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 157 - color contains mainly: red, green. Hex color #9D9D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9D95 is #62626A. Grayscale: #9C9C9C. Windows color (decimal): -6447723 or 9805213. OLE color: 9805213.

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

Color convert

RGB157157149-
CMYK000.050.38
HSL60º3.92%60%-
HSV(B)60º5.1%61.57%-
XYZ31.3933.4533.24-
YUV156.09124128.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=33.91%
G=33.91%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157157149000.050.38603.9260
Hex9D9D95005263c43c
Octal2352352250054674474
Binary10011101100111011001010100101100110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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