Html Css Color HEX #89A397 Cascade

📋 copy color: '#89A397'

red 137 ◦ green 163 ◦ blue 151

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

Shades of Cascade #89A397

Tints of Cascade #89A397

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

 BLUE value IS 151 (59.38% from 255) = 33.48%

R = 30.38%
G = 36.14%
B = 33.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#89A397 (or 0x89A397) is known color: Cascade. HEX triplet: 89, A3 and 97. RGB value is (137,163,151). Sum of RGB (Red+Green+Blue) = 137+163+151=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 163 - color contains mainly: green. Hex color #89A397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A397 is #765C68. Grayscale: #999999. Windows color (decimal): -7756905 or 9937801. OLE color: 9937801.

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

Color convert

RGB 137 163 151 -
CMYK 0.16 0 0.07 0.36
HSL 152.31º 0.12% 0.59% -
HSV(B) 152.31º 0.16% 0.64% -
XYZ 29 33.75 34.26 -
YUV 153.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 137 163 151 0.16 0 0.07 0.36 152.31 0.12 0.59
Hex 89 A3 97 10 0 7 24 98 C 3B
Octal 211 243 227 20 0 7 44 230 14 73
Binary 10001001 10100011 10010111 10000 0 111 100100 10011000 1100 111011

Color Harmonies of #89A397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A397

Black with #89A397

Text Example


Text Example

White with #89A397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,163,151); }

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

background-color css

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

 a { background-color: rgb(137,163,151); }

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

border-color css

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

 span { border-color: rgb(137,163,151); }

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