#929B99

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

Shades of Cascade #929B99

Tints of Cascade #929B99

Color information

#929B99 (or 0x929B99) is unknown color: approx Cascade. HEX triplet: 92, 9B and 99. RGB value is (146,155,153). Sum of RGB (Red+Green+Blue) = 146+155+153=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 155 - color contains mainly: green. Hex color #929B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B99 is #6D6466. Grayscale: #989898. Windows color (decimal): -7169127 or 10066834. OLE color: 10066834.

HSL color Cylindrical-coordinate representation of color #929B99: hue angle of 166.67º 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 #929B99 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB146155153-
CMYK0.0600.010.39
HSL166.67º4.31%59.02%-
HSV(B)166.67º5.81%60.78%-
XYZ29.3331.8534.74-
YUV152.08128.52123.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.16%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=32.16%
G=34.14%
B=33.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461551530.0600.010.39166.674.3159.02
Hex929B9960127a743b
Octal22223323160147247473
Binary1001001010011011100110011100110011110100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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