Html Css Color HEX #899C95 Cascade

📋 copy color: '#899C95'

red 137 ◦ green 156 ◦ blue 149

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

Shades of Cascade #899C95

Tints of Cascade #899C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.29%

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 31%
G = 35.29%
B = 33.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#899C95 (or 0x899C95) is known color: Cascade. HEX triplet: 89, 9C and 95. RGB value is (137,156,149). Sum of RGB (Red+Green+Blue) = 137+156+149=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 156 - color contains mainly: green. Hex color #899C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C95 is #76636A. Grayscale: #959595. Windows color (decimal): -7758699 or 9804937. OLE color: 9804937.

HSL color Cylindrical-coordinate representation of color #899C95: hue angle of 157.89º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899C95 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 156 149 -
CMYK 0.12 0 0.04 0.39
HSL 157.89º 0.09% 0.57% -
HSV(B) 157.89º 0.12% 0.61% -
XYZ 27.63 31.27 33.01 -
YUV 149.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 137 156 149 0.12 0 0.04 0.39 157.89 0.09 0.57
Hex 89 9C 95 C 0 4 27 9E 9 39
Octal 211 234 225 14 0 4 47 236 11 71
Binary 10001001 10011100 10010101 1100 0 100 100111 10011110 1001 111001

Color Harmonies of #899C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899C95

Black with #899C95

Text Example


Text Example

White with #899C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899C95; }

 p { color: rgb(137,156,149); }

 H1.HeaderClassName
 {
   color: #899C95;
 }
 .AnyTagClassName
 {
   color: #899C95;
 }
</style>

background-color css

<style>
 a { background-color: #899C95; }

 a { background-color: rgb(137,156,149); }

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

border-color css

<style>
 span { border-color: #899C95; }

 span { border-color: rgb(137,156,149); }

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