#929B97

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

Shades of Cascade #929B97

Tints of Cascade #929B97

Color information

#929B97 (or 0x929B97) is unknown color: approx Cascade. HEX triplet: 92, 9B and 97. RGB value is (146,155,151). Sum of RGB (Red+Green+Blue) = 146+155+151=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 155 - color contains mainly: green. Hex color #929B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B97 is #6D6468. Grayscale: #979797. Windows color (decimal): -7169129 or 9935762. OLE color: 9935762.

HSL color Cylindrical-coordinate representation of color #929B97: hue angle of 153.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #929B97 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB146155151-
CMYK0.0600.030.39
HSL153.33º4.31%59.02%-
HSV(B)153.33º5.81%60.78%-
XYZ29.1631.7933.88-
YUV151.85127.52123.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.30%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=32.30%
G=34.29%
B=33.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461551510.0600.030.39153.334.3159.02
Hex929B97603279943b
Octal22223322760347231473
Binary10010010100110111001011111001110011110011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929B97; }

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

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

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

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

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

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

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

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