#84A39B

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

Shades of Cascade #84A39B

Tints of Cascade #84A39B

Color information

#84A39B (or 0x84A39B) is unknown color: approx Cascade. HEX triplet: 84, A3 and 9B. RGB value is (132,163,155). Sum of RGB (Red+Green+Blue) = 132+163+155=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #84A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A39B is #7B5C64. Grayscale: #989898. Windows color (decimal): -8084581 or 10199940. OLE color: 10199940.

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

Color convert

RGB132163155-
CMYK0.1900.050.36
HSL164.52º14.42%57.84%-
HSV(B)164.52º19.02%63.92%-
XYZ28.5333.4735.97-
YUV152.82129.23113.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.33%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=29.33%
G=36.22%
B=34.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321631550.1900.050.36164.5214.4257.84
Hex84A39B130524a5e3a
Octal2042432332305442451672
Binary100001001010001110011011100110101100100101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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