#85AC9D

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

Shades of Cascade #85AC9D

Tints of Cascade #85AC9D

Color information

#85AC9D (or 0x85AC9D) is unknown color: approx Cascade. HEX triplet: 85, AC and 9D. RGB value is (133,172,157). Sum of RGB (Red+Green+Blue) = 133+172+157=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AC9D is #7A5362. Grayscale: #9E9E9E. Windows color (decimal): -8016739 or 10333317. OLE color: 10333317.

HSL color Cylindrical-coordinate representation of color #85AC9D: hue angle of 156.92º 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 #85AC9D is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB133172157-
CMYK0.2300.090.33
HSL156.92º19.02%59.8%-
HSV(B)156.92º22.67%67.45%-
XYZ30.5136.9337.42-
YUV158.63127.08109.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=28.79%
G=37.23%
B=33.98%

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
Decimal1331721570.2300.090.33156.9219.0259.8
Hex85AC9D1709219d133c
Octal20525423527011412352374
Binary10000101101011001001110110111010011000011001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85AC9D; }

 p { color: rgb(133,172,157); }

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

<style>
 a { background-color: #85AC9D; }

 a { background-color: rgb(133,172,157); }

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

<style>
 span { border-color: #85AC9D; }

 span { border-color: rgb(133,172,157); }

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