#84A99A

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

Shades of Cascade #84A99A

Tints of Cascade #84A99A

Color information

#84A99A (or 0x84A99A) is unknown color: approx Cascade. HEX triplet: 84, A9 and 9A. RGB value is (132,169,154). Sum of RGB (Red+Green+Blue) = 132+169+154=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #84A99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A99A is #7B5665. Grayscale: #9C9C9C. Windows color (decimal): -8083046 or 10135940. OLE color: 10135940.

HSL color Cylindrical-coordinate representation of color #84A99A: hue angle of 155.68º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A99A is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB132169154-
CMYK0.2200.090.34
HSL155.68º17.7%59.02%-
HSV(B)155.68º21.89%66.27%-
XYZ29.5435.6135.89-
YUV156.23126.74110.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=29.01%
G=37.14%
B=33.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1321691540.2200.090.34155.6817.759.02
Hex84A99A1609229c123b
Octal20425123226011422342273
Binary10000100101010011001101010110010011000101001110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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