#9DA092

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

Shades of Star Dust #9DA092

Tints of Star Dust #9DA092

Color information

#9DA092 (or 0x9DA092) is unknown color: approx Star Dust. HEX triplet: 9D, A0 and 92. RGB value is (157,160,146). Sum of RGB (Red+Green+Blue) = 157+160+146=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA092 is #625F6D. Grayscale: #9D9D9D. Windows color (decimal): -6446958 or 9609373. OLE color: 9609373.

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

Color convert

RGB157160146-
CMYK0.0200.090.37
HSL72.86º6.86%60%-
HSV(B)72.86º8.75%62.75%-
XYZ31.6634.3932.16-
YUV157.51121.51127.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=33.91%
G=34.56%
B=31.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571601460.0200.090.3772.866.8660
Hex9DA092209254973c
Octal235240222201145111774
Binary10011101101000001001001010010011001011001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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