#95A09C

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

Shades of Cascade #95A09C

Tints of Cascade #95A09C

Color information

#95A09C (or 0x95A09C) is unknown color: approx Cascade. HEX triplet: 95, A0 and 9C. RGB value is (149,160,156). Sum of RGB (Red+Green+Blue) = 149+160+156=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 160 - color contains mainly: green. Hex color #95A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A09C is #6A5F63. Grayscale: #9C9C9C. Windows color (decimal): -6971236 or 10264725. OLE color: 10264725.

HSL color Cylindrical-coordinate representation of color #95A09C: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #95A09C is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB149160156-
CMYK0.0700.020.37
HSL158.18º5.47%60.59%-
HSV(B)158.18º6.88%62.75%-
XYZ30.9733.9336.37-
YUV156.25127.86122.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.04%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=32.04%
G=34.41%
B=33.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491601560.0700.020.37158.185.4760.59
Hex95A09C702259e53d
Octal22524023470245236575
Binary10010101101000001001110011101010010110011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,160,156); }

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

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

 a { background-color: rgb(149,160,156); }

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

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

 span { border-color: rgb(149,160,156); }

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