Html Css Color HEX #89AC9D Cascade

📋 copy color: '#89AC9D'

red 137 ◦ green 172 ◦ blue 157

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

Shades of Cascade #89AC9D

Tints of Cascade #89AC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.91%

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 29.4%
G = 36.91%
B = 33.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#89AC9D (or 0x89AC9D) is known color: Cascade. HEX triplet: 89, AC and 9D. RGB value is (137,172,157). Sum of RGB (Red+Green+Blue) = 137+172+157=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AC9D is #765362. Grayscale: #9F9F9F. Windows color (decimal): -7754595 or 10333321. OLE color: 10333321.

HSL color Cylindrical-coordinate representation of color #89AC9D: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89AC9D is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 172 157 -
CMYK 0.20 0 0.09 0.33
HSL 154.29º 0.17% 0.61% -
HSV(B) 154.29º 0.2% 0.67% -
XYZ 31.15 37.26 37.45 -
YUV 159.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 137 172 157 0.20 0 0.09 0.33 154.29 0.17 0.61
Hex 89 AC 9D 14 0 9 21 9A 11 3D
Octal 211 254 235 24 0 11 41 232 21 75
Binary 10001001 10101100 10011101 10100 0 1001 100001 10011010 10001 111101

Color Harmonies of #89AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AC9D

Black with #89AC9D

Text Example


Text Example

White with #89AC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89AC9D;
 }
 .AnyTagClassName
 {
   color: #89AC9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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