#939796

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

Shades of Cascade #939796

Tints of Cascade #939796

Color information

#939796 (or 0x939796) is unknown color: approx Cascade. HEX triplet: 93, 97 and 96. RGB value is (147,151,150). Sum of RGB (Red+Green+Blue) = 147+151+150=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 151 - color contains mainly: green. Hex color #939796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939796 is #6C6869. Grayscale: #959595. Windows color (decimal): -7104618 or 9869203. OLE color: 9869203.

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

Color convert

RGB147151150-
CMYK0.0300.010.41
HSL165º1.89%58.43%-
HSV(B)165º2.65%59.22%-
XYZ28.630.5433.24-
YUV149.69128.17126.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.81%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=32.81%
G=33.71%
B=33.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471511500.0300.010.411651.8958.43
Hex93979630129a523a
Octal22322722630151245272
Binary10010011100101111001011011011010011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939796; }

 p { color: rgb(147,151,150); }

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

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

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

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

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

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

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