#89A29B

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

Shades of Cascade #89A29B

Tints of Cascade #89A29B

Color information

#89A29B (or 0x89A29B) is unknown color: approx Cascade. HEX triplet: 89, A2 and 9B. RGB value is (137,162,155). Sum of RGB (Red+Green+Blue) = 137+162+155=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #89A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A29B is #765D64. Grayscale: #999999. Windows color (decimal): -7757157 or 10199689. OLE color: 10199689.

HSL color Cylindrical-coordinate representation of color #89A29B: hue angle of 163.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89A29B is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB137162155-
CMYK0.1500.040.36
HSL163.2º11.85%58.63%-
HSV(B)163.2º15.43%63.53%-
XYZ29.1533.5335.94-
YUV153.73128.72116.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.18%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=30.18%
G=35.68%
B=34.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371621550.1500.040.36163.211.8558.63
Hex89A29BF0424a3c3b
Octal2112422331704442431473
Binary10001001101000101001101111110100100100101000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,162,155); }

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

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

 a { background-color: rgb(137,162,155); }

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

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

 span { border-color: rgb(137,162,155); }

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