#95A39E

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

Shades of Cascade #95A39E

Tints of Cascade #95A39E

Color information

#95A39E (or 0x95A39E) is unknown color: approx Cascade. HEX triplet: 95, A3 and 9E. RGB value is (149,163,158). Sum of RGB (Red+Green+Blue) = 149+163+158=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 163 - color contains mainly: green. Hex color #95A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A39E is #6A5C61. Grayscale: #9E9E9E. Windows color (decimal): -6970466 or 10396565. OLE color: 10396565.

HSL color Cylindrical-coordinate representation of color #95A39E: hue angle of 158.57º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95A39E is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB149163158-
CMYK0.0900.030.36
HSL158.57º7.07%61.18%-
HSV(B)158.57º8.59%63.92%-
XYZ31.6635.0537.44-
YUV158.24127.86121.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=31.70%
G=34.68%
B=33.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491631580.0900.030.36158.577.0761.18
Hex95A39E903249f73d
Octal225243236110344237775
Binary100101011010001110011110100101110010010011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A39E; }

 p { color: rgb(149,163,158); }

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

<style>
 a { background-color: #95A39E; }

 a { background-color: rgb(149,163,158); }

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

<style>
 span { border-color: #95A39E; }

 span { border-color: rgb(149,163,158); }

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