#9FA291

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

Shades of Star Dust #9FA291

Tints of Star Dust #9FA291

Color information

#9FA291 (or 0x9FA291) is unknown color: approx Star Dust. HEX triplet: 9F, A2 and 91. RGB value is (159,162,145). Sum of RGB (Red+Green+Blue) = 159+162+145=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA291 is #605D6E. Grayscale: #9F9F9F. Windows color (decimal): -6315375 or 9544351. OLE color: 9544351.

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

Color convert

RGB159162145-
CMYK0.0200.100.36
HSL70.59º8.37%60.2%-
HSV(B)70.59º10.49%63.53%-
XYZ32.3335.2631.89-
YUV159.16120.01127.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 145 (57.03% from 255) = 31.12%
R=34.12%
G=34.76%
B=31.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591621450.0200.100.3670.598.3760.2
Hex9FA29120A244783c
Octal2372422212012441071074
Binary100111111010001010010001100101010010010001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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