#95ABA9

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

Shades of Hit Grey #95ABA9

Tints of Hit Grey #95ABA9

Color information

#95ABA9 (or 0x95ABA9) is unknown color: approx Hit Grey. HEX triplet: 95, AB and A9. RGB value is (149,171,169). Sum of RGB (Red+Green+Blue) = 149+171+169=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 171 - color contains mainly: green. Hex color #95ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ABA9 is #6A5456. Grayscale: #A4A4A4. Windows color (decimal): -6968407 or 11119509. OLE color: 11119509.

HSL color Cylindrical-coordinate representation of color #95ABA9: hue angle of 174.55º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95ABA9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB149171169-
CMYK0.1300.010.33
HSL174.55º11.58%62.75%-
HSV(B)174.55º12.87%67.06%-
XYZ34.1238.3843.15-
YUV164.19130.71117.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=30.47%
G=34.97%
B=34.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491711690.1300.010.33174.5511.5862.75
Hex95ABA9D0121afc3f
Octal2252532511501412571477
Binary100101011010101110101001110101100001101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,169); }

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

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

 a { background-color: rgb(149,171,169); }

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

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

 span { border-color: rgb(149,171,169); }

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