#929E99

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

Shades of Cascade #929E99

Tints of Cascade #929E99

Color information

#929E99 (or 0x929E99) is unknown color: approx Cascade. HEX triplet: 92, 9E and 99. RGB value is (146,158,153). Sum of RGB (Red+Green+Blue) = 146+158+153=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 158 - color contains mainly: green. Hex color #929E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929E99 is #6D6166. Grayscale: #999999. Windows color (decimal): -7168359 or 10067602. OLE color: 10067602.

HSL color Cylindrical-coordinate representation of color #929E99: hue angle of 155º 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 #929E99 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB146158153-
CMYK0.0800.030.38
HSL155º5.83%59.61%-
HSV(B)155º7.59%61.96%-
XYZ29.8332.8634.91-
YUV153.84127.52122.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=31.95%
G=34.57%
B=33.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461581530.0800.030.381555.8359.61
Hex929E99803269b63c
Octal222236231100346233674
Binary100100101001111010011001100001110011010011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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