#9A9C90

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

Shades of Star Dust #9A9C90

Tints of Star Dust #9A9C90

Color information

#9A9C90 (or 0x9A9C90) is unknown color: approx Star Dust. HEX triplet: 9A, 9C and 90. RGB value is (154,156,144). Sum of RGB (Red+Green+Blue) = 154+156+144=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 156 - color contains mainly: green. Hex color #9A9C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9C90 is #65636F. Grayscale: #9A9A9A. Windows color (decimal): -6644592 or 9477274. OLE color: 9477274.

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

Color convert

RGB154156144-
CMYK0.0100.080.39
HSL70º5.71%58.82%-
HSV(B)70º7.69%61.18%-
XYZ30.2532.6631.1-
YUV154.03122.34127.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 144 (56.64% from 255) = 31.72%
R=33.92%
G=34.36%
B=31.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541561440.0100.080.39705.7158.82
Hex9A9C90108274663b
Octal232234220101047106673
Binary1001101010011100100100001010001001111000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,156,144); }

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

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

 a { background-color: rgb(154,156,144); }

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

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

 span { border-color: rgb(154,156,144); }

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