#929996

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

Shades of Cascade #929996

Tints of Cascade #929996

Color information

#929996 (or 0x929996) is unknown color: approx Cascade. HEX triplet: 92, 99 and 96. RGB value is (146,153,150). Sum of RGB (Red+Green+Blue) = 146+153+150=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 153 - color contains mainly: green. Hex color #929996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929996 is #6D6669. Grayscale: #969696. Windows color (decimal): -7169642 or 9869714. OLE color: 9869714.

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

Color convert

RGB146153150-
CMYK0.0500.020.4
HSL154.29º3.32%58.63%-
HSV(B)154.29º4.58%60%-
XYZ28.7531.133.34-
YUV150.56127.68124.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=32.52%
G=34.08%
B=33.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531500.0500.020.4154.293.3258.63
Hex929996502289a33b
Octal22223122650250232373
Binary1001001010011001100101101010101010001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929996; }

 p { color: rgb(146,153,150); }

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

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

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

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

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

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

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