#929795

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

Shades of Cascade #929795

Tints of Cascade #929795

Color information

#929795 (or 0x929795) is unknown color: approx Cascade. HEX triplet: 92, 97 and 95. RGB value is (146,151,149). Sum of RGB (Red+Green+Blue) = 146+151+149=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 151 - color contains mainly: green. Hex color #929795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929795 is #6D686A. Grayscale: #959595. Windows color (decimal): -7170155 or 9803666. OLE color: 9803666.

HSL color Cylindrical-coordinate representation of color #929795: hue angle of 156º 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 #929795 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB146151149-
CMYK0.0300.010.41
HSL156º2.35%58.24%-
HSV(B)156º3.31%59.22%-
XYZ28.3530.4132.81-
YUV149.28127.84125.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.74%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=32.74%
G=33.86%
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.41
SystemRedGreenBlueCMYKHSL
Decimal1461511490.0300.010.411562.3558.24
Hex929795301299c23a
Octal22222722530151234272
Binary10010010100101111001010111011010011001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929795; }

 p { color: rgb(146,151,149); }

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

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

 a { background-color: rgb(146,151,149); }

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

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

 span { border-color: rgb(146,151,149); }

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