Html Css Color HEX #8A9B96 Cascade

📋 copy color: '#8A9B96'

red 138 ◦ green 155 ◦ blue 150

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

Shades of Cascade #8A9B96

Tints of Cascade #8A9B96

RGB

 RED value IS 138 (54.3% from 255) = 31.15%

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

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

R = 31.15%
G = 34.99%
B = 33.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#8A9B96 (or 0x8A9B96) is known color: Cascade. HEX triplet: 8A, 9B and 96. RGB value is (138,155,150). Sum of RGB (Red+Green+Blue) = 138+155+150=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B96 is #756469. Grayscale: #959595. Windows color (decimal): -7693418 or 9870218. OLE color: 9870218.

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

Color convert

RGB 138 155 150 -
CMYK 0.11 0 0.03 0.39
HSL 162.35º 0.08% 0.57% -
HSV(B) 162.35º 0.11% 0.61% -
XYZ 27.71 31.05 33.39 -
YUV 149.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 138 155 150 0.11 0 0.03 0.39 162.35 0.08 0.57
Hex 8A 9B 96 B 0 3 27 A2 8 39
Octal 212 233 226 13 0 3 47 242 10 71
Binary 10001010 10011011 10010110 1011 0 11 100111 10100010 1000 111001

Color Harmonies of #8A9B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9B96

Black with #8A9B96

Text Example


Text Example

White with #8A9B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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