#9FA290

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

Shades of Star Dust #9FA290

Tints of Star Dust #9FA290

Color information

#9FA290 (or 0x9FA290) is unknown color: approx Star Dust. HEX triplet: 9F, A2 and 90. RGB value is (159,162,144). Sum of RGB (Red+Green+Blue) = 159+162+144=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA290 is #605D6F. Grayscale: #9F9F9F. Windows color (decimal): -6315376 or 9478815. OLE color: 9478815.

HSL color Cylindrical-coordinate representation of color #9FA290: hue angle of 70º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FA290 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB159162144-
CMYK0.0200.110.36
HSL70º8.82%60%-
HSV(B)70º11.11%63.53%-
XYZ32.2535.2331.48-
YUV159.05119.51127.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.19%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=34.19%
G=34.84%
B=30.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591621440.0200.110.36708.8260
Hex9FA29020B244693c
Octal2372422202013441061174
Binary100111111010001010010000100101110010010001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,162,144); }

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

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

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

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

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

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

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