Html Css Color HEX #85A196 Cascade

📋 copy color: '#85A196'

red 133 ◦ green 161 ◦ blue 150

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

Shades of Cascade #85A196

Tints of Cascade #85A196

RGB

 RED value IS 133 (52.34% from 255) = 29.95%

 GREEN value IS 161 (63.28% from 255) = 36.26%

 BLUE value IS 150 (58.98% from 255) = 33.78%

R = 29.95%
G = 36.26%
B = 33.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#85A196 (or 0x85A196) is known color: Cascade. HEX triplet: 85, A1 and 96. RGB value is (133,161,150). Sum of RGB (Red+Green+Blue) = 133+161+150=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 161 - color contains mainly: green. Hex color #85A196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A196 is #7A5E69. Grayscale: #979797. Windows color (decimal): -8019562 or 9871749. OLE color: 9871749.

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

Color convert

RGB 133 161 150 -
CMYK 0.17 0 0.07 0.37
HSL 156.43º 0.13% 0.58% -
HSV(B) 156.43º 0.17% 0.63% -
XYZ 27.92 32.68 33.69 -
YUV 151.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 133 161 150 0.17 0 0.07 0.37 156.43 0.13 0.58
Hex 85 A1 96 11 0 7 25 9C D 3A
Octal 205 241 226 21 0 7 45 234 15 72
Binary 10000101 10100001 10010110 10001 0 111 100101 10011100 1101 111010

Color Harmonies of #85A196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A196

Black with #85A196

Text Example


Text Example

White with #85A196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,161,150); }

 H1.HeaderClassName
 {
   color: #85A196;
 }
 .AnyTagClassName
 {
   color: #85A196;
 }
</style>

background-color css

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

 a { background-color: rgb(133,161,150); }

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

border-color css

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

 span { border-color: rgb(133,161,150); }

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