Html Css Color HEX #89A297 Cascade

📋 copy color: '#89A297'

red 137 ◦ green 162 ◦ blue 151

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

Shades of Cascade #89A297

Tints of Cascade #89A297

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36%

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

R = 30.44%
G = 36%
B = 33.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#89A297 (or 0x89A297) is known color: Cascade. HEX triplet: 89, A2 and 97. RGB value is (137,162,151). Sum of RGB (Red+Green+Blue) = 137+162+151=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 162 - color contains mainly: green. Hex color #89A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A297 is #765D68. Grayscale: #999999. Windows color (decimal): -7757161 or 9937545. OLE color: 9937545.

HSL color Cylindrical-coordinate representation of color #89A297: hue angle of 153.6º 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 #89A297 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 162 151 -
CMYK 0.15 0 0.07 0.36
HSL 153.6º 0.12% 0.59% -
HSV(B) 153.6º 0.15% 0.64% -
XYZ 28.82 33.39 34.2 -
YUV 153.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 137 162 151 0.15 0 0.07 0.36 153.6 0.12 0.59
Hex 89 A2 97 F 0 7 24 9A C 3B
Octal 211 242 227 17 0 7 44 232 14 73
Binary 10001001 10100010 10010111 1111 0 111 100100 10011010 1100 111011

Color Harmonies of #89A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A297

Black with #89A297

Text Example


Text Example

White with #89A297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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