#9B9F9E

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

Shades of Cascade #9B9F9E

Tints of Cascade #9B9F9E

Color information

#9B9F9E (or 0x9B9F9E) is unknown color: approx Cascade. HEX triplet: 9B, 9F and 9E. RGB value is (155,159,158). Sum of RGB (Red+Green+Blue) = 155+159+158=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9F9E is #646061. Grayscale: #9D9D9D. Windows color (decimal): -6578274 or 10395547. OLE color: 10395547.

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

Color convert

RGB155159158-
CMYK0.0300.010.38
HSL165º2.04%61.57%-
HSV(B)165º2.52%62.35%-
XYZ32.0934.2337.26-
YUV157.69128.17126.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=32.84%
G=33.69%
B=33.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551591580.0300.010.381652.0461.57
Hex9B9F9E30126a523e
Octal23323723630146245276
Binary10011011100111111001111011011001101010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,159,158); }

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

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

 a { background-color: rgb(155,159,158); }

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

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

 span { border-color: rgb(155,159,158); }

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