Html Css Color HEX #8C9F96 Cascade

📋 copy color: '#8C9F96'

red 140 ◦ green 159 ◦ blue 150

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

Shades of Cascade #8C9F96

Tints of Cascade #8C9F96

RGB

 RED value IS 140 (55.08% from 255) = 31.18%

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

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

R = 31.18%
G = 35.41%
B = 33.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#8C9F96 (or 0x8C9F96) is known color: Cascade. HEX triplet: 8C, 9F and 96. RGB value is (140,159,150). Sum of RGB (Red+Green+Blue) = 140+159+150=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9F96 is #736069. Grayscale: #989898. Windows color (decimal): -7561322 or 9871244. OLE color: 9871244.

HSL color Cylindrical-coordinate representation of color #8C9F96: hue angle of 151.58º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9F96 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 159 150 -
CMYK 0.12 0 0.06 0.38
HSL 151.58º 0.09% 0.59% -
HSV(B) 151.58º 0.12% 0.62% -
XYZ 28.72 32.57 33.63 -
YUV 152.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 140 159 150 0.12 0 0.06 0.38 151.58 0.09 0.59
Hex 8C 9F 96 C 0 6 26 98 9 3B
Octal 214 237 226 14 0 6 46 230 11 73
Binary 10001100 10011111 10010110 1100 0 110 100110 10011000 1001 111011

Color Harmonies of #8C9F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F96

Black with #8C9F96

Text Example


Text Example

White with #8C9F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,150); }

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

background-color css

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

 a { background-color: rgb(140,159,150); }

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

border-color css

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

 span { border-color: rgb(140,159,150); }

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