Html Css Color HEX #8D9D96 Cascade

📋 copy color: '#8D9D96'

red 141 ◦ green 157 ◦ blue 150

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

Shades of Cascade #8D9D96

Tints of Cascade #8D9D96

RGB

 RED value IS 141 (55.47% from 255) = 31.47%

 GREEN value IS 157 (61.72% from 255) = 35.04%

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

R = 31.47%
G = 35.04%
B = 33.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#8D9D96 (or 0x8D9D96) is known color: Cascade. HEX triplet: 8D, 9D and 96. RGB value is (141,157,150). Sum of RGB (Red+Green+Blue) = 141+157+150=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9D96 is #726269. Grayscale: #979797. Windows color (decimal): -7496298 or 9870733. OLE color: 9870733.

HSL color Cylindrical-coordinate representation of color #8D9D96: hue angle of 153.75º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D9D96 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 157 150 -
CMYK 0.10 0 0.04 0.38
HSL 153.75º 0.08% 0.58% -
HSV(B) 153.75º 0.1% 0.62% -
XYZ 28.55 31.98 33.52 -
YUV 151.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 141 157 150 0.10 0 0.04 0.38 153.75 0.08 0.58
Hex 8D 9D 96 A 0 4 26 9A 8 3A
Octal 215 235 226 12 0 4 46 232 10 72
Binary 10001101 10011101 10010110 1010 0 100 100110 10011010 1000 111010

Color Harmonies of #8D9D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9D96

Black with #8D9D96

Text Example


Text Example

White with #8D9D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9D96; }

 p { color: rgb(141,157,150); }

 H1.HeaderClassName
 {
   color: #8D9D96;
 }
 .AnyTagClassName
 {
   color: #8D9D96;
 }
</style>

background-color css

<style>
 a { background-color: #8D9D96; }

 a { background-color: rgb(141,157,150); }

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

border-color css

<style>
 span { border-color: #8D9D96; }

 span { border-color: rgb(141,157,150); }

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