#84A49B

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

Shades of Cascade #84A49B

Tints of Cascade #84A49B

Color information

#84A49B (or 0x84A49B) is unknown color: approx Cascade. HEX triplet: 84, A4 and 9B. RGB value is (132,164,155). Sum of RGB (Red+Green+Blue) = 132+164+155=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #84A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A49B is #7B5B64. Grayscale: #999999. Windows color (decimal): -8084325 or 10200196. OLE color: 10200196.

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

Color convert

RGB132164155-
CMYK0.2000.050.36
HSL163.12º14.95%58.04%-
HSV(B)163.12º19.51%64.31%-
XYZ28.7133.8236.03-
YUV153.41128.9112.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.27%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=29.27%
G=36.36%
B=34.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321641550.2000.050.36163.1214.9558.04
Hex84A49B140524a3f3a
Octal2042442332405442431772
Binary100001001010010010011011101000101100100101000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,164,155); }

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

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

 a { background-color: rgb(132,164,155); }

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

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

 span { border-color: rgb(132,164,155); }

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