Html Css Color HEX #899B96 Cascade

📋 copy color: '#899B96'

red 137 ◦ green 155 ◦ blue 150

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

Shades of Cascade #899B96

Tints of Cascade #899B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

 BLUE value IS 150 (58.98% from 255) = 33.94%

R = 31%
G = 35.07%
B = 33.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#899B96 (or 0x899B96) is known color: Cascade. HEX triplet: 89, 9B and 96. RGB value is (137,155,150). Sum of RGB (Red+Green+Blue) = 137+155+150=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #899B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B96 is #766469. Grayscale: #959595. Windows color (decimal): -7758954 or 9870217. OLE color: 9870217.

HSL color Cylindrical-coordinate representation of color #899B96: hue angle of 163.33º degrees, saturation: 0.08, 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 #899B96 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 155 150 -
CMYK 0.12 0 0.03 0.39
HSL 163.33º 0.08% 0.57% -
HSV(B) 163.33º 0.12% 0.61% -
XYZ 27.54 30.96 33.38 -
YUV 149.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 137 155 150 0.12 0 0.03 0.39 163.33 0.08 0.57
Hex 89 9B 96 C 0 3 27 A3 8 39
Octal 211 233 226 14 0 3 47 243 10 71
Binary 10001001 10011011 10010110 1100 0 11 100111 10100011 1000 111001

Color Harmonies of #899B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B96

Black with #899B96

Text Example


Text Example

White with #899B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,155,150); }

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

background-color css

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

 a { background-color: rgb(137,155,150); }

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

border-color css

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

 span { border-color: rgb(137,155,150); }

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