#92A29D

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

Shades of Cascade #92A29D

Tints of Cascade #92A29D

Color information

#92A29D (or 0x92A29D) is unknown color: approx Cascade. HEX triplet: 92, A2 and 9D. RGB value is (146,162,157). Sum of RGB (Red+Green+Blue) = 146+162+157=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #92A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A29D is #6D5D62. Grayscale: #9C9C9C. Windows color (decimal): -7167331 or 10330770. OLE color: 10330770.

HSL color Cylindrical-coordinate representation of color #92A29D: hue angle of 161.25º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92A29D is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB146162157-
CMYK0.1000.030.36
HSL161.25º7.92%60.39%-
HSV(B)161.25º9.88%63.53%-
XYZ30.8634.3936.91-
YUV156.65128.2120.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=31.40%
G=34.84%
B=33.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461621570.1000.030.36161.257.9260.39
Hex92A29DA0324a183c
Octal2222422351203442411074
Binary1001001010100010100111011010011100100101000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A29D; }

 p { color: rgb(146,162,157); }

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

<style>
 a { background-color: #92A29D; }

 a { background-color: rgb(146,162,157); }

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

<style>
 span { border-color: #92A29D; }

 span { border-color: rgb(146,162,157); }

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