#929A98

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

Shades of Cascade #929A98

Tints of Cascade #929A98

Color information

#929A98 (or 0x929A98) is unknown color: approx Cascade. HEX triplet: 92, 9A and 98. RGB value is (146,154,152). Sum of RGB (Red+Green+Blue) = 146+154+152=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 154 - color contains mainly: green. Hex color #929A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929A98 is #6D6567. Grayscale: #979797. Windows color (decimal): -7169384 or 10001042. OLE color: 10001042.

HSL color Cylindrical-coordinate representation of color #929A98: hue angle of 165º degrees, saturation: 0.04, 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 #929A98 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB146154152-
CMYK0.0500.010.40
HSL165º3.81%58.82%-
HSV(B)165º5.19%60.39%-
XYZ29.0831.4934.25-
YUV151.38128.35124.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.30%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 152 (59.77% from 255) = 33.63%
R=32.30%
G=34.07%
B=33.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461541520.0500.010.401653.8158.82
Hex929A9850128a543b
Octal22223223050150245473
Binary1001001010011010100110001010110100010100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,154,152); }

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

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

 a { background-color: rgb(146,154,152); }

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

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

 span { border-color: rgb(146,154,152); }

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