Html Css Color HEX #9C9C96 Star Dust

📋 copy color: '#9C9C96'

red 156 ◦ green 156 ◦ blue 150

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

Shades of Star Dust #9C9C96

Tints of Star Dust #9C9C96

RGB

 RED value IS 156 (61.33% from 255) = 33.77%

 GREEN value IS 156 (61.33% from 255) = 33.77%

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

R = 33.77%
G = 33.77%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C9C96 (or 0x9C9C96) is known color: Star Dust. HEX triplet: 9C, 9C and 96. RGB value is (156,156,150). Sum of RGB (Red+Green+Blue) = 156+156+150=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 156 - color contains mainly: red, green. Hex color #9C9C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9C96 is #636369. Grayscale: #9B9B9B. Windows color (decimal): -6513514 or 9870492. OLE color: 9870492.

HSL color Cylindrical-coordinate representation of color #9C9C96: hue angle of 60º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9C9C96 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 156 150 -
CMYK 0 0 0.04 0.39
HSL 60º 0.03% 0.6% -
HSV(B) 60º 0.04% 0.61% -
XYZ 31.1 33.05 33.59 -
YUV 155.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 156 156 150 0 0 0.04 0.39 60 0.03 0.6
Hex 9C 9C 96 0 0 4 27 3C 3 3C
Octal 234 234 226 0 0 4 47 74 3 74
Binary 10011100 10011100 10010110 0 0 100 100111 111100 11 111100

Color Harmonies of #9C9C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9C96

Black with #9C9C96

Text Example


Text Example

White with #9C9C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,156,150); }

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

background-color css

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

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

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

border-color css

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

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

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