#8BA59B

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

Shades of Cascade #8BA59B

Tints of Cascade #8BA59B

Color information

#8BA59B (or 0x8BA59B) is unknown color: approx Cascade. HEX triplet: 8B, A5 and 9B. RGB value is (139,165,155). Sum of RGB (Red+Green+Blue) = 139+165+155=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA59B is #745A64. Grayscale: #9C9C9C. Windows color (decimal): -7625317 or 10200459. OLE color: 10200459.

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

Color convert

RGB139165155-
CMYK0.1600.060.35
HSL156.92º12.62%59.61%-
HSV(B)156.92º15.76%64.71%-
XYZ30.0234.7736.14-
YUV156.09127.39115.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.28%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=30.28%
G=35.95%
B=33.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391651550.1600.060.35156.9212.6259.61
Hex8BA59B1006239dd3c
Octal2132452332006432351574
Binary100010111010010110011011100000110100011100111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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