#8BA29C

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

Shades of Cascade #8BA29C

Tints of Cascade #8BA29C

Color information

#8BA29C (or 0x8BA29C) is unknown color: approx Cascade. HEX triplet: 8B, A2 and 9C. RGB value is (139,162,156). Sum of RGB (Red+Green+Blue) = 139+162+156=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA29C is #745D63. Grayscale: #9A9A9A. Windows color (decimal): -7626084 or 10265227. OLE color: 10265227.

HSL color Cylindrical-coordinate representation of color #8BA29C: hue angle of 164.35º 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 #8BA29C is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB139162156-
CMYK0.1400.040.36
HSL164.35º11%59.02%-
HSV(B)164.35º14.2%63.53%-
XYZ29.5733.7336.4-
YUV154.44128.88116.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=30.42%
G=35.45%
B=34.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621560.1400.040.36164.351159.02
Hex8BA29CE0424a4b3b
Octal2132422341604442441373
Binary10001011101000101001110011100100100100101001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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