Html Css Color HEX #899C96 Cascade

📋 copy color: '#899C96'

red 137 ◦ green 156 ◦ blue 150

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

Shades of Cascade #899C96

Tints of Cascade #899C96

RGB

 RED value IS 137 (53.91% from 255) = 30.93%

 GREEN value IS 156 (61.33% from 255) = 35.21%

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

R = 30.93%
G = 35.21%
B = 33.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#899C96 (or 0x899C96) is known color: Cascade. HEX triplet: 89, 9C and 96. RGB value is (137,156,150). Sum of RGB (Red+Green+Blue) = 137+156+150=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #899C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C96 is #766369. Grayscale: #959595. Windows color (decimal): -7758698 or 9870473. OLE color: 9870473.

HSL color Cylindrical-coordinate representation of color #899C96: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899C96 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 156 150 -
CMYK 0.12 0 0.04 0.39
HSL 161.05º 0.09% 0.57% -
HSV(B) 161.05º 0.12% 0.61% -
XYZ 27.71 31.3 33.43 -
YUV 149.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 137 156 150 0.12 0 0.04 0.39 161.05 0.09 0.57
Hex 89 9C 96 C 0 4 27 A1 9 39
Octal 211 234 226 14 0 4 47 241 11 71
Binary 10001001 10011100 10010110 1100 0 100 100111 10100001 1001 111001

Color Harmonies of #899C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899C96

Black with #899C96

Text Example


Text Example

White with #899C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899C96; }

 p { color: rgb(137,156,150); }

 H1.HeaderClassName
 {
   color: #899C96;
 }
 .AnyTagClassName
 {
   color: #899C96;
 }
</style>

background-color css

<style>
 a { background-color: #899C96; }

 a { background-color: rgb(137,156,150); }

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

border-color css

<style>
 span { border-color: #899C96; }

 span { border-color: rgb(137,156,150); }

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