#9D9D92

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

Shades of Star Dust #9D9D92

Tints of Star Dust #9D9D92

Color information

#9D9D92 (or 0x9D9D92) is unknown color: approx Star Dust. HEX triplet: 9D, 9D and 92. RGB value is (157,157,146). Sum of RGB (Red+Green+Blue) = 157+157+146=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 157 - color contains mainly: red, green. Hex color #9D9D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9D92 is #62626D. Grayscale: #9B9B9B. Windows color (decimal): -6447726 or 9608605. OLE color: 9608605.

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

Color convert

RGB157157146-
CMYK000.070.38
HSL60º5.31%59.41%-
HSV(B)60º7.01%61.57%-
XYZ31.1533.3631.99-
YUV155.75122.5128.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=34.13%
G=34.13%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157157146000.070.38605.3159.41
Hex9D9D92007263c53b
Octal2352352220074674573
Binary10011101100111011001001000111100110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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