Html Css Color HEX #889F9A Cascade

📋 copy color: '#889F9A'

red 136 ◦ green 159 ◦ blue 154

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

Shades of Cascade #889F9A

Tints of Cascade #889F9A

RGB

 RED value IS 136 (53.52% from 255) = 30.29%

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 30.29%
G = 35.41%
B = 34.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#889F9A (or 0x889F9A) is known color: Cascade. HEX triplet: 88, 9F and 9A. RGB value is (136,159,154). Sum of RGB (Red+Green+Blue) = 136+159+154=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 159 - color contains mainly: green. Hex color #889F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F9A is #776065. Grayscale: #979797. Windows color (decimal): -7823462 or 10133384. OLE color: 10133384.

HSL color Cylindrical-coordinate representation of color #889F9A: hue angle of 166.96º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889F9A is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 159 154 -
CMYK 0.14 0 0.03 0.38
HSL 166.96º 0.11% 0.58% -
HSV(B) 166.96º 0.14% 0.62% -
XYZ 28.38 32.36 35.32 -
YUV 151.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 136 159 154 0.14 0 0.03 0.38 166.96 0.11 0.58
Hex 88 9F 9A E 0 3 26 A7 B 3A
Octal 210 237 232 16 0 3 46 247 13 72
Binary 10001000 10011111 10011010 1110 0 11 100110 10100111 1011 111010

Color Harmonies of #889F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889F9A

Black with #889F9A

Text Example


Text Example

White with #889F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889F9A; }

 p { color: rgb(136,159,154); }

 H1.HeaderClassName
 {
   color: #889F9A;
 }
 .AnyTagClassName
 {
   color: #889F9A;
 }
</style>

background-color css

<style>
 a { background-color: #889F9A; }

 a { background-color: rgb(136,159,154); }

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

border-color css

<style>
 span { border-color: #889F9A; }

 span { border-color: rgb(136,159,154); }

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