#92A59F

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

Shades of Cascade #92A59F

Tints of Cascade #92A59F

Color information

#92A59F (or 0x92A59F) is unknown color: approx Cascade. HEX triplet: 92, A5 and 9F. RGB value is (146,165,159). Sum of RGB (Red+Green+Blue) = 146+165+159=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 165 - color contains mainly: green. Hex color #92A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A59F is #6D5A60. Grayscale: #9E9E9E. Windows color (decimal): -7166561 or 10462610. OLE color: 10462610.

HSL color Cylindrical-coordinate representation of color #92A59F: hue angle of 161.05º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A59F is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB146165159-
CMYK0.1200.040.35
HSL161.05º9.55%60.98%-
HSV(B)161.05º11.52%64.71%-
XYZ31.5735.5237.99-
YUV158.64128.21118.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=31.06%
G=35.11%
B=33.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461651590.1200.040.35161.059.5560.98
Hex92A59FC0423a1a3d
Octal2222452371404432411275
Binary10010010101001011001111111000100100011101000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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