#929997

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

Shades of Cascade #929997

Tints of Cascade #929997

Color information

#929997 (or 0x929997) is unknown color: approx Cascade. HEX triplet: 92, 99 and 97. RGB value is (146,153,151). Sum of RGB (Red+Green+Blue) = 146+153+151=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 153 - color contains mainly: green. Hex color #929997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929997 is #6D6668. Grayscale: #969696. Windows color (decimal): -7169641 or 9935250. OLE color: 9935250.

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

Color convert

RGB146153151-
CMYK0.0500.010.4
HSL162.86º3.32%58.63%-
HSV(B)162.86º4.58%60%-
XYZ28.8331.1333.77-
YUV150.68128.18124.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.44%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=32.44%
G=34%
B=33.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531510.0500.010.4162.863.3258.63
Hex92999750128a333b
Octal22223122750150243373
Binary100100101001100110010111101011010001010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929997; }

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

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

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

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

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

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

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

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