#8BA89C

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

Shades of Cascade #8BA89C

Tints of Cascade #8BA89C

Color information

#8BA89C (or 0x8BA89C) is unknown color: approx Cascade. HEX triplet: 8B, A8 and 9C. RGB value is (139,168,156). Sum of RGB (Red+Green+Blue) = 139+168+156=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA89C is #745763. Grayscale: #9D9D9D. Windows color (decimal): -7624548 or 10266763. OLE color: 10266763.

HSL color Cylindrical-coordinate representation of color #8BA89C: hue angle of 155.17º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA89C is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB139168156-
CMYK0.1700.070.34
HSL155.17º14.29%60.2%-
HSV(B)155.17º17.26%65.88%-
XYZ30.6535.8936.77-
YUV157.96126.89114.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=30.02%
G=36.29%
B=33.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391681560.1700.070.34155.1714.2960.2
Hex8BA89C1107229be3c
Octal2132502342107422331674
Binary100010111010100010011100100010111100010100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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