Html Css Color HEX #8E9B98 Cascade

📋 copy color: '#8E9B98'

red 142 ◦ green 155 ◦ blue 152

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

Shades of Cascade #8E9B98

Tints of Cascade #8E9B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.85%

R = 31.63%
G = 34.52%
B = 33.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#8E9B98 (or 0x8E9B98) is known color: Cascade. HEX triplet: 8E, 9B and 98. RGB value is (142,155,152). Sum of RGB (Red+Green+Blue) = 142+155+152=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9B98 is #716467. Grayscale: #969696. Windows color (decimal): -7431272 or 10001294. OLE color: 10001294.

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

Color convert

RGB 142 155 152 -
CMYK 0.08 0 0.02 0.39
HSL 166.15º 0.06% 0.58% -
HSV(B) 166.15º 0.08% 0.61% -
XYZ 28.54 31.46 34.27 -
YUV 150.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 142 155 152 0.08 0 0.02 0.39 166.15 0.06 0.58
Hex 8E 9B 98 8 0 2 27 A6 6 3A
Octal 216 233 230 10 0 2 47 246 6 72
Binary 10001110 10011011 10011000 1000 0 10 100111 10100110 110 111010

Color Harmonies of #8E9B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9B98

Black with #8E9B98

Text Example


Text Example

White with #8E9B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,155,152); }

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

background-color css

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

 a { background-color: rgb(142,155,152); }

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

border-color css

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

 span { border-color: rgb(142,155,152); }

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