#929F99

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

Shades of Cascade #929F99

Tints of Cascade #929F99

Color information

#929F99 (or 0x929F99) is unknown color: approx Cascade. HEX triplet: 92, 9F and 99. RGB value is (146,159,153). Sum of RGB (Red+Green+Blue) = 146+159+153=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 159 - color contains mainly: green. Hex color #929F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929F99 is #6D6066. Grayscale: #9A9A9A. Windows color (decimal): -7168103 or 10067858. OLE color: 10067858.

HSL color Cylindrical-coordinate representation of color #929F99: hue angle of 152.31º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #929F99 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB146159153-
CMYK0.0800.040.38
HSL152.31º6.34%59.8%-
HSV(B)152.31º8.18%62.35%-
XYZ3033.2134.97-
YUV154.43127.19121.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.88%
GREEN value IS 159 (62.5% from 255) = 34.72%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=31.88%
G=34.72%
B=33.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461591530.0800.040.38152.316.3459.8
Hex929F99804269863c
Octal222237231100446230674
Binary1001001010011111100110011000010010011010011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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