#939896

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

Shades of Cascade #939896

Tints of Cascade #939896

Color information

#939896 (or 0x939896) is unknown color: approx Cascade. HEX triplet: 93, 98 and 96. RGB value is (147,152,150). Sum of RGB (Red+Green+Blue) = 147+152+150=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 152 - color contains mainly: green. Hex color #939896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939896 is #6C6769. Grayscale: #969696. Windows color (decimal): -7104362 or 9869459. OLE color: 9869459.

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

Color convert

RGB147152150-
CMYK0.0300.010.40
HSL156º2.37%58.63%-
HSV(B)156º3.29%59.61%-
XYZ28.7730.8633.29-
YUV150.28127.84125.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.74%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=32.74%
G=33.85%
B=33.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521500.0300.010.401562.3758.63
Hex939896301289c23b
Octal22323022630150234273
Binary10010011100110001001011011011010001001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939896; }

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

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

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

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

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

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

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

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