#85A297

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

Shades of Cascade #85A297

Tints of Cascade #85A297

Color information

#85A297 (or 0x85A297) is unknown color: approx Cascade. HEX triplet: 85, A2 and 97. RGB value is (133,162,151). Sum of RGB (Red+Green+Blue) = 133+162+151=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #85A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A297 is #7A5D68. Grayscale: #989898. Windows color (decimal): -8019305 or 9937541. OLE color: 9937541.

HSL color Cylindrical-coordinate representation of color #85A297: hue angle of 157.24º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A297 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB133162151-
CMYK0.1800.070.36
HSL157.24º13.49%57.84%-
HSV(B)157.24º17.9%63.53%-
XYZ28.1833.0634.17-
YUV152.07127.39114.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 151 (59.38% from 255) = 33.86%
R=29.82%
G=36.32%
B=33.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331621510.1800.070.36157.2413.4957.84
Hex85A2971207249dd3a
Octal2052422272207442351572
Binary100001011010001010010111100100111100100100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,151); }

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

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

 a { background-color: rgb(133,162,151); }

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

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

 span { border-color: rgb(133,162,151); }

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