Html Css Color HEX #9D9F95 Star Dust

📋 copy color: '#9D9F95'

red 157 ◦ green 159 ◦ blue 149

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

Shades of Star Dust #9D9F95

Tints of Star Dust #9D9F95

RGB

 RED value IS 157 (61.72% from 255) = 33.76%

 GREEN value IS 159 (62.5% from 255) = 34.19%

 BLUE value IS 149 (58.59% from 255) = 32.04%

R = 33.76%
G = 34.19%
B = 32.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9D9F95 (or 0x9D9F95) is known color: Star Dust. HEX triplet: 9D, 9F and 95. RGB value is (157,159,149). Sum of RGB (Red+Green+Blue) = 157+159+149=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 159 - color contains mainly: green. Hex color #9D9F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9F95 is #62606A. Grayscale: #9D9D9D. Windows color (decimal): -6447211 or 9805725. OLE color: 9805725.

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

Color convert

RGB 157 159 149 -
CMYK 0.01 0 0.06 0.38
HSL 72º 0.05% 0.6% -
HSV(B) 72º 0.06% 0.62% -
XYZ 31.73 34.13 33.35 -
YUV 157.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 157 159 149 0.01 0 0.06 0.38 72 0.05 0.6
Hex 9D 9F 95 1 0 6 26 48 5 3C
Octal 235 237 225 1 0 6 46 110 5 74
Binary 10011101 10011111 10010101 1 0 110 100110 1001000 101 111100

Color Harmonies of #9D9F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9F95

Black with #9D9F95

Text Example


Text Example

White with #9D9F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,159,149); }

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

background-color css

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

 a { background-color: rgb(157,159,149); }

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

border-color css

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

 span { border-color: rgb(157,159,149); }

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