#8CAB9D

Color #8CAB9D Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #8CAB9D

Tints of Cascade #8CAB9D

Color information

#8CAB9D (or 0x8CAB9D) is unknown color: approx Cascade. HEX triplet: 8C, AB and 9D. RGB value is (140,171,157). Sum of RGB (Red+Green+Blue) = 140+171+157=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB9D is #735462. Grayscale: #A0A0A0. Windows color (decimal): -7558243 or 10333068. OLE color: 10333068.

HSL color Cylindrical-coordinate representation of color #8CAB9D: hue angle of 152.9º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAB9D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB140171157-
CMYK0.1800.080.33
HSL152.9º15.58%60.98%-
HSV(B)152.9º18.13%67.06%-
XYZ31.4637.1437.41-
YUV160.14126.23113.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.91%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=29.91%
G=36.54%
B=33.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711570.1800.080.33152.915.5860.98
Hex8CAB9D12082199103d
Octal21425323522010412312075
Binary10001100101010111001110110010010001000011001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,157); }

 H1.HeaderClassName
 {
   color: #8CAB9D;
 }
 .AnyTagClassName
 {
   color: #8CAB9D;
 }
</style>
background-color css

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

 a { background-color: rgb(140,171,157); }

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

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

 span { border-color: rgb(140,171,157); }

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