#8BA29D

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

Shades of Cascade #8BA29D

Tints of Cascade #8BA29D

Color information

#8BA29D (or 0x8BA29D) is unknown color: approx Cascade. HEX triplet: 8B, A2 and 9D. RGB value is (139,162,157). Sum of RGB (Red+Green+Blue) = 139+162+157=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA29D is #745D62. Grayscale: #9A9A9A. Windows color (decimal): -7626083 or 10330763. OLE color: 10330763.

HSL color Cylindrical-coordinate representation of color #8BA29D: hue angle of 166.96º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8BA29D is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB139162157-
CMYK0.1400.030.36
HSL166.96º11%59.02%-
HSV(B)166.96º14.2%63.53%-
XYZ29.6533.7636.85-
YUV154.55129.38116.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.35%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=30.35%
G=35.37%
B=34.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621570.1400.030.36166.961159.02
Hex8BA29DE0324a7b3b
Octal2132422351603442471373
Binary1000101110100010100111011110011100100101001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,157); }

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

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

 a { background-color: rgb(139,162,157); }

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

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

 span { border-color: rgb(139,162,157); }

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