#9F9F92

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

Shades of Star Dust #9F9F92

Tints of Star Dust #9F9F92

Color information

#9F9F92 (or 0x9F9F92) is unknown color: approx Star Dust. HEX triplet: 9F, 9F and 92. RGB value is (159,159,146). Sum of RGB (Red+Green+Blue) = 159+159+146=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 159 - color contains mainly: red, green. Hex color #9F9F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9F92 is #60606D. Grayscale: #9D9D9D. Windows color (decimal): -6316142 or 9609119. OLE color: 9609119.

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

Color convert

RGB159159146-
CMYK000.080.38
HSL60º6.34%59.8%-
HSV(B)60º8.18%62.35%-
XYZ31.8834.2432.12-
YUV157.52121.5129.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=34.27%
G=34.27%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159159146000.080.38606.3459.8
Hex9F9F92008263c63c
Octal23723722200104674674
Binary100111111001111110010010001000100110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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