#95B1A5

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

Shades of Tower Grey #95B1A5

Tints of Tower Grey #95B1A5

Color information

#95B1A5 (or 0x95B1A5) is unknown color: approx Tower Grey. HEX triplet: 95, B1 and A5. RGB value is (149,177,165). Sum of RGB (Red+Green+Blue) = 149+177+165=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #95B1A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B1A5 is #6A4E5A. Grayscale: #A7A7A7. Windows color (decimal): -6966875 or 10858901. OLE color: 10858901.

HSL color Cylindrical-coordinate representation of color #95B1A5: hue angle of 154.29º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95B1A5 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB149177165-
CMYK0.1600.070.31
HSL154.29º15.22%63.92%-
HSV(B)154.29º15.82%69.41%-
XYZ34.9140.5541.58-
YUV167.26126.72114.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=30.35%
G=36.05%
B=33.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491771650.1600.070.31154.2915.2263.92
Hex95B1A510071F9af40
Octal22526124520073723217100
Binary100101011011000110100101100000111111111001101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,177,165); }

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

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

 a { background-color: rgb(149,177,165); }

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

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

 span { border-color: rgb(149,177,165); }

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