#8BA599

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

Shades of Cascade #8BA599

Tints of Cascade #8BA599

Color information

#8BA599 (or 0x8BA599) is unknown color: approx Cascade. HEX triplet: 8B, A5 and 99. RGB value is (139,165,153). Sum of RGB (Red+Green+Blue) = 139+165+153=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA599 is #745A66. Grayscale: #9B9B9B. Windows color (decimal): -7625319 or 10069387. OLE color: 10069387.

HSL color Cylindrical-coordinate representation of color #8BA599: hue angle of 152.31º 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 #8BA599 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB139165153-
CMYK0.1600.070.35
HSL152.31º12.62%59.61%-
HSV(B)152.31º15.76%64.71%-
XYZ29.8534.735.26-
YUV155.86126.39115.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=30.42%
G=36.11%
B=33.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391651530.1600.070.35152.3112.6259.61
Hex8BA59910072398d3c
Octal2132452312007432301574
Binary100010111010010110011001100000111100011100110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,165,153); }

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

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

 a { background-color: rgb(139,165,153); }

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

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

 span { border-color: rgb(139,165,153); }

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