Html Css Color HEX #8E9C95 Cascade

📋 copy color: '#8E9C95'

red 142 ◦ green 156 ◦ blue 149

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

Shades of Cascade #8E9C95

Tints of Cascade #8E9C95

RGB

 RED value IS 142 (55.86% from 255) = 31.77%

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

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

R = 31.77%
G = 34.9%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#8E9C95 (or 0x8E9C95) is known color: Cascade. HEX triplet: 8E, 9C and 95. RGB value is (142,156,149). Sum of RGB (Red+Green+Blue) = 142+156+149=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9C95 is #71636A. Grayscale: #979797. Windows color (decimal): -7431019 or 9804942. OLE color: 9804942.

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

Color convert

RGB 142 156 149 -
CMYK 0.09 0 0.04 0.39
HSL 150º 0.07% 0.58% -
HSV(B) 150º 0.09% 0.61% -
XYZ 28.47 31.7 33.05 -
YUV 151.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 142 156 149 0.09 0 0.04 0.39 150 0.07 0.58
Hex 8E 9C 95 9 0 4 27 96 7 3A
Octal 216 234 225 11 0 4 47 226 7 72
Binary 10001110 10011100 10010101 1001 0 100 100111 10010110 111 111010

Color Harmonies of #8E9C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9C95

Black with #8E9C95

Text Example


Text Example

White with #8E9C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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