#8BA49A

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

Shades of Cascade #8BA49A

Tints of Cascade #8BA49A

Color information

#8BA49A (or 0x8BA49A) is unknown color: approx Cascade. HEX triplet: 8B, A4 and 9A. RGB value is (139,164,154). Sum of RGB (Red+Green+Blue) = 139+164+154=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA49A is #745B65. Grayscale: #9B9B9B. Windows color (decimal): -7625574 or 10134667. OLE color: 10134667.

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

Color convert

RGB139164154-
CMYK0.1500.060.36
HSL156º12.08%59.41%-
HSV(B)156º15.24%64.31%-
XYZ29.7634.3735.64-
YUV155.39127.22116.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=30.42%
G=35.89%
B=33.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391641540.1500.060.3615612.0859.41
Hex8BA49AF06249cc3b
Octal2132442321706442341473
Binary10001011101001001001101011110110100100100111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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