Html Css Color HEX #889F94 Cascade

📋 copy color: '#889F94'

red 136 ◦ green 159 ◦ blue 148

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

Shades of Cascade #889F94

Tints of Cascade #889F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.41%

R = 30.7%
G = 35.89%
B = 33.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#889F94 (or 0x889F94) is known color: Cascade. HEX triplet: 88, 9F and 94. RGB value is (136,159,148). Sum of RGB (Red+Green+Blue) = 136+159+148=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #889F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F94 is #77606B. Grayscale: #969696. Windows color (decimal): -7823468 or 9740168. OLE color: 9740168.

HSL color Cylindrical-coordinate representation of color #889F94: hue angle of 151.3º 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 #889F94 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 159 148 -
CMYK 0.14 0 0.07 0.38
HSL 151.3º 0.11% 0.58% -
HSV(B) 151.3º 0.14% 0.62% -
XYZ 27.9 32.17 32.76 -
YUV 150.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 136 159 148 0.14 0 0.07 0.38 151.3 0.11 0.58
Hex 88 9F 94 E 0 7 26 97 B 3A
Octal 210 237 224 16 0 7 46 227 13 72
Binary 10001000 10011111 10010100 1110 0 111 100110 10010111 1011 111010

Color Harmonies of #889F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889F94

Black with #889F94

Text Example


Text Example

White with #889F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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