#84A39A

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

Shades of Cascade #84A39A

Tints of Cascade #84A39A

Color information

#84A39A (or 0x84A39A) is unknown color: approx Cascade. HEX triplet: 84, A3 and 9A. RGB value is (132,163,154). Sum of RGB (Red+Green+Blue) = 132+163+154=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 163 - color contains mainly: green. Hex color #84A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A39A is #7B5C65. Grayscale: #989898. Windows color (decimal): -8084582 or 10134404. OLE color: 10134404.

HSL color Cylindrical-coordinate representation of color #84A39A: hue angle of 162.58º 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 #84A39A is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB132163154-
CMYK0.1900.060.36
HSL162.58º14.42%57.84%-
HSV(B)162.58º19.02%63.92%-
XYZ28.4533.4335.53-
YUV152.71128.73113.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=29.40%
G=36.30%
B=34.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321631540.1900.060.36162.5814.4257.84
Hex84A39A130624a3e3a
Octal2042432322306442431672
Binary100001001010001110011010100110110100100101000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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