Html Css Color HEX #9FA096 Star Dust

📋 copy color: '#9FA096'

red 159 ◦ green 160 ◦ blue 150

#9FA096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Star Dust #9FA096

Tints of Star Dust #9FA096

RGB

 RED value IS 159 (62.5% from 255) = 33.9%

 GREEN value IS 160 (62.89% from 255) = 34.12%

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 33.9%
G = 34.12%
B = 31.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#9FA096 (or 0x9FA096) is known color: Star Dust. HEX triplet: 9F, A0 and 96. RGB value is (159,160,150). Sum of RGB (Red+Green+Blue) = 159+160+150=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA096 is #605F69. Grayscale: #9E9E9E. Windows color (decimal): -6315882 or 9871519. OLE color: 9871519.

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

Color convert

RGB 159 160 150 -
CMYK 0.01 0 0.06 0.37
HSL 66º 0.05% 0.61% -
HSV(B) 66º 0.06% 0.63% -
XYZ 32.37 34.71 33.85 -
YUV 158.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 159 160 150 0.01 0 0.06 0.37 66 0.05 0.61
Hex 9F A0 96 1 0 6 25 42 5 3D
Octal 237 240 226 1 0 6 45 102 5 75
Binary 10011111 10100000 10010110 1 0 110 100101 1000010 101 111101

Color Harmonies of #9FA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA096

Black with #9FA096

Text Example


Text Example

White with #9FA096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,160,150); }

 H1.HeaderClassName
 {
   color: #9FA096;
 }
 .AnyTagClassName
 {
   color: #9FA096;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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