Html Css Color HEX #85AC9D Cascade

📋 copy color: '#85AC9D'

red 133 ◦ green 172 ◦ blue 157

#85AC9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #85AC9D

Tints of Cascade #85AC9D

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 value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#85AC9D (or 0x85AC9D) is known color: 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

RGB 133 172 157 -
CMYK 0.23 0 0.09 0.33
HSL 156.92º 0.19% 0.6% -
HSV(B) 156.92º 0.23% 0.67% -
XYZ 30.51 36.93 37.42 -
YUV 158.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 133 172 157 0.23 0 0.09 0.33 156.92 0.19 0.6
Hex 85 AC 9D 17 0 9 21 9D 13 3C
Octal 205 254 235 27 0 11 41 235 23 74
Binary 10000101 10101100 10011101 10111 0 1001 100001 10011101 10011 111100

Color Harmonies of #85AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC9D

Black with #85AC9D

Text Example


Text Example

White with #85AC9D

Text Example


Text Example

HTML Codes & Css Web 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>