#8BA29A

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

Shades of Cascade #8BA29A

Tints of Cascade #8BA29A

Color information

#8BA29A (or 0x8BA29A) is unknown color: approx Cascade. HEX triplet: 8B, A2 and 9A. RGB value is (139,162,154). Sum of RGB (Red+Green+Blue) = 139+162+154=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA29A is #745D65. Grayscale: #9A9A9A. Windows color (decimal): -7626086 or 10134155. OLE color: 10134155.

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

Color convert

RGB139162154-
CMYK0.1400.050.36
HSL159.13º11%59.02%-
HSV(B)159.13º14.2%63.53%-
XYZ29.433.6635.52-
YUV154.21127.88117.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=30.55%
G=35.60%
B=33.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621540.1400.050.36159.131159.02
Hex8BA29AE05249fb3b
Octal2132422321605442371373
Binary10001011101000101001101011100101100100100111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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