#84AC9C

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

Shades of Cascade #84AC9C

Tints of Cascade #84AC9C

Color information

#84AC9C (or 0x84AC9C) is unknown color: approx Cascade. HEX triplet: 84, AC and 9C. RGB value is (132,172,156). Sum of RGB (Red+Green+Blue) = 132+172+156=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AC9C is #7B5363. Grayscale: #9E9E9E. Windows color (decimal): -8082276 or 10267780. OLE color: 10267780.

HSL color Cylindrical-coordinate representation of color #84AC9C: hue angle of 156º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AC9C is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB132172156-
CMYK0.2300.090.33
HSL156º19.42%59.61%-
HSV(B)156º23.26%67.45%-
XYZ30.2736.8136.96-
YUV158.22126.75109.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.70%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=28.70%
G=37.39%
B=33.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321721560.2300.090.3315619.4259.61
Hex84AC9C1709219c133c
Octal20425423427011412342374
Binary10000100101011001001110010111010011000011001110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,172,156); }

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

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

 a { background-color: rgb(132,172,156); }

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

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

 span { border-color: rgb(132,172,156); }

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