#84A69A

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

Shades of Cascade #84A69A

Tints of Cascade #84A69A

Color information

#84A69A (or 0x84A69A) is unknown color: approx Cascade. HEX triplet: 84, A6 and 9A. RGB value is (132,166,154). Sum of RGB (Red+Green+Blue) = 132+166+154=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 166 - color contains mainly: green. Hex color #84A69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A69A is #7B5965. Grayscale: #9A9A9A. Windows color (decimal): -8083814 or 10135172. OLE color: 10135172.

HSL color Cylindrical-coordinate representation of color #84A69A: hue angle of 158.82º degrees, saturation: 0.16, 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 #84A69A is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB132166154-
CMYK0.2000.070.35
HSL158.82º16.04%58.43%-
HSV(B)158.82º20.48%65.1%-
XYZ28.9834.5135.71-
YUV154.47127.74111.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=29.20%
G=36.73%
B=34.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321661540.2000.070.35158.8216.0458.43
Hex84A69A1407239f103a
Octal2042462322407432372072
Binary1000010010100110100110101010001111000111001111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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