#8BA69D

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

Shades of Cascade #8BA69D

Tints of Cascade #8BA69D

Color information

#8BA69D (or 0x8BA69D) is unknown color: approx Cascade. HEX triplet: 8B, A6 and 9D. RGB value is (139,166,157). Sum of RGB (Red+Green+Blue) = 139+166+157=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA69D is #745962. Grayscale: #9C9C9C. Windows color (decimal): -7625059 or 10331787. OLE color: 10331787.

HSL color Cylindrical-coordinate representation of color #8BA69D: hue angle of 160º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA69D is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB139166157-
CMYK0.1600.050.35
HSL160º13.17%59.8%-
HSV(B)160º16.27%65.1%-
XYZ30.3735.237.09-
YUV156.9128.05115.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=30.09%
G=35.93%
B=33.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391661570.1600.050.3516013.1759.8
Hex8BA69D100523a0d3c
Octal2132462352005432401574
Binary100010111010011010011101100000101100011101000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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