#84A59E

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

Shades of Cascade #84A59E

Tints of Cascade #84A59E

Color information

#84A59E (or 0x84A59E) is unknown color: approx Cascade. HEX triplet: 84, A5 and 9E. RGB value is (132,165,158). Sum of RGB (Red+Green+Blue) = 132+165+158=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #84A59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A59E is #7B5A61. Grayscale: #9A9A9A. Windows color (decimal): -8084066 or 10397060. OLE color: 10397060.

HSL color Cylindrical-coordinate representation of color #84A59E: hue angle of 167.27º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A59E is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB132165158-
CMYK0.2000.040.35
HSL167.27º15.49%58.24%-
HSV(B)167.27º20%64.71%-
XYZ29.1434.2837.43-
YUV154.33130.07112.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=29.01%
G=36.26%
B=34.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321651580.2000.040.35167.2715.4958.24
Hex84A59E140423a7f3a
Octal2042452362404432471772
Binary100001001010010110011110101000100100011101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A59E; }

 p { color: rgb(132,165,158); }

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

<style>
 a { background-color: #84A59E; }

 a { background-color: rgb(132,165,158); }

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

<style>
 span { border-color: #84A59E; }

 span { border-color: rgb(132,165,158); }

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